/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0; 
 }

hr {
border: 0;
color: #4d4dff;
background-color: #4d4dff;
height: 1px;
width: 100%;
text-align: left;
}
 
#pagewidth{ }
 
#header{
 position:relative; 
 height:5%; 
  background-color:#FFFFFF; 
 width:100%;
} 
 
#leftcol{
 width:15%; 
 float:left; 
 position:relative; 
  }
 
#twocols{
 width:85%; 
 float:right; 
 position:relative; 
  }
 
#rightcol{
 width:20%; 
 float:right; 
 position:relative; 
 }
 
#maincol{background-color: #FFFFFF;  
 float: left; 
 display:inline; 
 position: relative; 
 width:70%; 

color: #DDDDDD;

 }
 
#footer{
 height:5%; 
  background-color:#c7e19e; 
 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;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}

