BODY, TH, TD, P, LI, UL {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #FFFFFF; 
vertical-align:top;}
body {
	background: #166b8b url(images/body.gif) repeat-y center top;
	font: normal 0.7em Tahoma,Verdana,sans-serif;
	margin-top:1px;	
}
A {
  color: #FFFFFF;
  text-decoration: underline
}

A:hover {
  color: #CC0000;
  text-decoration: underline
}

H4 {font-size: 9px; color: #FFFFFF
}

FORM {
	display: inline
}

.one {font-family: Verdana, Arial, Helvetica, sans-serif; color: #ffffff; font-size: 9px; font-weight: normal; background-color: #062D66}
.justify {text-align:justify }
.small {font-family: Verdana, Arial, Helvetica, sans-serif; color: #ffffff; font-size: 9px}
.special{font-family: Verdana, Arial, Helvetica, sans-serif; color: #ffffff; font-size: 9px}
.formfield {
	background-color: #166B8B; 
	color: #ffffff;
	font-weight: bold; 
	border: 0px;
	} 
.style1 {
	color: #000033;
	font-weight: bold;
}
.style2 {color: #000033}

.pageHeading h1{

font-size:14px;
font-style:normal;
font-weight:bold;
margin:0px 30px 3px 0;
width:auto
}
#redheads{
color:#FF3333;
font-size:18px;
font-style:italic;
margin:0;
}
#smwhite{
color:#FFFFFF;
font-size:14px;
font-weight:normal;
margin:0;
}
#bgwhite{
color:#FFFFFF;
font-size:24px;
margin:0;
}
#bgred{
color:#FF3333;
font-size:24px;
margin:0;
}

.heads h2,.heads h3{
font-size:14px;
margin-bottom:0;
}
.heads h3{
font-weight:normal;
}
.heads p{
margin:0 0 20px 0;
}

.fo-head{
font-size:22px;
font-weight:bold;
text-transform:uppercase;}
.fo-head h1{
display:inline;
font-size:22px;
text-transform:uppercase;
padding-right:9px;}

/* Menu CSS */

.clearer{display:block; clear:both;}
#nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	position: absolute;

	
	/* background: #113971;*/
	width: 192px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav ul a {
	display: block;
	width: 192px;
	height:20px;
	line-height:20px;
	text-indent:15px;
	color:#113971;
	text-decoration:none;
	font-weight:bold;
	
}
#nav ul a:hover {
color:#FFF;
background: #113971;
	/*background:#AD0000;*/
}

#nav li { /* all list items */
	float: left;
	width: 192px; /* width needed or else Opera goes nuts */
	background:url(images/menu/white.png) repeat;
}
#corners{	background:url(images/menu/corners.png) no-repeat!important;}

#nav td:hover ul, #nav td.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
.conimage{margin:0 30px 0 7px}
#bodywrap{
margin:0 0 0 5px}
#nav ul a.redlinks{color:#ff0000; font-weight:bold;}
#nav ul a.glinks{color:#009933; font-weight:bold;}