body {
	background: #FFFFFF;
	color: #000000;
	font: Georgia, Arial, Helvetica, sans-serif;
	float: none !important;
	font-size: 12pt;
}

a:link, a:visited {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	}

.div {
	float: none !important;
	}


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: 650px;
	margin: auto;
	margin-bottom: 20px;
	}
	
/* Menu */
/********/

#menuwrap {
	display: none;		
	}
	
	
/* Main */
/********/
	
#mainwrap {
	clear: both;
	width: 650px;
	margin: auto;
	background-color: #ffffff;
	border: 7px solid #ffffff;	
	border-top: 6px solid #ffffff;
	}
	
#banner {
	width: 650px;
	background-color: #a0bb1a;
	border-bottom: 7px solid #ffffff;	
	}

#contentwrap {
	width: 650px;
	background-color: #ffffff;	
	}
	
#contentleft {
	float: left;
	width: 380px;
	padding: 18px 20px 20px 0px;
	}
	
#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: 630px;
	background-color: #5b573c;
	color: #ffffff;
	font-size: 11px;
	padding: 5px 0px 5px 20px;
	border-top: 6px solid #ffffff;
	}

	