body {
	font-family: Tahoma, Geneva, sans-serif;
	background-color: #FFFFFF;
	color: #885B00;
	margin: 0px;
	padding: 30px;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;

}
#maindiv{
	width:600px;
	text-align:left;
	margin-top: 10px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 20px;
	padding: 25px 65px;
	border: medium solid #E6E6E6;
	background-color: #F8E9CB;
	font-size: 12pt;
	background-image: url(images/bgmaindiv.jpg);
	background-repeat: repeat-x;
	background-position: top;



}
a:link {
	color: #885B00;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #0000FF;
}
.smltxt {
	font-size: 10pt;
}
#maindiv p {
	color: #000000;
}
#mnu {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 35px;
	font-family: AvantGarde, Arial, Verdana, sans-serif, "Helvetica 35 Thin";
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #003366;
	padding-bottom: 8px;


}
#mnu div {
	margin-top: 1px;
	margin-bottom: 1px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	font-size: 12px;
}
#mnu a {
	text-decoration: none;
	font-weight: bold;
	color: #000066;
	padding-left: 10px;
	border-left-width: 15px;
	border-left-style: solid;
	border-left-color: #F9D9A6;
}
#mnu a:hover {
	color: #990000;
	border-left-width: 15px;
	border-left-style: solid;
	border-left-color: #990000;
}
#mnu .sectionhd {
	font-size: 18px;
	font-weight: bold;
}
