/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
}
#pagewidth{ 
 width:860px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;  
 background-color:#fff;
} 
#header{
 position:relative;  
 background-color:#ffffdd; 
 width:100%;
 text-align:center;
} 
#leftcol{
 width:136px; 
 float:left; 
 position:relative;
 background-color:#fff; 
 text-align:center;
 height:auto;
 padding : 3px;
 margin : 0;
 }
#maincol{
 background-color: #fff;  
 float: right; 
 display:inline; 
 position: relative; 
 width:710px; 
 margin-left:auto; 
 margin-right:auto;
 text-align:center;
 padding : 3px 5px 3px 0px;
 display:table-cell;
 }
#footer{
 background-color:#fff; 
 text-align:center;
 padding : 8px;
 clear:both;
 } 
p.page { page-break-after: always; }


/* *** 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  {
#header, #leftcol, #footer, .date, .title, .pg1, .pg2, .pg3  {
display : none;
}
#maincol {
width : 100%;
margin : 0;
float : none;
}
               } 