body {
	margin: 0;
	padding: 0;
	background: #00401A url(/images/grad.gif) left top repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	padding-bottom: 10px;
}
#page {
	position: relative;
	width:  790px;
	margin-left: auto;
	margin-right: auto;
}
#banner {
	border-bottom: solid 2px #00401A;
}
#menu {
	background: #F7C41C;
	margin-top: 5px;
	text-align: left;
	border-top: solid 1px #F7DA7A;
	border-bottom: solid 1px #E0AB14;
}
#menu a {
	display: block;
	float: left;
	font-size: 0.8em;
	font-weight: bold;
	padding: 4px 10px 4px 10px;
	border-left: solid 1px #F7DA7A;
	border-right: solid 1px #E0AB14;
}
#menu a:link, #menu a:visited {
	color: #00401A;
	text-decoration: none;
}
#menu a:hover {
	color: #EBBF1E;
	background: #639255 url(/images/mh.gif) left bottom repeat-x;
}
#menu b {
	display: none;
}
#menuclear {
	clear: both;
}
#content {
	margin-top: 5px;
	background: #FFFFFF;
	padding: 10px;
	text-align: left;
	font-size: 0.9em;
	color: #004014;
	}
#content h1 {
	margin: 10px 0 10px 0;
	font-size: 120%;
	color: #004014;
	text-align: center;
}
#content h2 {
	margin: 10px 20px 10px 20px;
	font-size: 110%;
	color: #639255;
	font-style: italic;
	text-align: center;
}
#content h3 {
	margin: 10px 0 10px 0;
	font-size: 110%;
	color: #004014;
}
#content h4 {
	margin: 10px 0 10px 0;
	font-size: 110%;
	color: #639255;
}
#content h5 {
	margin: 10px 0 0 0;
	font-size: 100%;
	color: #004014;
}
#content h6 {
	margin: 0;
	margin: 10px 0 0 0;
	font-size: 100%;
	color: #639255;
}
#content p {
	margin: 0 0 10px 0;
	font-size: 100%;
}
#content ul {
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 100%;
}
#content ol {
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 100%;
}
#content blockquote {
	margin: 0;
	padding: 0 30px 5px 30px;
	float: right;
	width: 150px;
	border: dotted 2px #012C41;
	margin: 3px;
	padding: 5px;
	font-size: 100%;
}
#content blockquote p {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 100%;
}
#content a:link {
	color: #796110;
}
#content a:visited {
	color: #796110;
}
#content a:hover {
	color: #C49C19;
}
.popmenu {
	display: none;
	position: absolute;
	background: #F7C41C;
	border-top: solid 1px #F7DA7A;
	border-left: solid 1px #F7DA7A;
	border-bottom: solid 1px #E0AB14;
	border-right: solid 1px #E0AB14;
	text-align: left;
	z-index:1;
}
.popmenu a {
	display: block;
	padding: 3px;
	font-size: 0.8em;
	font-weight: bold;
	xwidth: 150px;
}
.popmenu a:link, .popmenu a:visited {
	color: #00401A;
	text-decoration: none;
}
.popmenu a:hover {
	color: #EBBF1E;
	background: #639255 url(/images/mh.gif) left bottom repeat-x;
}
#address {
	position: absolute;
	top: 10px;
	right: 5px;
	text-align: left;
	font-size: 10px;
	color: #F7C41C;
}
#address a:link, #address a:visited {
	color: #F7D870;
}
#address a:hover {
	color: #FFFFFF;
}
