@charset "UTF-8";
/* CSS Document */

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, legend, input, table, th, td {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #829BB4;
	background-image: url(images/structure/background_2.jpg);
	background-repeat: repeat;
}
#container {
	width: 800px;
	margin-top: 4px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	border: 1px solid #999;
	background-image: url(images/structure/background_twoTone.png);
	background-repeat: repeat-y;
}
#container_white {
	width: 800px;
	margin-top: 4px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	border: 1px solid #999;
	background-color: #FFF;
}
#header {
	background-image: url(images/structure/header3.png);
	background-repeat: no-repeat;
	height: 110px;
	margin: 0px;
	padding: 0px;
}
#header h1 {
	display: none;
}
#header h3 {
	display: none;
}
#content {
	min-height:400px;
	background-color: #FFF;
	padding: 10px;
	width: 610px;
	float: right;
	font-size: 90%;
	margin: 0px;
}
#content h2 {
	color: #990000;
	font-weight: bold;
	font-size: 125%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#content h3 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-align: center;
	font-size: 110%;
}
#content h4 {
	border-bottom:1px solid #333333;
	display:block;
	margin:10px 0;
	padding:0;
}
#content h5 {
	display:block;
	padding:0px;
	font-size: 105%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#content p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}
#content a:link {
	color: #003471;
}
#content p em {
	font-weight: bold;
}
#content a:visited {
	color: #003471;
}
#content a:hover {
	color: #F00;
}
#content a:active {
	outline:none;
}
#content_wide {
	background-color: #FFF;
	padding: 10px;
	width: 780px;
	font-size: 90%;
	margin: 0px;
}
#content_wide h2 {
	color: #990000;
	font-weight: bold;
	font-size: 125%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#content_wide h5 {
	padding:0px;
	font-size: 105%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#nav {
	float: left;
	width: 160px;
	background-color: #003471;
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#home_nav {
	padding-top:10px;
	min-height: 10px;
	font-weight: bold;
}
#home_nav li {
	cursor:pointer;
	font-size:100%;
	list-style-type:none;
	margin:0;
	padding:0;
	position:relative;
	text-align:left;
	width:8em;
}
#home_nav a:link {
	color:#FFFFFF;
	cursor:pointer;
	display:block;
	font-size:0.75em;
	font-weight:bold;
	padding:0.5em 0.75em;
	text-decoration:none;
}
#home_nav a:visited {
	color:#FFFFFF;
	cursor:pointer;
	display:block;
	font-size:0.75em;
	font-weight:bold;
	padding:0.5em 0.75em;
	text-decoration:none;
}
#home_nav a:hover {
	background-color:white;
	color:#003471;
	cursor:pointer;
	display:block;
	font-size:0.75em;
	font-weight:bold;
	padding:0.5em 0.75em;
	text-decoration:none;
}
#home_nav a:active {
	outline:none
}
.clear {
	clear:both;
}
/*.divider {
 float:left  clear:right;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	width:88%;
	min-height: 10px;
	margin-left:8px;
}
*/#footer {
	clear: both;
	margin: 0px;
	background-image: url(images/structure/footbkg.png);
	height: 70px;
	background-repeat: repeat-x;
	text-align: center;
	font-size: 85%;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #FFF;
	color: #333;
}
.special_feature {
	background-color: beige;
	padding: 5px;
	float: right;
	height: auto;
	width: 200px;
	font-size: 90%;
	font-weight: normal;
	text-align: center;
	margin-top: 4px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #003471;
	border-bottom-color: #003471;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.xquote {
	color:#333;
	display:block;
	font-family:"Times New Roman", Times, serif;
	font-size:120%;
	font-style:italic;
	line-height:130%;
	margin-top:25px;
	margin-right:auto;
	padding:10px 20px 10px 60px;
	width:500px;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(images/structure/quote1.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.sig {
	font-weight: normal;
	padding: 0px;
	text-align: right;
	margin: 0px;
	position: relative;
}
#portrait {
	float: right;
	height: 300px;
	width: 210px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #003471;
	text-align: center;
}
#portrait img {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#portrait p {
	font-style: italic;
	font-weight: bold;
	color: #666666;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	margin: 0px;
	font-size: 85%;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
}
#portrait_wide {
	float: right;
	height:auto;
	width: 300px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #003471;
	text-align: center;
}
#portrait_wide img {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#portrait_wide p {
	font-style: italic;
	font-weight: bold;
	color: #666666;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	margin: 0px;
	font-size: 85%;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
}
#disclaimer {
	font-size: 90%;
	font-style: italic;
	color: #333333;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #333333;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
iframe {
	margin: 0px;
	height: 475px;
	width: 610px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding: 0px;
	vertical-align: top;
}
#spacer {
	padding: 0px;
	height: 100px;
	width: 25px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: both;
}
.standard_list {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
}
.content_img_left {
	float: left;
	margin: 1px 5px 5px 0;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding: 0px;
}
.special_list {
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
}
.boldtext {
	font-weight: bold;
}
blockquote {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 30px;
}