body {
	background-color: #707e3e; 
	margin:0px;
	background-image: url('images/bkg.gif');
	background-repeat: repeat-x;
	margin-top: 30px;
	}

body, div, table, p, td, th {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 16px;
	}


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #72736f;
	font-weight: bold;
	}
	
h2 {
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #7c9621;
	padding-top: 10px;
	margin-bottom: -5px;
	}
	
h3 {
	background-image: url('images/icon-h3.gif');
	background-repeat: no-repeat;
	background-position: top left;
	font-size: 12px;
	color: #515d26;
	padding-left: 15px;
	}
	
div.clear {
	clear: both;
	}
	
/* Masthead */
/************/

#masthead {
	width: 755px;
	margin: auto;
	margin-bottom: 20px;
	}
	
/* Menu */
/********/

#menuwrap {
	width: 755px;
	height: 26px;
	margin: auto;
	background-color: #5b573c;
	border-left: 7px solid #ffffff;
	border-right: 7px solid #ffffff;		
	}
	
.menuitem {
	float: left;
	height: 22px;
	padding-top: 4px;
	border-right: 2px solid #ffffff;
	width: 187px;
	text-align: center;
	font-size: 11px;
	color: #ffffff;
	/*width: 149px;*/
	}
	
.menuitem2 {
	float: left;
	height: 22px;
	padding-top: 4px;
	border-right: 2px solid #ffffff;
	width: 187px;
	text-align: center;
	font-size: 11px;
	color: #ffffff;	
	background-color: #a0bb1a;
	}
	
.menuitem3 {
	float: left;
	height: 22px;
	padding-top: 4px;
	border-right: 2px solid #ffffff;
	width: 187px;
	text-align: center;
	font-size: 11px;
	color: #ffffff;	
	background-color: #7C9621;
	}		
	
/* Main */
/********/
	
#mainwrap {
	clear: both;
	width: 755px;
	margin: auto;
	background-color: #ffffff;
	border: 7px solid #ffffff;	
	border-top: 6px solid #ffffff;
	}
	
#banner {
	width: 755px;
	background-color: #a0bb1a;
	border-bottom: 7px solid #ffffff;	
	}

#contentwrap {
	width: 755px;
	background-color: #ffffff;	
	}
	
#contentleft {
	float: left;
	width: 465px;
	padding: 18px 20px 20px 20px;
	}
	
#contentleft-wide {
	float: left;
	width: 715px;
	padding: 18px 20px 20px 20px;
	}
	
#contentright {
	float: left;
	width: 210px;
	background-color: #f0f0e0;
	background-image: url('images/bkg-contentright.gif');
	background-repeat: no-repeat;
	background-position: top left;
	padding: 31px 20px 20px 20px;
	font-size: 11px;
	line-height: 12px;
	}
	
#contentright p {
	font-size: 11px;
	margin-top: 10px;
	margin-bottom: 5px;
	}
	
img.icon {
	vertical-align: middle;
	margin-right: 10px;
	}
	
div.sidedots {
	background-image: url('images/div-sidedots.gif');
	background-repeat: repeat-x;
	height: 18px;
	width: 210px;
	}
	
/* Footer */
/**********/
	
#footer {
	width: 735px;
	background-color: #5b573c;
	color: #ffffff;
	font-size: 11px;
	padding: 5px 0px 5px 20px;
	border-top: 6px solid #ffffff;
	}
	
	
	
/* Forms */
/*********/

form {
	margin: 0px;
	}
	
		
/* Links */
/*********/
a:link { font-family: verdana, helvetica; text-decoration: underline; color: #143B98}
a:active { font-family: verdana, helvetica; text-decoration: underline; color: #345789 } 
a:visited { font-family: verdana, helvetica; text-decoration: underline; color: #345789 } 
a:hover { font-family: verdana, helvetica; text-decoration: underline; color: #ff9900 }

a.nav:link { text-decoration: none; color: #ffffff; font-size: 11px; }
a.nav:active { text-decoration: none; color: #ffffff; font-size: 11px; } 
a.nav:visited { text-decoration: none; color: #ffffff; font-size: 11px; } 
a.nav:hover { text-decoration: none; color: #ffffff; font-size: 11px;}

a.side:link { text-decoration: underline; color: #A52D24; }
a.side:active { text-decoration: underline; color: #A52D24; } 
a.side:visited { text-decoration: underline; color: #A52D24; } 
a.side:hover { text-decoration: underline; color: #ff9900; }
