body {
	background-color: #341D00;
	background-image: url(images/mainbg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0px;
}
.footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #996600;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 3px;
}
.maintable {
	background-image: url(images/watermark.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
ul#mainnav {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	list-style-type: none;
	margin-left: 20px;
	margin-top: 20px;
}
li#mainnav {
	padding-bottom: 10px;
}
.header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #996600;
}
.toptitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: bolder;
	color: #FFFFFF;
}
ul#topnav {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bolder;
	text-align: center;
	list-style-type: none;
	margin-left: 0px;
	padding-top: 10px;
}
ul#mainnavlevel2 {
	margin-left: 20px;
}

a:link {
	font-weight: bold;
	color: #660000;
	text-decoration: none;
}
a:visited {
	color: #660000;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #996600;
	font-weight: bold;
	text-decoration: underline;
}
a:active {
	font-weight: bold;
	color: #996600;
	text-decoration: underline;
}
#topnav a:link {
	font-weight: bold;
	color: #FFFFCC;
	text-decoration: none;
}
#topnav a:visited {
	color: #FFFFCC;
	font-weight: bold;
	text-decoration: none;
}
#topnav a:hover {
	color: #FFCC00;
	font-weight: bold;
	text-decoration: underline;
}
#topnav a:active {
	font-weight: bold;
	color: #FFCC00;
	text-decoration: underline;
}
#sidenav a:link {
	font-weight: bold;
	color: #361E04;
	text-decoration: none;
}
#sidenav a:visited {
	color: #361E04;
	font-weight: bold;
	text-decoration: none;
}
#sidenav a:hover {
	color: #996600;
	font-weight: bold;
	text-decoration: underline;
}
#sidenav a:active {
	font-weight: bold;
	color: #996600;
	text-decoration: underline;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bolder;
	color: #36240E;
	text-align: center;
	padding-top: 10px;
	margin-bottom: 0px;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bolder;
	color: #36240E;
	text-align: center;
	padding-top: 10px;
}
p {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	color: #4E3C28;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}
ul#centered {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	text-align: center;
	list-style-type: circle;
	margin: 0px;
}
li#centered {
	padding-top: 10px;
}
.formtabletext {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #4E3C28;
}
th {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #E9E2D8;
	background-color: #996633;
}
.required {
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	font-weight: bolder;
	color: #CC0000;
}
input, select, textarea {
	font-family: "Times New Roman", Times, serif;;
	color: #33230A;
}
input.error, select.error, textarea.error {
padding-right: 16px; 
border: 1px solid red; 
background-color: #FFFCE2; 
background-image: url(images/warning_obj.gif); 
background-position: right; 
background-repeat: no-repeat;
}
input:focus, select:focus, textarea:focus {
border: 1px solid red; 
background-color:#ffffff;
}
.dropcase {
	font-size: 24px;
}
