@charset "utf-8";
body {
	background-color: #003e7e;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin: 0px;
	padding: 10px;
	line-height: 1.4em;
}
h1 {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	color: #2A5C83;
	font-weight: bold;
}
h2 {
	padding: 0px;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

h3 {
	padding: 0px;
	font-size: 11px;
	color: #2A5C83;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

h6 {
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


#container {
	width: 784px;
	margin: auto;
	padding: 0px;
	height: auto;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
}
#header {
	height: 100px;
	width: 784px;
	clear: both;
}
#buttons {
	height: auto;
	width: 784px;
	clear: both;
	background-color: #2A5C83;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #FFFFFF;
}
#banner {
	height: 70px;
	width: 784px;
	clear: both;
	background-color: #264C75;
}
#main {
	height: auto;
	width: 784px;
	clear: both;
	margin-top: 30px;
}
#leftMain {
	width: 439px;
	padding-right: 35px;
	padding-left: 35px;
	padding-bottom: 30px;
	float: left;
}
#leftMainWide {
	width: 480px;
	padding-right: 0px;
	padding-left: 35px;
	padding-bottom: 30px;
	float: left;
}

#rightMain {
	width: 250px;
	padding-right: 25px;
	padding-left: 0px;
	padding-bottom: 30px;
	float: left;
}
#rightMain h1 {
	font-size: 11px;
}
#rightMain p {
	font-size: 10px;
	padding: 0px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#footer {
	font-size: 10px;
	color: #FFFFFF;
	margin: auto;
	padding: 0px;
	width: 784px;
	height: auto;
}
#footer  a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a:active {
	color: #FFFFFF;
	text-decoration: none;
}
#blueye {
	float: right;
	text-align: right;
}
#listBox {
	background-color: #003E7E;
	margin-top: 20px;
}
#listBox h1 {
	font-size: 12px;
	color: #FFFFFF;
	padding: 10px;
	font-weight: normal;
}
#listBox ol {
	margin: 0px;
	padding: 0px;
	background-color: #38628F;
	color: #FFFFFF;
	list-style-position: inside;
	font-size: 10px;
}
#listBox ul {
	margin: 0px;
	padding: 0px;
	background-color: #38628F;
	color: #FFFFFF;
	font-size: 10px;
	list-style-type: none;
	text-indent: 0px;
}

#listBox li {
	margin: 0px;
	padding: 10px;
	text-indent: 0px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #FFFFFF;
}





.clear {
	clear: both;
}
strong.large {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	color: #2A5C83;
	font-weight: bold;
}
.bios {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.methods {
}
.methods p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 11px;
}
.methods h3 {
	text-indent: -16px;
	margin-left: 16px;
}
a:link {
	color: #38628F;
	text-decoration: none;
}
a:visited {
	color: #38628F;
	text-decoration: none;
}
a:hover {
	color: #003E7E;
	text-decoration: none;
}
a:active {
	color: #38628F;
	text-decoration: none;
}
