﻿body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
	background-color: #4e3d2b;
}
#container {
	width: 720px;
	margin: 0 auto;
	background-image: url('../imgs/bkgd_01_720.gif');
	background-repeat: repeat-y;
}
#masthead {
	width: 700px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	overflow: auto;
	background-color: #fff;
	position: relative;
}
#topnav{
	width: 523px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	overflow: auto;
	position: relative;
}

#sidebar {
	float: right;
	width: 200px;
	background-color: #82AE64;
	position: relative;
	clear: both;
	margin-left: 5px;
	display: inline;
}
#content {
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 500;
	font-style: normal;
	color: #4E3D2C;
	text-align: left;
	position: relative;
}
#content a {
	font-weight: 600;
	color: #4E3D2C;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
#content img {
	float: left;
	padding-right: 6px;
	clip: rect(auto, auto, auto, auto);
	top: 20px;
	padding-top: 20px;
}
#footer {
	text-align: center;
	clear: both;
	width: 700px;
	margin-right: 10px;
	margin-left: 10px;
	padding: 3px 0px 1px 0px;
	overflow: auto;
	background-color: #82AE64;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-decoration: none;
	color: #FFFFFF;
	vertical-align: baseline;
	margin-top: 0px;
	line-height: 20px;
	position: relative;
}
#masthead img {
	float: right;
}
#content img {
	float: left;
}
/* Styles for Navigation */
#topnav a{
	float: left;
	color: #4E3D2C;
	padding: 2px 6px;
	text-decoration: none;
	background: transparent none no-repeat right;
	font-family: Arial;
	font-weight: 600;
	font-size: 11px;
	border-right-style: solid;
	border-right-width: 2px;
	border-right-color: #73A054;
}
#topnav a:visited{
	color: #73A054;
}
#topnav a:hover{
	color: #FFFFFF;
	background-color: #73A054;
}

/* Styles for Footer */
#footer a {
	margin: 0px;
	color: #fff;
	text-decoration: underline;
	padding: 0px 6px 0px 6px;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

