@charset "utf-8";

html, body{ 
 margin:0; 
 padding:0;
 background-color:#290701; 
 font:Verdana;
 color:#FFFFFF;
 clear:both;
 font-style:strong;
 } 
 
a:link {color: red; text-decoration: none; }
a:visited {color: white; text-decoration: none;  }
a:hover {color: black; text-decoration: underline;  }
a:active { }
a.nav:link {color: #0000ff; font-size: 18pt; font-weight: bold;  }
a.nav:visited {color: #894f7b; font-weight: bold;}
a.nav:hover {text-decoration: overline; background-color: #003399;}
a.nav:active {color: white; }
 
#pagewidth{ }
 
#maincol{background-color: #290701;  
 float: left; 
 display:inline; 
 position: relative; 
 width:100; 
 font:Verdana;
 color:#FFFFFF;
 clear:both;
 font-style:strong;
 }
 
#footer{
 height:15%; 
 background-color:#290701;
 font:Verdana;
 color:#FFFFFF;
 clear:both;
 font-style:strong;
 } 
 

 
 /* *** 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 right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}

