﻿@import url('nwlayout.css');
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
	background-color: #4e3d2b;
}
#container {
	width: auto;
}
#masthead {
	width: auto;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	overflow: auto;
	background-color: #fff;
	position: relative;
	height: 53px;
}
#topnav{
	width: auto;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	overflow: auto;
	position: relative;
}
#content {
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 500;
	font-style: normal;
	color: #4E3D2C;
	text-align: left;
	position: relative;
	overflow: auto;
	width: auto;
}
#footer {
	text-align: center;
	clear: none;
	width: auto;
	margin-right: 10px;
	margin-left: 10px;
	padding: 3px 0px 1px 0px;
	overflow: auto;
	background-color: #73A054;
	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;
	clip: rect(0px, auto, auto, auto);
}
/* 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;
}
