body {
	text-align: center;
	margin: 15px auto 0px;
	padding: 0px;
	background-color: #4A403A;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	width: 780px;
	color: #808040;
}
a{
	color: #3D4724;
	text-decoration: none;
}
a:hover{
	color: #D9D6C9;
}
h1{
	font-size: 1.6em;
	color: #000000;
}
h2{
	font-size: 1.4em;
}
h3{
	font-size: 1.1em;
}
h4{
	font-size: .9em;
}
#pageBorder {
	background-color: #FFFFFF;
	border: 1px solid #000000;
	margin: 0px;
}
#masthead {
	background-image: url(images/masthead.jpg);
	height: 110px;
	text-align: right;
	padding-top: 5px;
	background-repeat: no-repeat;
	margin: 0 px;
}
#mastheadText {
	text-align: right;
	width: 600px;
	float: right;
	margin: 0px 15px 0px 0px;
}
#mastheadText a {
	color: #000000;
}
#mastheadText a:hover {
	color: #6699FF;
}


#masthead h1 {
	margin: 0px;
}
#masthead h2 {
	color: #000000;
	margin: 0px;
}


#menu {
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#menu li {
	display: inline;
	margin-right: 10px;
	list-style-type: none;
}
#menu2 {
	margin: 5px 0px 0px 0px;
}
#menu2 a {
	color: #0000CC;
	font-style: italic;
}
#menu2 li {
	display: inline;
	margin-right: 10px;
	list-style-type: none;
}
.nav{
}
.nav_active{
	font-weight: bold;
}
.nav_sub{
	margin: 20px 5px 0px 0px;
}
.nav_active_sub{
	font-weight: bold;
	margin: 20px 5px 0px 0px;
}
#mainContent {
	margin: 0px;
	padding: 0px 25px 15px;
	text-align: left;
}
#mainContent a {
	text-decoration: underline;
}

#mainContent p {
	color: #000000;
}
#mainContent li {
	color: #000000;
}
#mainContent:after {
	content: ".";  
	display: block; 
	height: 0; 
	clear: both; 
	visibility:hidden;
}

#footer {
	font-size: 0.7em;
	font-weight: bold;
	padding-bottom: 5px;
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
#footer a {
	text-decoration: underline;
	color: #808040;
}

* html #wrapper {position: relative; height: 1%; overflow: visible}
* html #mainContent {position: relative; height: 1%; overflow: visible;}
