/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
} 
 
body {
	background-image: url(pagelayout/texturerepeat.jpg);
		background-color: #094A08;
}
a:link {
	color: #0A4B09;
}
a:visited {
	color: #0A4B09;
}
a:hover {
	color: #6D9654;
}
a:active {
	color: #0A4B09;
}

 
.flashfix {
 margin:0; 
 padding:0; 
 }
 
#header{
 position:relative; 
 height:166px; 
  background-color:#333333; 
 width:100%;
} 
 
#leftcol{
 width:224px; 
 float:left; 
 position:relative; 
 background-color:#c6dbb1; 
 }
 
#twocols{
 width:630px; 
 float:right; 
 position:relative; 
  }
 
#rightcol{
 padding-top: 0px;
 width:118px; 
 float:right; 
 position:relative; 
 background-color:#c6dbb1;
 
 }
 
#maincol{background-color: #FFFFFF;  

 float: left; 
 display:inline; 
 position: relative; 
 width:457px; 
	padding-top: 20px;
	padding-right: 25px;
	padding-bottom: 18px;
	padding-left: 30px;
 }
 
 .BodyText {
	margin-top: 0px;
	padding-top: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 24px;
	color: #000000;
}
 .SideText {
 	margin-top: 0px;
		padding-top: 10px;
	padding-right: 22px;
	padding-bottom: 18px;
	padding-left: 24px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #000000;
}
 .ClictoRead {
 	margin-top: 0px;
		padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #000000;
}
.leftsidepic {
	text-align: left;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.rightsidepic {
	text-align: right;
	margin-top: 22px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 26px;
}
 
 /* *** 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;} 
#header{display:none;} 
#twocols, #maincol{width:90%; float:left;}
}
