/* CSS Document */

html, body {
	width: 100%;
	height: 100%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

body {
	background-color: #FFFFFF;
}

div#footer a:link {
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#0066FF;
}

div#footer a:visited {
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#0066FF;
}

div#footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:200;
	text-align:center;
	line-height:1.7em;
	color:#999999;
}

div#content_header {
	font-family:"Times New Roman", Times, serif;
	font-size:26px;
	text-align:center;
	color:#00082b;
}

p,
ul,
li,
blockquote {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	text-align:left;
	/*Original text color */
	/* color:#8f6a0e; */
	/*New text color */
	color: #333333;
}
.description {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 1.5em;
	color: #666666;
	text-align:left;
}

p {
	line-height: 1.4em;
}

ul {
	margin-top: 0;
	margin-bottom: 0;
}

li {
	line-height: 1.5em;
}

ol li.question {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #333333;
	margin-bottom: 0;
}

ol li p.answer {
	margin-top: 0;
}


p a:link,
ul li a:link {
	color: #666666;
	text-decoration: none;
}

p a:hover,
ul li a:hover {
	color: #0066FF;
	text-decoration: underline;
}

p a:visited,
ul li a:visited {
	color: #0066FF;
	text-decoration: none;
}

div#page_container {
	position: relative;
	width: 100%;
	background-repeat: no-repeat;
	background-position: left;
	vertical-align: bottom;
}

div#content_container {
	width: 700px;
	margin-left: 100px;
	margin: 0 auto 0 auto;
	height: 670px;
	margin-top: 10px;
	border-left: thin;
	border-left-color: #999999;
	border-left-style:solid;
	border-right: thin;
	border-right-color: #999999;
	border-right-style:solid;
	border-spacing: inherit;
	padding-left: 20px;
	padding-right: 20px;

}


/*table#content_masthead {
	border: solid 7px #0E2353;
}

table#content_body_container {
 margin-top: .5em;
}*/

table#content_body_container p.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	letter-spacing: 1px;
	text-align:left;
}
	
table#content_body_container p.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	/*line-height: 1.5em;*/
	color: #333333;
	text-align:left;
}
