body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{
	margin:0;padding:0;
}
table{
	border-collapse:collapse;border-spacing:0;
}fieldset,img{
	border:0;
}
}address,caption,cite,code,dfn,th,var{
	font-style:normal;font-weight:normal;
}ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6{
	font-size:100%;
}
q:before,q:after{
	content:'';
}

/* END RESET */


.left { float: left; }
.right { float: right; }
.clear { clear: both; }

body {
	margin: 0;
	padding: 0;
	background: #516a81;
}
body,td,th {
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #333333;
}
p, ul, ol, H1, table { margin: 0 0 15px 0; }
a img { border: none; }
a { color: #ae0025; text-decoration: none; }
a:hover { color: #ae0025; text-decoration: underline; }

form { padding: 0; margin: 0; }
form td { padding: 4px 0; text-align: left; }
#wrapper {
	width: 860px;
	margin: 40px auto 0;
	position: relative;
	text-align: left;
	background: white;
}
#home #wrapper { border: 20px solid #7f92a2; }
#home_top {
	background: url(/images/bg-home.jpg) no-repeat left top;
	position: relative;
	width: 860px;
	height: 392px;
}
#logo { position: absolute; right: 60px; top: 35px; }
#home_nav {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 220px;
	position: absolute;
	left: 590px;
	top: 172px;
	font-size: 13px;
	font-weight: normal;
}
#home_nav li {
	border-top: 1px solid #ae0025;
	background: url(/images/arrow_red.gif) no-repeat 0px 16px;
}
#home_nav li:first-child { border-top: none; }
#home_nav li a {
	display: block;
	text-decoration: none;
	color: #070e46;
	padding: 10px 5px 10px 15px;
	margin: 0;
	width: 200px;
}
#home_nav li a:hover {
	text-decoration: none;
	color: #666666;
}

#interior_nav {
	margin: 20px auto 30px;
	padding: 0;
	list-style: none;
	width: 200px;
	font-size: 12px;
	font-weight: normal;
	text-align: right;
}
#interior_nav li {
	border-top: 1px solid #c9d1d8;
}
#interior_nav li:first-child { border-top: none; }
#interior_nav li a {
	display: block;
	text-decoration: none;
	color: #10186e;
	padding: 5px;
	margin: 0;
	width: 190px;
}
#interior_nav li a:hover {
	text-decoration: none;
	color: #666666;
}

.callout_left { color: #516a81; padding: 0 5px 0 15px; border-left: 10px solid #e6eaed;  margin: 0 0 30px 0; }
.callout_left_red { color: #333333; padding: 0 5px 0 15px; border-left: 10px solid #ae0025; }


#home_bottom {
	background: #ae0025;
	overflow: auto;
	color: white;
	padding: 20px 5px 10px 25px;
	font-size: 11px;
	line-height: 15px;
}
#home_bottom div { width: 250px; margin-right: 25px; float: left; }
#home_bottom H4 { font-size: 13px; font-weight: bold; color: #e2d6d9; margin-bottom: 8px; }
#home_bottom a { color: white; text-decoration: underline; }
#home_bottom a:hover { color: #b3a6a8; text-decoration: underline; }

#left_col {
	width: 210px;
	float: left;
	background: url(/images/bg-fade-leftcol.png) no-repeat right 50px;
	padding: 20px 20px 10px;
	height: 456px;
	min-height:456px;
	height: auto !important;
	height: 456px;
}
#content {
	float: right;
	padding: 105px 20px 15px 45px;
	overflow: auto;
	width: 545px;
}
#footer {
	margin: 10px auto;
	text-align: left;
	font: 11px Arial, Helvetica, sans-serif;
	color: #aec0ca;
}
#home #footer {
	width: 880px;
}
#footer span { float: right; }
#footer a, #footer a:hover { color: #b0b6bb; text-decoration: none; font-weight: normal; }


/* HEADERS */

H1 {
	color: #516a81;
	font: normal 25px Georgia, "Times New Roman", Times, serif;
	letter-spacing: -1px;
	margin-bottom: 15px;
}
H2 {
	background: #e6eaed;
	padding: 3px 8px; 
	margin-bottom: 10px;
	color: #516a81;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #c9d1d8;
}

H1 + H2 { margin-top: 20px; }
p + H2 { margin-top: 30px; }

/* FORM STYLES */

/* FORM STYLES */


.FormField { 
	padding: 3px;
	color: #333333;
	background: #fff;
	border: 1px solid #999;
	width: 90%;
	font: 11px/17px Georgia, "Times New Roman", Times, serif;
	color: #555;
}
.FormButton {
	color: #ffffff;
	font-weight: bold;
	border: 2px solid #87a9dc;
	background: #25569f;
	padding: 3px 5px;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
}
