/* structure */


html,body {
	font-family: Verdana, Geneva, sans-serif;
	background-color: #336601;
	background-repeat: repeat-x;
	margin: 0px;
	background-image: url(../images/site_bg.jpg);
	font-size: 12px;
	color: #758352;
	padding: 0px;
	}
 
#pagewidth {
	width:836px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	background-image: url(../images/page_bg.jpg);
	background-repeat: repeat-y;
} 

#header {
	position:relative;
	height:370px;
	width:836px;
	margin: 0px;
	padding: 0px;
} 

 
#maincol {
	float: left;
	position: relative;
	width:772px;
	padding-right: 32px;
	margin-top: 0px;
	overflow: visible;
	padding-bottom: 30px;
	padding-top: 15px;
	padding-left: 32px;
 }
 
#footer {
	height: 51px;
	clear: both;
	color: #FFF;
	font-size: 11px;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	padding-top: 25px;
 }
 
#footer a {
	color: #FFF;
	text-decoration: none;

 }  
 
#footer a:hover {
	color: #FFF;
	text-decoration: underline;
 }    
#footer_left {
	float: left;
	padding-left: 90px;
	}
#footer_right {
	float: right;
	padding-right: 20px;
	font-size: 10px;
	}	

#mainmenu {
	font-family: "Trebuchet MS";
	width: 836px;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	height: 28px;
	padding-left: 0px;
} 
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}

/* COPY */

p {
	color: #758352;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin-top: 0px;
	padding-top: 0px;
}


p a {
	text-decoration: none;
	color: #9C603B;
}

p a:hover {
	text-decoration: none;
	color: #336601;
}
ul {
	color: #758352;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin-top: 0px;
	padding-top: 0px;
}


ul a {
	text-decoration: none;
	color: #53642D;
}

ul a:hover {
	text-decoration: none;
	color: #336601;
}

b,strong {
	font-weight: bold;
}


h1 {
	font-weight: bold;
	color: #53642D;
	font-size: 14px;
	margin-top: 0px;
	padding-top: 0px;
	line-height: 18px;
}
h2 {
	color: #8BA556;
	font-size: 13px;
	margin-top: 0px;
	padding-top: 0px;
	line-height: 18px;
}
.large1 {
	font-size: 22px;
	font-weight: bold;
	color: #93AB5F;
}
.large2 {
	font-size: 22px;
	font-weight: bold;
	color: #53642D;
}


/* main menu */

.aerobuttonmenu{
	overflow: hidden;
	width: 814px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 22px;
	margin: 0px;
	background-image: url(../images/menu-bg.jpg);
	background-repeat: no-repeat;
}


* html .aerobuttonmenu{ 
	width: 836px;
}

.aerobuttonmenu a.aero{
	display: block;
	float: left;
	height: 31px;
	padding-left: 15px;
	text-decoration: none;
	background-color: transparent;
	background-image: url(../images/menu-left-up.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 24px;
}

.aerobuttonmenu a.aero:link, .aerobuttonmenu a.aero:visited, .aerobuttonmenu a:active{
	color: #FFF; 
}

.aerobuttonmenu a.aero span{
	display: block; 
	background-color: transparent;
	background-image: url(../images/menu-right-up.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 2px;
	padding-right: 13px;
	padding-bottom: 6px;
	padding-left: 0;
}

.aerobuttonmenu a.aero:hover{ 
	background-image: url(../images/menu-left-over.jpg);
}

.aerobuttonmenu a.aero:hover span{ 
	color: #FFF;
	background-image: url(../images/menu-right-over.jpg);
}

.black a.aero{
	background-image: url(../images/menu-left-over.jpg);
}

.black a.aero span{
	background-image: url(../images/menu-right-over.jpg);
}

.aerobuttonmenu .rightsection{
	float: right;
	width: 100px;
	position: relative;
	top: 3px;
	padding-right: 5px;
	text-align: right;
}

.aerobuttonmenu .rightsection a{
color: navy;
}

@media print{ 
#footer{display:none;}
#header{display:none;}
#twocols, #maincol{width:100%; float:none;}

body{
	margin:0;
	padding:0;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}

#maincol{
	background-image: none;
	background-color: #FFFFFF;
	width: 600px;
 }
 
p,ul,li,td,h1,h2,b,strong,a {
	text-decoration: none;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

p a {
	text-decoration: none;
	color: #000000;
}



}
