/* Colors */
/* Brown - #512b1b */
/* Medium Brown - #ae7d5b */
/* Light Brown - #cea98c */
/* Beige - #e2cdb8 */

/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
 background-color :  #fff;
} 
 
#pagewidth{ 
 width:770px; 
text-align:left;  
margin:1.5em auto; 
background-color :  #EAEEF6;
border: 1px solid #fff;
} 
 
#header{
 position:relative; 
 /* background-color:#DCEFEF; */
 width:100%;
} 
 
#leftcol{
 width:170px; 
 float:left; 
 position:relative; 
 padding: 1em .5em .5em .5em;
  /* background-color:#cea98c;*/
  vertical-align: top;

 }
 
#maincol{
 float: right; 
 display:inline; 
 position: relative; 
 width:500px; 
 padding: 1em 1em;
 }
 
#footer{
  background-color:#88A29F; 
  clear:both;
  text-align:center;
  color:#fff;
  font-size:9pt;
     padding: 0em .25em;
 } 
 
 #disclaimer{
  text-align:center;
  font-size:8pt;
  color:#00392A;
   padding: .25em 1em;
 } 
 
 

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


