/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0; 
 text-align:justify; 
margin-top:20px;
background-color:gold;
} 
 
#pagewidth{ 
 border:5px solid #008000;
 width:800px;
 height:600px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto
   
} 
 
#leftcol{
 width:35%; 
 float:left; 
 position:relative; 
 background-color:white;
 height:100%; 
 }
 
#maincol{background-color: white;  
 float: right; 
 display:inline; 
 position: relative; 
 width:65%;
 font-family:Verdana;
 font-size:12px;
 text-align:justify;
 color:#282828;
 

 }
 
 A:Hover{font-color:maroon;background-color:#99FF99; font-family:Verdana; font-size:12px; }


a:visited, a:link, a:active {
font-weight : bold;
font-size : 12px;
font-family : verdana;
color : maroon;
text-decoration : bold;
}

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
:after.clearfix {
 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;}
}
h4           { font-family: Comic Sans MS; font-weight: bold; color:#1E1E1E;font-size:13pt; }
