/* generated by csscreator.com */ 
h1 {font: 14pt georgia; font-weight:bold;}
h2 {font: 12pt georgia; font-weight:bold;}
html, body{ 
 margin:0; 
 padding:0; 
 } 
 
#pagewidth{ }
 
#header{
 position:relative; 
 height:135px; 
  background-image:sandstone.GIF; 
 width:100%; font: 10pt verdana;
} 
 
#leftcol{
 width:20%;
 float:left; 
 position:relative; 
 background-color:#660066; font: 10pt georgia; color:#FFFFEE;
 }
 #leftcol A:link {
	color:#ffffee;
	}
 #leftcol A:visited {
	color:#cccccc;
	}
 #leftcol A:active {
	color:#ffffee;
	}
 #leftcol A:hover {
	color:#e100e1;
	}

#twocols{
 width:80%; 
 float:right; 
 position:relative; 
  }
 
#rightcol{
 width:27%;
 float:right; 
 position:relative; 
 background-color:#9933cc;
 font: 10pt georgia; color: #ffffee;
 }
 #rightcol A:link {
	color:#ffffff;
	}
 #rightcol A:visited {
	color:#cccccc;
	}
 #rightcol A:active {
	color:#ffffee;
	}
 #rightcol A:hover {
	color:#000000;
	}
 
#maincol{background-color: #ffffee;  
 float: left; 
 display:inline; 
 position: relative; 
 width:73%; font: 10pt verdana;
 }
#maincol p{margin:1em;}

#mainleft{position: relative;
 background-color: #cccccc;
 float: left; padding-left: 3px;
 width:45%; font: 10pt verdana; color:#660066;}

#mainright{position: relative;
 background-color: #cccccc;
 float: right; padding-left: 3px;
 width:45%; font: 10pt verdana; color:#660066;}

 
#footer{
 height:45px; 
  background-color:#9933cc; font: 10pt verdana; color: #000000;
 clear:both;
 } 
 #footer A:link {
	color:#ffffff;
	}
 #footer A:visited {
	color:#cccccc;
	}
 #footer A:active {
	color:#ffffee;
	}
 #footer A:hover {
	color:#000000;
	}

 
 /* *** 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;}
}

