@charset "UTF-8";



BODY{
	margin:0;
	padding:0 0 25px 0;
	font-family:Futura,Arial,Verdana;
	font-size:12px;
}

A IMG{
	border:none;
}

A:visited{
	color:#427730;	
}

A:link{
	color:#0065bd;
}

#wrapper{
	width:870px;
	margin:0 auto;
	
}

#top{
	margin-bottom:3px;
	width:870px;
	height:130px;
	position:relative;
}

#top #text{
	position:absolute;
	top:55px;
}

#top #logo{
	position:absolute;
	left:694px;
}

#top #text H1{
	font-size:14px;
	color:#0065bd;
	display:inline;
	margin:0 5px 0 0;
}

#menu{
	background-image:url(../images/menu-repeat-blue.gif);
	margin-top:3px;
}

#menu A{
	display:block;
	float:left;
	width:162.5px;
	line-height:44px;
	text-align:center;
	background-image:url(../images/menu-repeat-blue.gif);
	color:white;
	text-decoration:none;
	font-size:16px;
}

#menu #currentPage{
	background-image:url(../images/menu-repeat-green.gif);
}

#menu IMG{
	float:left;
}

#menu A IMG{
	float:none;
}

#fp{
	clear:right;
	float:right;
	border-left:3px solid white;
}


#page{
	clear:both;
	width:870px;
	margin:0 auto;
	
}

#page #leftColumn{
	width:645px;
	border:3px solid #427730;
	border-bottom:none;
	float:left;
	padding:20px;
	margin:3px 0 0 0;
}

#leftColumn H1{
	font-size:20px;
}

#addy{
	margin:15px auto;
	width:150px;
}

#rightColumn{
	color:#0065bd;
	float:right;
	width:170px;
	height:260px; /* overridden on each page */
	
	background-image:url(../images/coversure.gif);
	background-repeat:no-repeat;
	background-position:center bottom; 
}

.red{
	color:#e00034;
}

TABLE TD{
	vertical-align:top;
}

TABLE H2{
	margin:0;
}

.floatRight{
	float:right; 
	margin:0 0 0 15px;
}

.floatLeft{
	float:left; 
	margin:0 15px 0 0;
}

.border{
	border:1px solid #0065bd;
}


#footer{
	background-image:url(../images/footer.gif);
	width:672px;
	height:37px;
	line-height:37px;
	clear:both;
	color:white;
	padding:0 10px;
	font-size:11px;
}

#footer A{
	color:white;	
}

#footer #credits{
	float:right;
}

.regulatoryStatement{
	border-top:1px solid #999;
	font-weight:bold;
	padding:10px 0 0 0;
	margin:0 0 0 0;
	font-size:14px;
	text-align:center;
}