
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
} 
 
#pagewidth{ 
 width:1000px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
 position:absolute; 
 height:225px; 
  background-color:#eff1dc; 
 width:300px;
} 

h1 { 
	color: #a31f26;
	margin:0px 0px 0px 0px;
	font-size: 24px;
	font-weight: 900;
	}
 
a
	{
	color: #2c83e9;
	text-decoration: none;
	font: bold 11pt/16pt arial, helvetica, sans-serif;
	}
	
a:hover
	{
	color: #eb2b38;
	background: #eff1dc; 
	text-decoration: none;
	}
 
 
a.content
	{
	display: block;
	padding-left: 7px;
	color: #ffffff;
	text-decoration: none;
	font: bold 10pt/16pt arial, helvetica, sans-serif;
	}
	
a.content:hover
	{
	display: block;
	padding-left: 7px;
	color: #eb2b38;
	background: white; 
	text-decoration: none;
	}
 
#left{
  font:11pt/16pt arial, helvetica, sans-serif;
  margin-left:33;
  margin-top:240;
  width:200px; 
  height: 185px;
 float:left; 
 position:absolute; 
 background-color:#eff1dc; 
 }
 
#right{
 font:11pt/16pt arial, helvetica, sans-serif;
 margin:12;
 width:45%; 
 float:right; 
 position:absolute; 
 background-color:#eff1dc;
 }
 
#maincol{background-color: #FFFFFF;  
 float: left; 
 display:inline; 
 position: relative; 
 width:0%; 
 }
 
#footer{
 position:absolute; 
 height:100px; 
 background-color:#eff1dc; 
 clear:both;
 width:985; 
 left:10;
 top:777;
 } 
 

 
 /* *** 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;}
}