body { 
	margin: 0;
	font: 12px Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #314a30; }

	a:link { text-decoration: none;	color: #ffc; }
	a:visited {	text-decoration: none; color: #ffc; }
	a:hover, active { text-decoration: none; color: #fff; }

h3 { margin: 0; }
p { margin-top: 5px; }

#topnav {
	width: 710px;
	text-align: right;
	color: #ffc;
	font-size: 12px;
	padding: 10px 30px 5px 0;
	margin: 0 auto; }
	
#container {
	width: 740px;
	margin: 0 auto;
	padding: 10px 0 0 0;
	background: url(images/contentbg.jpg); }
	
#header {
	width: 740px;
	height: 267px;
	margin: 0 auto; }
	
#headline {
	font-size: 18pt;
	color: #663333;
	margin-top: 20px;
	width: 150px; }
	
h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #663333;
	margin: 0px;
	font-size: 30px;
	padding: 0px; }
	
h3 {
	color: #FF9900;
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif; }

#nav {
	display: block;
	width: 216px;
	text-align: left;
	background-image: url(images/navbg2.jpg);
	float: left;
	clear: none;
	background-position: bottom;
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
	height: auto;
}
#nav li {
	display: block;
	width: 125px;
	top: 0px;
	text-align: left;
	background-image: url(images/linkbg.jpg);
	float: left;
	clear: none;
	background-position: center;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFCC;
	list-style-image: none;
	list-style-type: none;
	padding: 0px;
	height: 30px;
}

#subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #663333;
}

#bodycopy {
	width: 350px;
	padding: 0 0 30px 0;
	line-height: 18px;
	margin: 0 0 0 216px; }
	
	#bodycopy a { color:#360; text-decoration: none; }
	#bodycopy a:visited { color:#360; text-decoration: none; }
	#bodycopy a:hover { color:#360; text-decoration: underline; }
	
	
#footer {
	margin: 0 auto;
	width: 740px;
	text-align: center;
	background: url(images/footer.jpg) no-repeat;
	height: 35px;
	padding: 5px 0 0 0;
	color: #ccc;
	font-size: 10px; }
	
#wrapper {
	display: block;
	padding: 0px;
	width: 740px;
	top: 0px;
	margin: auto;
	text-align: left;
	vertical-align: top;
	background-color: #666666;
	height: 520px; }


