html, body{ 
 margin:0; 
 padding:0; 
 text-align:center;
 background-color: #9FA38F;
} 
p {
 font-family:Arial, Helvetica, sans-serif;
 color:#333;
}
.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:20px;
 margin-right:15px;
}
.main{
 margin-left:5px;
 margin-right:5px;
}
.lhs a, .lhs a:visited, .lhs a:active, .rhs a, .rhs a:visited, .rhs a:active, .main a, .main a:visited, .main a:active{
 color:#CC3300;
 text-decoration:none;
}
.lhs_menu_lower a, .lhs_menu_lower a:visited, .lhs_menu_lower a:active{
 color:#5B5655;
}
.lhs a:hover, .rhs a:hover, .main a:hover{
 text-decoration:underline;
}
.disabled {
 color:#DAD9D2;
}
.caption {
 font-size: 9px;
}
.title {
 font-size: 18px;
 font-weight:bold;
 color: #333;
}
/*
THE MAIN LAYOUT
*/
#pagewidth{ 
 width:800px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;
 background-color: #FFF;   
} 
 
#header{
 position:relative;  
 background-color:#FFFFFF; 
 width:100%;
} 
 
#leftcol{
 width:200px; 
 float:left; 
 position:relative;
}
 
#twocols{
 width:600px; 
 float:right; 
 position:relative; 
  }
 
#rightcol{
 width:200px; 
 float:right; 
 position:relative; 
 }
 
#maincol{background-color: #FFFFFF;  
 float: left; 
 display:inline; 
 position: relative; 
 width:400px;
 }
 
#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;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
