A.body:link {color: #3A66AA ;text-decoration:none}
A.body:visited {color: #3A66AA ;text-decoration:none}
A.body:hover { color: #3A66AA ;text-decoration:underline}

A.footer:link {color:white;text-decoration:none}
A.footer:visited {color:white;text-decoration:none}
A.footer:hover { color:white;text-decoration:underline}

body { background: #9bbaeb; color: rgb(0,0,0); font-family: Arial, Verdana;}

.body { font-family: Arial; font-size:13px;}
.copy { font-family: Arial, Verdana; font-size: 12px; color: rgb(64,64,64); line-height: 170%;}
.copysmall { font-family: Arial, Verdana; font-size: 11px; color: rgb(64,64,64); line-height: 130%;}
.copyright { font-family: Arial, Verdana; font-size: 11px; color: rgb(255,255,255);}
.crumb { font-family: Arial, Verdana; font-size: 9px; color: rgb(128,128,128);} 

a.mainnav:hover {
	display:block;
	background-image: url("images/mouseover-bg.gif");
	border:none;
	border-left:0px solid #fff;
	border-right:0px solid #fff;
	padding:0 11px;
}

a.end:hover {
	display:block;
	background-image: url("images/mouseover-bg.gif");
	border:none;
	border-left:0px solid #fff;
	border-right:0px solid #fff;
	padding:0 11px;
}

a.subnav:hover {
	background-color: #7494ce;
	background-image: none;
	font-weight:normal;
	border:none;
	width:20em;
	padding:3px 0 3px 11px;
}

a.subsubnav:hover {
	background-color: #7494ce;
	background-image:none;
	font-weight:normal;
	border:none;
	width:5em;
	padding:3px 0 3px 11px;
}

#nav, #nav ul { /* all menu lists */
	padding:0;
	margin:0;
	list-style:none;
}

#nav a { /* mainnav */
	display:block;
	width:auto;
	font-size:12px;
	line-height:22px;
	color: white;
	padding:0 11px;
	text-decoration:none;
	border:none;
	border-left:0px solid #fff;
	border-right:1px solid #fff;
}

#nav a.end { /* mainnav */
	display:block;
	width:auto;
	font-size:13px;
	line-height:22px;
	color: white;
	padding:0 11px;
	text-decoration:none;
	border:none;
	border-left:0px solid #fff;
	border-right:0px solid #fff;
}

#nav a.subnav { /* subnav */
	display:block;
	width:auto;
	font-size:12px;
	line-height:22px;
	color: white;
	padding:0 11px;
	text-decoration:none;
	border:none;
}

#nav a.subsubnav { /* subsubnav */
	display:block;
	width:auto;
	font-size:12px;
	line-height:22px;
	color: white;
	padding:0 11px;
	text-decoration:none;
	border:none;
}


#nav a.subnavarrow { /* subnav with further level*/
	display:block;
	width:auto;
	font-size:12px;
	line-height:22px;
	color: white;
	padding:0 11px;
	text-decoration:none;
	border:none;
	background-image: url("images/subnavarrow.gif");

}

#nav a.subnavarrow:hover { /* subnav with further level*/
	display:block;
	width:auto;
	font-size:12px;
	line-height:22px;
	color: white;
	padding:0 11px;
	text-decoration:none;
	border:none;
	background-image: url("images/subnavarrow1.gif");
}


#nav li { /* all menu items */
	float:left;
	width:auto;
	padding:0;
	margin:0;
	background:none;
}

#nav li li { /* controls width and borders of subnav block */
	border-top:1px solid #fff;
	border-bottom:1px solid #000000;
	color:#fff;
	width:11.0em;
}

#nav li ul { /* subnav block list */
	position: absolute;
	background: #3a66aa;
	width: 11.0em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -1.2em 0 0 10.5em;
	
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#nav #active_menu-mainnav { /* used to highlight active menu item in mainnav */
	background-image: url("images/mouseover-bg.gif");
	color: white;
	border-left:0px solid #fff;
	border-right:1px solid #fff;
	padding: 0 11px;
	font-weight:normal;
}

#nav #active_menu-mainnav1 { /* used to highlight active menu item in mainnav */
	background-image: url("images/mouseover-bg.gif");
	color: white;
	border-left:0px solid #fff;
	border-right:0px solid #fff;
	padding: 0 11px;
	font-weight:normal;
}