body {
	padding: 0;
	margin: 0;
	color: #000;
	text-align: left;
	font-size: 14px;
	background-color: #b5a369;
	font-family: "gill sans", "arial", "Verdana", sans-serif;
}
#top
{
	width: 100%;
	height: 315px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	background: #d3c088;
}
#menu {
	width: 100%;
	white-space: nowrap;
	/*font-size: 1em;*/
	font-size: 14px;
	font-family: "arial narrow", "Helvetica Neue", "Helvetica", "arial", "verdana", sans-serif;
	color: #6a6438;
	background: #6a6438;
	margin-bottom: 150px;
	/*height: 1.2em;*/
	height: 20px;
	line-height: 20px;
}
#nav, #nav ul
{
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	position:relative;
	background-color:#6a6438;
}
#nav a:link, #nav a:active, #nav a:visited
{
	display:block;
	color:#fff;
	text-decoration:none;
	font-weight: bold;
	padding: 0px 33px 0px 33px;
}
#nav a:hover, #nav a.hovered
{
	background-color: #a8c39a;
	color:#fff;
	line-height: 20px;
}
#nav li
{
	float:left;
	position:relative;
}
#nav ul
{
	position: absolute;
	display: none;
	width: 232px; /* change this if the padding changes above */
}
#nav li ul
{
	top: 20px;
}
#nav li ul a
{
	width: 166px;
	float: left;
	line-height: 20px;
	height: 20px;
}
#nav li ul a:hover, #nav li ul a.hovered
{
	background-color: #a8c39a;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul
{
	display:none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul
{
	display:block;
}
#announce {
	text-align: center;
	width: 770px;
	border: 5px solid black;
	margin-bottom: 50px;
	background: #d3c088;
}
#boldannounce {
	font-size: 16px;
	font-weight: bold;
}
#disclosures {
	text-align: center;
	width: 770px;
	font-size: 10px;
}
a, a:link {
	color: #000;
}
a:hover {
	color: #fff;
}