/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0; 
 } 
 
#pagewidth{ 
 max-width:100%;  

 min-width:800px;  
}
 
#header{
	position:relative;
	height:150px;
	background-color:#C9AFBC;
	width:100%;
} 
 
#leftcol{
	width:20%;
	float:left;
	position:relative;
	background-color:#43AFBC;
 }
 
#twocols{
 width:80%; 
 float:right; 
 position:relative; 
  }
 
#rightcol{
 width:25%; 
 float:right; 
 position:relative; 
 background-color:#30AF2C;
 }
 
#maincol{background-color: #FFFFFF;  
 float: left; 
 display:inline; 
 position: relative; 
 width:75%; 
 }
 
#footer{
 height:30px; 
  background-color:#5C399F; 
 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;}
}

/* Style */

body {
    font: normal 100% Helvetica, Arial, sans-serif;

}
body, div, h1, h2, h3, h4, h5, p, ul, ol, li, dt, img, a {
margin: 0;
padding: 0;
border: 0;
}
p {font:Verdana, Geneva, sans-serif;
font-size:14pt;
height:1.5em;
}

