/* CSS Document */
html {
	font-size: 100%;
}
body {
	margin-top: 0px;
	background-color: #011f5b;
	font-size: 81.25%;
}
hr {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
li {
	margin-bottom: 0.5em;
}

ul.subList {
	padding-top: 0.5em;
}

#container {
	position:absolute;
	margin: 0 auto;
	left:50%;
	width:800px;
	min-height:550px;
	margin-left: -400px;
	z-index:1;
	background-color: #FFFFFF;
}
#header {
	float:left;
	width: 100%;
}
#navnpic {
	float:left;
	width: 100%;
	background-color: #153a79;
}
#nav {
	float:left;
	width: 200px;
}
#fontoption {
	float:left;
	width: 500px;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-top: 5px;
	color: #000000;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
}
#fontoption p {
	float: left;
	margin: 0px;
	padding: 0px;
	padding-top: 0.5em;
	margin-right: 0.5em;
}

#fontoption a, #fontoption a:visited {
	color: black;
}

#pic {
	float:left;
	width: 594px;
	height: 349px;
	background-color: #eff3f4;
	vertical-align:text-top;
	_margin-left:-2px;
	/*min-height: 200px;*/
}
#content {
	float:left;
	width: 100%;
	min-height: 400px;
}

#innercontent {
	float:left;
	margin-left:50px;
	_margin-left:25px;
	margin-top:30px; 
	width:83%; 
	background-color:#eff3f4; 
	padding:20px;
}
#docnav {
	float:left;
	width:35%;
}
#doccontent {
	float:left;
	width:53%;
}
#footer {
	float:left;
	background-color:#9999CC;
	width: 100%;
	margin-top:20px;
}

.changefontinc, .changefontdec {
	margin-left: 2px;
	width: 4em;
	height: 1em;
	float:left;
	vertical-align: center;
	text-align: center;
	cursor:hand;
}

.changefontinc {
	font-size: 1.5em;
	font-weight:bold;
	padding-top: 0.1em;
	padding-bottom: 0.3em;
	color: #011f5b;
}

.changefontdec {
	font-size: 1em;
	font-weight:bold;
	padding-top: .5em;
	padding-bottom: 0.3em;
	color: #011f5b;
}
 
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.769em;
	/*color: #e32f09;*/
	letter-spacing: .1em;
}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.07em;
	/*color: #e32f09;*/
	letter-spacing: .1em;
}
.style4 {font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #E32F09; font-weight: bold; }
.style6 {font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; line-height: 1.45em; }
.style7 {font-size: 11px}
.style10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.923em;
}

.disclaimer {
	color: #000000;
	margin-left: 8px;
	font-size: 1em;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
}

.style13 {
	color: #000000;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
}

.required_field {
	color: red;
	font-weight: bold;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
}

a:link, a:visited {
	color: #011f5b;
	text-decoration: none;
}

a:hover {
	color: #E32F09;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

input, select, textarea {
	font-size: 1em;
	background-color: white !important;
}

fieldset.nocolor {
	border: none;
	padding: 0px;
	margin: 0px;
}

input.nocolor, fieldset.nocolor input{
	background-color: #eff3f4 !important;
}

input.submit {
	background-color: #e0dfe4 !important;
}