* {
    padding: 0px;
    margin: 0px;
} 

body {
    background: #fff;
	font: 1.0em  Georgia, serif;
	line-height: 1.25em; 
}
a {
	color: #3B6EBF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


#wrap {
	width:90%;
margin: 20px auto;
/*width: 900px;*/
background: #FFF;
}

#top { 
	background: #FFF;
	height:auto;
}

#content {
	padding: 0px 0px 0px 0px;
/*	border-left: 1px solid #E1E1E1;
	border-right: 1px solid #E1E1E1;*/
}

#bottom {
	background: #FFF;
	height:auto;
}


.header {
height:auto;
background: #6492ec url('headim.jpg');
border-bottom: 1px solid #E1E1E1; 

}

.header h1 { padding-left: 17px; padding-top: 22px; font-size: 22px; color: #FFF; }
.header h1 a{ font-size: 22px; color: #FFF; text-decoration: none;}
.header h1 a:hover { font-size: 22px; color: #FFF; text-decoration: underline;}
.header h2 { padding-left: 17px; padding-top: 0px; font-size: 17px; color: #FFF; }


.breadcrumbs { 
    background: #F6F9FB; 
	border-bottom: 1px solid #E1E1E1; 
	padding: 5px;
	height:auto;
}

.menubar { 
	height:auto;
   	background: #6492ec;
	border-bottom: 1px solid #E1E1E1; 

}


.menubar ul {
	list-style-type:none;
	margin:0;
	padding:0;
	overflow:hidden;
}
.menubar li {
	float:left;
/*	width:22%;*/
}
.menubar a {
	display:block;
	font-size: 11pt;
	font-weight:bold;
	color:#FFFFFF;
	background: #6492ec;
	text-align:center;
	padding:5px 14px;
	text-decoration:none;
	border-right: 1px solid #E1E1E1;
	
}



.menubar a:hover {
 
	background-color: #85ACF7 ;
	text-decoration:underline;
}


	
.main {
/*	float: center;*/
	width: 96%;
	margin: 0px 10px;
	padding: 1% 1%;
	text-align: justify;
	
}

.main ul {
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
	
}

.main li {
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	
}




.main h2 { color: #3B6EBF; font-size: 20px; margin-bottom: 12px; margin-top: 12px;}
.main h3 { color: #3B6EBF; font-size: 17px; margin-bottom: 10px; margin-top: 10px;}
.main h4 { color: #3B6EBF; font-size: 14px; margin-bottom: 5px; margin-top: 5px;}



#clear {
	display: block;
	clear: both;
	width: 100%;
	height:1px;
	overflow:hidden;
}

#footer {
    font-style: italic;
	text-align: center;
	background: #F6F9FB; 
	border-bottom: 1px solid #E1E1E1; 
	padding: 5px;
}