/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 1em;
 color: #0099FF;
} 
 
#pagewidth{ 
 width:800px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
 position:relative; 
 height:50px; 
  background-color:#000099; 
 width:100%;
} 
#header h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 200%;
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px 5px 5px 15px;
	margin-top:-5px;
}
 
#leftcol{
 width:28%; 
 float:left; 
 position:relative; 
 background-color:#FFFFFF; 
 }
 
#leftcol a:visited, #leftcol a:link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #0099FF;
	text-decoration: none;
}
#leftcol a:hover{
	color: #0000FF;
}

#maincol{background-color: #FFFFFF;  
 float: right; 
 display:inline; 
 position: relative; 
 width:72%; 
 }
 
#footer{
  height:10px; 
  background-color:#FFFFFF; 
  color: #F0F0F0;
  clear:both;
 } 
#footer a:visited, #footer a:link {
   color: #C0C0C0;
	text-decoration:none;
	font-weight:normal;
	font-size:50%;
} 
#footer a:hover {
   color: #888888;
	text-decoration:none;
	font-weight:normal;
} 
 

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* 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;}
}
