/* generated by csscreator.com */ 
html, body{
	margin:0;
	padding:0;
	text-align:center;
	background: #fff;
	font: small/160% Verdana, Arial, Helvetica, sans-serif;
} 
 
#pagewidth{ 
 width:700px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
 position:relative; 
 height:250px; 
  background-color:#FFFFFF; 
 width:100%;
} 
 
#maincol{
	float: right;
	display:inline;
	position: relative;
	width:100%;
	background: #FFFFFF url(img/bg.jpg) no-repeat;
 }
 
 
 #maincol ul{
 padding-left: 60px; padding-right: 60px; padding-bottom: 0px;
 }
 
 
#footer{
	height:100px;
	clear:both;
	background: #3361BB; } 
 
.footer {color:#fff; font-size:11px; padding:10px;}
.link {color:#FFCC00;}
.top {font-size: 10px;}
P { padding-left: 60px; padding-right: 60px; padding-bottom: 0px; }
h3 {font-weight: bold; font-size: 1.0em; padding-left: 40px;}
.style2 {font-size: 16px}
.style5 {font-size: 20px; font-weight: bold;color: #112C73;}
.style8 {color: #112C73; font: bold;}
 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden; }
 
.clearfix{display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

div#navcontainer
{background: #3361BB;}

div#navcontainer ul
{
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
color: white;
text-align: center;
margin: 0;
padding-bottom: 5px;
padding-top: 5px;
}

div#navcontainer ul li
{
display: inline;
margin-left: 15px;
}

div#navcontainer ul li a
{
padding: 10px 10px 5px 10px;
color: white;
text-decoration: none;}

div#navcontainer ul li a:hover
{ color: black;background: #FFFF82;}

#active a { border-left: 1px solid #fff;}
