body {
	color: #333333;
	background-color: #062974;
	margin: 0px;
}
.copy {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #333333;
	line-height: 17px;
} 
.copy a:link{
	color: #062974;
	text-decoration: none;
}
.download {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FF0000;
	text-decoration: none;
}
.download a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FF0000;
	text-decoration: none;
}
.download a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
}
.undernav {
	font-size: 12px;
	color: #062974;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 17px;
}
.undernav a:link {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #062974;
}
.undernav a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #062974;
	text-decoration: none;
}
.undernav a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #CC0000;
	text-decoration: underline;
}
.copy a:visited {
	color: #062974;
	text-decoration: none;
}
.copy a:hover {
	color: #CC0000;
	text-decoration: underline;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #99CCFF;
}
.copyright a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 150px;
	border-bottom: 1px solid #ccc;
}
ul li {
	position: relative;
	height: 30px;
}
li ul {
	position: absolute;
	left: 149px;
	top: 0px;
	display: none;
}
ul li a {
	display: list-item;
	border: 0;
	padding: 0px;
}
	
li ul li a {
	display: block;
	text-decoration: none;
	background: #2954AE;
	padding: 7px;
	border: 1px solid #fff;
	border-bottom: 0;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
li ul li a:hover {
	background-color: #3366CC;
	text-decoration: none;

}
	
/* Holly Hack. IE Requirement \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

li:hover ul, li.over ul { display: block; } /* The magic */
.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #224DA8;
}
.partners {
	float: left;
	padding: 0px 5px 0px 0px;
}
.bio {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 524px;
}
