/* generated by csscreator.com */ 
html, body{
	margin:0;
	padding:0;
} 
 
#pagewidth{
	width: 780px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFF;
} 
 
#header{
 position:relative; 
 height:78px; 
  background-color:#FFFFFF; 
 width:100%;
} 
 
#leftcol{
	width: 150px;
	float:left;
	position:relative;
	background-color:#FFFFFF;
	text-align: center;
 }
 
#twocols{
 width: 630px; 
 float:right; 
 position:relative; 
  }
 
#rightcol{
	float:right;
	position:relative;
	background-color:#FFFFFF;
	width: 230px;
	text-align: center;
 }
 
#maincol{
	background-color: #FFFFFF;
	float: left;
	display:inline;
	position: relative;
	width: 390px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
 }
 
#footer{
 height:225px; 
  background-color:#FFFFFF; 
 clear:both;
 vertical-align:bottom;
 } 
 
td#nav a:link {color: #7C9C58; font-family:Arial, Helvetica, sans-serif; text-decoration: none;}
td#nav a:visited {color: #7C9C58; font-family:Arial, Helvetica, sans-serif; text-decoration: none;}
td#nav a:hover {color: #7C9C58; font-family:Arial, Helvetica, sans-serif; text-decoration: none;}
td#nav a:active {color: #7C9C58; font-family:Arial, Helvetica, sans-serif; text-decoration: none;}
 

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