html {height: 101%; margin-bottom: 1px;}

html, body{ 
 margin:0; 
 padding:0; 
 text-align:center;
 background-color: #FFF;
} 
.lhs, .rhs, .main{
 font-family:Arial, Helvetica, sans-serif;
 color:#333;
 font-size: 11px;
 font-weight:500;
 background-color: #FFF;
}
.lhs{
 margin-left:15px;
 margin-right:15px;
 background-color: #FFF;
}
.rhs{
 margin-left:15px;
 margin-right:0px;
}
.main{
 margin-left:5px;
 margin-right:5px;
}


/*
THE MAIN LAYOUT
*/
#pagewidth{ 
 width:950px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;
 background-color: #FFF;   
} 
 
#leftcol{
 width:200px; 
 float:left; 
 position:relative;
}
 
#twocols{
 width:745px; 
 float:right; 
 position:relative; 
}
 
#maincol{background-color: #FFFFFF;  
 float: left; 
 display:inline; 
 position: relative; 
 width:745px;
 }
 
#footer{
 height:150px; 
  background-color:#FFFFFF; 
 clear:both;
 } 
 

 
 /* *** 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 */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}


h1 {	
 font-size: 11px;
 font-family: Georgia, "Times New Roman", Times, serif;
 font-weight:normal;
 color:#333;
}

h2 {	
 font-size: 17px;
 font-family: Georgia, "Times New Roman", Times, serif;
 font-weight:normal;
 color:#333;
}

h3 {	
 font-size: 11px;
 font-family: Georgia, "Times New Roman", Times, serif;
 font-weight:normal;
 color:#666;
}

p {	
 font-size: 12px;
 font-family: Arial, Helvetica, sans-serif;
 font-weight:normal;
 color:#333;
}

a, a:visited {	
 text-decoration:none;
 color:#004080;
}

a:hover {	
 color:#FFFFFF;
 background-color:#004080;
}
