/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
} 
 
#pagewidth{ 
 width:780px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
 position:relative; 
 /*
 height:100px; 
 background-color:#63BCCF; 
 background-color: lightgreen;
 */ 
  width:100%;
 margin-bottom: 0.5em;

 /*
 height:400px;
 */ 
}

#header_title {
  width: 290px;
  float: left;
}
#header_sub {
  width: 480px;
  float: right;
  margin-top: 10px;
  margin-right: 5px;
}

#information {
	margin-bottom:1em;
}

#leftcol{
 width:140px; 
 float:left; 
 position:relative; 
 background-color:#EFEFEF; 
 }
 
#maincol{background-color: #FFFFFF;  
 float: right; 
 display:inline; 
 position: relative; 
 width:620px; 
 }
 
#footer{
 margin-top:2em;
 height:40px; 
  background-color:palegreen;
  border: 2px solid lightgreen; 
 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-block;}

/* 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;}
}

