@charset "UTF-8";
/* main.css */
/* These are the MAIN style definitions for all API webssite pages*/

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 10pt;
	color: #000;
}
body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFF;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: underline;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #FFF;
}
.greynav_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.header1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	line-height: 16pt;
	color: #386685;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
.content1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	line-height: 13pt;
	font-weight: normal;
	color: #000;
}
.content1 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	line-height: 13pt;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}
.content1 a:visited {
	text-decoration: none;
}
.content1 a:active {
	text-decoration: none;
}
.content1 a:hover {
	text-decoration: none;
	color: #7CA580;
}
/* Beginning of Third-Level Navigation Definitions */

.nav3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	line-height: 9pt;
	font-weight: normal;
	color: #000;
}
.nav3 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	line-height: 9pt;
	font-weight: normal;
	color: #000;
}
.nav3 a:visited {
	text-decoration: none;
}
.nav3 a:active {
	text-decoration: none;
}
.nav3 a:hover {
	font-style: normal;
	color: #386685;
	font-weight: bold;
	text-decoration: none;
}
.subnav3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: italic;
	line-height: 9pt;
	font-weight: normal;
	color: #000;
}
.subnav3 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: italic;
	line-height: 9pt;
	font-weight: normal;
	color: #000;
}
.subnav3 a:visited {
	text-decoration: none;
}
.subnav3 a:active {
	text-decoration: none;
}
.subnav3 a:hover {
	font-style: italic;
	font-weight: bold;
	color: #386685;
	text-decoration: none;
}
/* Beginning of Third-Level Navigation Definitions */

.content_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: 13pt;
	font-weight: bold;
	color: #386685;
}
.content_header_italic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: 13pt;
	font-weight: italic;
	color: #386685;
}
.content_header a {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: 13pt;
	font-weight: bold;
	color: #386685;
}
.content_header a:visited {
	text-decoration: none;
}
.content_header a:active {
	text-decoration: none;
}
.content_header a:hover {
	text-decoration: none;
	color: #7CA580;
}
.news1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	line-height: 13pt;
	font-weight: normal;
	color: #FFF;
}
.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 11pt;
	font-style: italic;
	font-weight: normal;
	color: #000;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-style: normal;
	font-weight: normal;
	color: #000;
}
.subnav_ON {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: italic;
	line-height: 9pt;
	font-weight: bold;
	color: #000;
}
.nav3_ON {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	line-height: 9pt;
	font-weight: bold;
	color: #000;
}

.scrollbox {overflow:scroll;height:150px;width:300px;overflow:auto;padding-right:40px}


/* Sitemap page styles */
#sitemap-container {padding: 40px 0 40px 140px;}
	.sitemap{float: left; margin: 0; padding: 0 60px 0 0;}
		.sitemap li {list-style: square;}
		.sitemap li.head {list-style: none; margin: 0; padding: 0 0 15px 0;}
		.sitemap li a span {display: block; font-size: 13px; font-weight: bold; padding-bottom: 5px;}
		.sitemap li ul {margin-left: 40px; padding: 0;}
	
		.sitemap a {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000;}
		.sitemap a:link {text-decoration: none;}
		.sitemap a:visited {text-decoration: none; color: #000;}
		.sitemap a:hover {text-decoration: underline; color: #386685;}
		.sitemap a:active {text-decoration: none; color: #000;}

