body, p, div, span, input, select, textarea, td, th, h1, h2, h3, h4, li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: black;
}
p {
	margin-top: 4px;
	margin-bottom: 6px;
}
h2 {
	font-size: large;
	font-weight: bold;
	margin-bottom: 2px;
}
h3 {
	font-size: medium;
	font-weight: bold;
	margin-bottom: 2px;
	border-bottom: 1px solid #686868;
	margin-top: 20px;
}
h4 {
	font-weight: bold;
	margin-bottom: 2px;
}
a:link, a:visited, a:active {
	color: #216161;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;

}
a.main:link, a.main:visited, a.main:active {
	color: #216161;
	text-decoration: none;
}
a.main:hover {
	color: #FFFFFF;
	text-decoration: underline;

}
h2, h3, h4 {
	clear: both;
}

body {
	background-color: #DED7AA;
	text-align: center;
	margin: 10px;
}
div.shadowed {
	/* right shadow */
	background-image: url(shadow_right.gif);
	background-position: right;
	background-repeat: repeat-y;
	z-index: 0;
	margin-left: auto;
	margin-right: auto;
	width: 730px;
	text-align: left;
	padding: 0px;
}
div.shadowed div {
	/* bottom shadow */
	background-image: url(shadow_bottom.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	z-index: 0;
}
div.shadowed div div {
	/* bottom right shadow */
	background-image: url(shadow_bottomright.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	z-index: 1;
}
div.shadowed div div div {
	/* bottom left shadow */
	background-image: url(shadow_bottomleft.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	z-index: 1;
}
div.shadowed div div div div {
	/* top right shadow */
	background-image: url(shadow_topright.gif);
	background-position: top right;
	background-repeat: no-repeat;
	padding-bottom: 15px;
	z-index: 1;
}
div.shadowed div div div div div {
	/* actual content */
	background: #423D18;
	margin: 0px 15px 0px 0px; 
	padding: 0px 0px 0px 0px;
	z-index: 2;
}
h1 {
    background-color: #ABA047;
background-image: url(/images/logo.gif);
	align: center;
	valign: middle;
	background-position: center center;
	font-size: large;
	color: #FFFFFF;
	width: 100%;
	height: 97px;
	margin: 0px;
}
div#content {
	margin: 0px 15px 15px 15px; 
	padding: 0px 0px 0px 0px;
}
div#content p {
	position: relative; /* IE hack */
}
div#content table th, div#content table td {
	vertical-align: top;
}
div#content a img {
	border: 0px;
}
ul#menus {
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
	background-color: #619191;
	border: 6px solid #619191;
}
ul#menus li {
	list-style-type: none;
	display: inline;
	color: white;
	z-index: 200;
}
ul#menus a  {
	width: auto;
	text-decoration: none;
	font-weight: bold;
	color: white;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	padding: 3px 5px;
	margin: 0px;
}
ul#menus li ul {
	position: absolute;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	margin-top: 9px;
	background-color: #619191;
	border-right: 2px solid #619191;
	border-left: 2px solid #619191;
	border-bottom: 0px;
	padding: 0px;
	margin-left: 2px;
	z-index: 300;
}
html>body ul#menus li ul {
	margin-top: 0px;
	margin-left: -4px;
}
ul#menus li ul li {
	z-index: 300;
	list-style-type: none;
	padding: 0px;
	display: block;
	width: auto;
	margin: 0px;
	margin-left: 0px; /* workaround for ie 5 bug */
	marg\in: 0px; /* should be understood by other browsers but not ie5 */
	border: 1px solid #518181;
}
ul#menus li ul li a {
	border-top: 2px solid #619191;
	border-bottom: 2px solid #619191;
	margin: 0px;
	text-decoration: none;
	display: block;
	text-align: left;
}

html>body ul#menus li ul li a {
	width: 95%;
}

ul#menus a:hover {
	background-color: #81B1B1;
}
