h1, h2, h3, h4, h5, h6, p {
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

html, body{
	margin:0;
	padding:0;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
} 
body{
	background-image: url(images/backtint.jpg);
	background-repeat: repeat-x;
} 
.imageleft {
	float: left;
	margin-right: 10px;
}
.imageright {
	float: right;
	margin-left: 10px;
}
#submenu {
	position:absolute;
	top:252px;
	left:0px;
	width:100%;
	z-index:5;
}
#submenu-helper {
	margin-left:308px;
}
#pagewidth{ 
	width:1024px; 
	text-align:left;
	margin-left:auto; 
	margin-right:auto;  
} 
 
#header{
 position:relative; 
 height:180px;
 width:100%;
}

#header2{
 position:relative; 
 height:28px;
 width:1024px;
} 
 
#twocols{
	width:677px;
	float:left;
	position:relative;
	background-color: #fff;
	margin-left: 33px;
  }

#leftcol{
	float: left;
	display:inline;
	position: relative;
	width:290px;
	margin-left: 22px;
 }
 
#rightcol{
	width:300;
	float:right;
	position:relative;
  }
 
#midcol{
	width:315px;
	padding-top: 90px;
	padding-right: 25px;
	float:right;
	position:relative;
 }
h1{
	font-size: 26px;
	color: #AFC43B;
	font-weight: bold;
 }
.form{
	font-size: 12px;
	color: #647022;
	font-weight: bold;
	padding-right: 4px;
 }
 .red{
	font-weight: bold;
	color: #CC0000;
 }
UL {
	font-weight: bold;
	font-size: 11px;
	padding-left: 18px;
}
UL LI {
list-style-image: url(images/bullet.gif);
}
#footer{
    font-size: 10px;
	height:60px;
	clear:both;
	text-align: center;
	padding-top: 10px;
	background-color: #AFC43B;
 } 
.footertext:link, .footertext:visited, .footertext:hover, .footertext:active{
	color: #000; 
	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*/ 
#rightcol{
	display:none;
} 

/*hide the right column when printing*/ 
#midcol{display:none;} 
#twocols, #leftcol{width:100%; float:none;}
}