html, body{ 
	margin:0; 
	padding:0; 
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #051f44;
}

p{
	color: #051f44;
}

h1{
	border-bottom: 1px solid #cddce1;
	color: #4285c7;
	font-size: 18px;
}

#pagewidth{ 
	width:780px; 
	text-align:left;  
	margin-left:auto; 
	margin-right:auto;  
} 
 
#header{
	position:relative; 
	height:220px; 
	background-color:#0f3d7c;
	background-image:url(img/head.gif);
	width:100%;
} 
 
#leftcol{
	width:200px; 
	float:left; 
	position:relative; 
	background-color:#cddce1;
	padding: 15px 10px 20px 15px; 
}
 
#maincol{
	background-color: #ffffff;  
	float: right; 
	display:inline; 
	position: relative; 
	width:515px; 
	padding: 5px 20px 20px 20px;
	text-align: justify;
}
 
#footer{
	height:55px; 
	background-color:#0f3d7c; 
	clear:both;
	background-image:url(img/footer.gif);
	color: #fff;
}

#footer_menu{
	float:left;
	padding: 8px 0px 0px 10px;
	font-weight: bold;
}

#footer_menu a{
	color: #fff;
	text-decoration:none;
}
 
#footer_menu a:hover{
	text-decoration:underline;
}

#footer_txt{
	float: right;
	padding: 8px 10px 0px 0px;
}

#search_form{
	position:absolute;
	height: 34px;
	width: 339px;
	float: left;
	font-weight:bold;
	padding:177px 0px 0px 5px;
	color: #fff;
}

.menu1 a, .menu2 a, .menu3 a, a:hover{
	color: #022763;
	text-decoration: none;
}

.menu1 a:hover, .menu2 a:hover, .menu3 a:hover, a {
	color: #4285c7;
	text-decoration: underline;
}


.menu1{
	padding: 0px 0px 6px 15px;
	background-image:url(img/menu1.gif);
	background-repeat: no-repeat;
}

.menu2{
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 6px 13px;
	background-image:url(img/menu2.gif);
	background-repeat: no-repeat;
}

.menu3{
	margin: 0px 0px 0px 40px;
	padding: 0px 0px 6px 13px;
	background-image:url(img/menu2.gif);
	background-repeat: no-repeat;
}

.right{
	float:right;
}

img{
	border: none;
}

.input {
	border: 1px solid #c6c7c9;
}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

li{
	list-style-image: url(img/arrow.gif);
}
 
.clearfix{display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  
 
/*printer styles*/ 
@media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
