@charset "UTF-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3b3b3b;
	line-height: 20px;
}
a:link {
	color: #315876;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
#header_info {
	height: 93px;
	margin-right: auto;
	margin-left: auto;
	width: 950px;
	padding-top: 1px;
}
#header_pic {
	background-image: url(../images/header-1.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 450px;
}
.nav {
	float: right;
	height: 90px;
}
.nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 99999;
}
.nav ul li {
	float: left;
}
.nav ul ul {
	display: none;
	position: absolute;
	margin: -25px 0px 0px -11px;
	background-image: url(../images/white82.png);
	background-repeat: repeat;
	width: 128px;
	padding: 10px 5px 5px 5px;
	border-top: solid #315976 10px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	-khtml-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}
.nav ul ul li {
	float: none;
	position: relative;
	border-bottom: solid 1px #315976;
	line-height: 13px;
}
.nav .last {
	border: none;
}
.nav ul ul li a {
	color: #315976;
	text-decoration: none;
	display: block;
	padding: 8px;
	font-weight: normal;
}
.nav ul ul li a:hover {
	color: #FFF;
	background-color: #315976;
}
.nav ul li:hover > ul {
		display: block;
}


#container {
	padding: 50px;
	width: 975px;
	margin-right: auto;
	margin-left: auto;
}
#targets {
	width: 975px;
	margin-right: auto;
	margin-left: auto;
	height: 357px;
}
.page_title {
	font-size: 18px;
	color: #315976;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #315976;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 35px;
	line-height: 12px;
}
.subtitle {
	font-size: 12px;
	color: #315876;
	font-weight: bold;
}
.rev {
	color: #FFF;
	font-size: 14px;
	text-transform: uppercase;
}
.box {
	border: 1px dotted #315876;
}
#content {
	padding-right: 40px;
	padding-left: 40px;
}
#footer {
	background-image: url(../images/footer-shadow.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 38px;
	margin-top: 40px;
}
.footnote {
	color: #CCC;
}
.required {
	color: #900;
}
.highlight {
	padding: 10px;
	font-size: 18px;
	font-style: italic;
	text-align: center;
	background-color: #E1E0DD;
	border: 1px solid #CCC;
	-moz-box-shadow: 0px 0px 4px 2px #e1e1e1;
    -webkit-box-shadow: 0px 0px 4px 2px #e1e1e1;
    box-shadow: 0px 0px 4px 2px #e1e1e1;
}
