.pagebg {
	background-attachment: scroll;
	background-color: #99CC33;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.footertext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #476114;
}
.navitext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}
.normaltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}
.titleText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0033;
}
a:link.greenlink {
	color: #669900;
	text-decoration: underline;
}
a:visited.greenlink {
	color: #669900;
	text-decoration: underline;
}
a:hover.greenlink {
	color: #ff0033;
	text-decoration: none;
}
a:active.greenlink {
	color: #669900;
	text-decoration: underline;
}
.adtext{
	font-size:14px;
	font-weight:bold;
	text-align:center;
}
.ademail{
	font-size:13px;
	color:#F00;
	text-align:center;
	font-weight:bold;
}
/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
} 
 
#pagewidth{
	width:778px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	padding: 0px;
	background-color: #FFF;
} 
 
#header{
	position:relative;
	height:80px;
	background-color:#FFFFFF;
	width:100%;
	padding: 7px;
} 
 
#leftcol{
	width:120px;
	float:left;
	position:relative;
	padding: 5px;
  }
 
#twocols{
 width:80%; 
 float:right; 
 position:relative; 
  }
 
#rightcol{
	width:140px;
	float:right;
	position:relative;
	padding: 5px;
 }
 
#maincol{
	background-color: #FFFFFF;
	float: left;
	display:inline;
	position: relative;
	width:75%;
	padding: 5px;
 }
 
#footer{
 height:80px; 
  background-color:#FFFFFF; 
 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;}
}
