@charset "utf-8";


body {
	background-color:#FFFFFF;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align: center;
	color: #000066;
	background-repeat: no-repeat;
	background-position: center top;
	
}

a {
	color:#0000FF;
	text-decoration:underline;
}

a:hover {
	color:#FF0000;
	text-decoration:underline;
}

#center{
	width:900px; 
	margin:0 auto;
	margin-top:65px;
}

#centermain{
	width:900px; 
	margin:0 auto;
	margin-top:65px;
}

.clear{ 
	clear:both; 
}

img{
	border:none;
}

#img_left{
	margin-right:10px;
}

#img_right{
	margin-left:10px;
}

/*header*/

#header {
	height:40px;
	width:100%;
	background-color:#000000;
}

#header_content{
	position:relative;
	width:945px;
	height:40px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#header_title{
	float:right;
	margin-top:9px;
	width: 680px;
}

#logo{
	float:left;
	margin-top:10px;
}

#header h1{
	font-size:18px;
	color:#ffffff;
	margin:0; 
	padding:0;
	font-weight:normal;
}

/*menu*/

#menu{
	margin-bottom:22px;
}

#menumain{
	margin-bottom:22px;

	background-repeat: no-repeat;
	background-position: center top;
}

#menu_bottom{
	height:10px;
	background-color:#000080;
	margin-bottom:10px;
}

/*content*/

#content{
	float:left;
	width:600px;
	text-align:justify;
}

#content h1{
	font-size:24px;
	color:#000066;
	margin:0;
	padding:0;
	font-weight:bolder;
}

#content h2{
	font-size:12px;
	color:#990000;
	margin:0;
	padding:0;
	font-weight:bold;
	font-style: italic;
}
#content h3{
	color:#000066;
	font-weight:bold;
	text-decoration:none;
}

#content hr{
	height:2px;
	color:#000080;
	background-color: #000080;
	border:0;
}

#left_column{
	float:left;
	width:290px;
}

#right_column{
	float:right;
	width:290px;
}
/*sidebar*/

#sidebar{
	float:right;
	width:260px;
}

.sidebox{
	background-color:#e5e6e4;
	margin-bottom:15px;
	border:1px solid #d0d1ce;
	padding:12px;
	color:#b3b4b1;
}

.sidebox hr{
	height:1px;
	color:#d0d1ce;
	background-color: #d0d1ce;
	border:0;
}

.sidebox h5{
	font-size:14px;
	color:#000080;
	margin:0; 
	padding:0;
}

.sidebox .subtitles{
	color:#777f6a;
	font-weight:bold;
}

.sidebox .subtitles a{
	color:#777f6a;
	font-weight:bold;
	text-decoration:none;
}

.sidebox .subtitles a:hover{
	color:#777f6a;
	font-weight:bold;
	text-decoration:underline;
}

.sidebox a {
	color:#000080;
	text-decoration:underline;
}

.sidebox a:hover {
	color:#000080;
	text-decoration:underline;
}

/*footer*/

#footer{
	margin-bottom:20px;
}

#footer hr{
	height:1px;
	color:#000080;
	background-color: #000080;
	border:0;
}

#footer_menu{
	float:left;
}

#copyright{
	float:right;
}

#insurance{
	float:none;
	position: absolute;
	width: 172px;
	color: #990000;
	font-weight: bold;
	left: 566px;
}

.style24 {
	color: #990000;
	font-weight: bold;
}
.style25 {color: #FFFFFF}
.style26 {color: #000066}
