body {
	font-family: Arial, Helvetica, sans-serif;
	background:background-color:#FFFFFF;
	color:#a4a4a4;
	font-size:10pt;
	font-style:normal;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	
}
p{
text-indent:5px;
font-style:normal;
text-align:left



}

.navTop td a{	
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color:white;
	font-weight: bolder;
	font-size: 7.5pt;
	font-style:normal;
	padding:2px 0px 0px 0px;
	text-decoration: none;
	
}
.navTop td a:hover{
	text-decoration: none;
	color:#A8A8A8;

}
.navBot td{
text-align:center;

}
.navBot td a{	
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color:white;
	font-weight: bolder;
	font-size: 7.5pt;
	font-style:normal;
	padding:2px 0px 0px 0px;
	
	text-decoration: none;
}
.navBot td a:hover{
	text-decoration: none;
	color:#A8A8A8;

}
.teamFont {
font-weight:bold;
text-align:left;
font-size:9pt;
text-indent:19px;
color:#8C8D91;


}
.teamFont a{
font-weight:bold;
text-align:left;
font-size:9pt;
text-indent:19px;
text-decoration:underline;
color:#8C8D91;

}
.teamFont a:hover{
text-decoration:none;

}
.teamFontTitle{

text-align:left;

}
.contactLink {
text-align:right;
font-size:11pt;
text-align:inherit;
text-indent:158px;

}
.contactLink a{
text-align:right;
font-size:11pt;
text-align:inherit;
text-indent:132px;
color:#8C8D91;
text-decoration:none;
text-indent:158px;

}
.contactLink a:hover{
text-decoration:none;

}

#marqueecontainer{
position: relative;
width: 300px; /*marquee width */
height: 200px; /*marquee height */
background-color: white;
overflow: hidden;
border: 0px solid orange;
padding: 0px;
text-indent:inherit;
}
.slideshow{ /*CSS for DIV containing each image*/
float: left;
margin-right: 10px;
margin-bottom: 10px;
}

.slideshow img{ /*CSS for each image tag*/
border: 0;
width: 75px;
height: 31px;
}

#navlinks{ /*CSS for DIV containing the navigational links*/
width: 400px;
}

#navlinks a{ /*CSS for each navigational link*/
margin-right: 8px;
margin-bottom: 3px;
font-size: 110%;
}

#navlinks a.current{ /*CSS for currently selected navigational link*/
background-color: yellow;
}
.alignRight{
text-align:right;

}