.body-bg {
	background-color: #91815f;
}
.headnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	font-style: italic;
	padding-right: 15px;
	padding-left: 15px;
}
.headnav-bg {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(images/headnav_bg.jpg);
	background-repeat: repeat-x;
	height: 30px;
	width: 762px;
	padding-top: 6px;
}
.ltnav-bg {
	background-color: #6c7e4e;
	width: 204px;
	vertical-align: top;
}

.alink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #4D80B7;
}
.body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6C6141;
	font-weight: normal;
	list-style-type: disc;
}
.h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #6A6347;
	font-weight: bold;
}
.h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
}
.h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #4D80B7;
	list-style-type: upper-roman;
}
.h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666600;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
.buttonscontainer {width: 204px;}

.buttons a {
	color: #336699;
	border: 0px solid;
	font-weight: bold;
	text-decoration: none;
border-color:    ;
	display: block;
	margin: 0px;
	width: 204px;
	text-align: left;
	background-image: url(images/buttons_bg.jpg);
	background-repeat: repeat-x;
	text-indent: 20px;
	height: 21px;
	padding: 0px;
	font-family: Arial, sans-serif;
	font-size: 13px;
}

.buttons a:hover {
	border: 0px solid;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
background-color: ;
border-color:    ;
	color: #3399FF;
	text-decoration: none;
	background-image: url(images/buttons_bg.jpg);
	background-repeat: no-repeat;
	text-indent: 20px;
	height: 21px;
	width: 204px;
}
.buttons-sub a {
	color: #336699;
	border: 0px solid;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	width: 204px;
	text-align: left;
	background-image: url(images/buttons_bg-sub.jpg);
	text-indent: 50px;
	height: 21px;
	padding: 0px;
	font-family: Arial, sans-serif;
	font-size: 11px;
	background-position: right;
	background-repeat: no-repeat;
	display: block;
	vertical-align: middle;
}

.buttons-sub a:hover {
	border: 0px solid;
background-color: ;
	color: #3399FF;
	text-decoration: none;
	background-image: url(images/buttons_bg-sub.jpg);
	text-indent: 50px;
	height: 21px;
	width: 204px;
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
}

dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
position: relative;
top: 0;
left: 0;
z-index:0;
width: 100%;
}
#menu dl {
float: left;
width: 12em;
margin: 0 1px;
}
#menu dt {
cursor: pointer;
text-align: center;
font-weight: bold;
border: 0px solid gray;
}
#menu dd {
border: 1px solid gray;
}
#menu li {
text-align: center;
background: #fff;
}
#menu li a, #menu dt a {
color: #000;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
}
#menu li a:hover, #menu dt a:hover {
background: #eee;
}
