body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #ffffff;
	margin: 10px 0 0; /* zeroes the margins on the body */
 padding: 0; /* zeroes the padding on the body ~ Opera carries a default padding and requires this zeroing */
 border: 0; /* zeroes off any existing border */ 
 text-align: center; /* Hack to center the wrapper in IE5.x pc */
 min-width: 819px; /* Prevents the body becoming narrower than our wrapper div - keeps the content from disappearing off the left edge with Gecko browsers */
}
a:link, a:visited, a:active {
	color: #971b1e;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}
#wrapper {
	width: 815px;
	margin: 0px auto;
	position: relative; /* important to position it relatively */
	text-align: left; /* Realigns the text to the left after the IE hack in the body rule */
	background-image: url(images/bkd.gif);
	background-repeat: repeat-y;
	background-position: center;
}
.navclass {
	
}
.navclass a:link, .navclass a:visited, .navclass a:active {
	color: #fdb834;
	font-size: 14px;
	font-weight: bold;
	text-transform:uppercase;
	letter-spacing: -0.5pt;
}
.navclass a:hover {
	color:#FFFFFF;
	text-decoration:none;
	font-weight: bold;
}

select {
font-size: 10px;
margin: 2px 0px 3px;
width: 170px;
}
input {
padding: 3px 30px 0px 0px;
	color: #587b1d;
}

hr {
	background-color: #ad3725;
	height:1px;
	width:100%;
	border:0px;
	margin-bottom:5px;
}
.white12 {
	color: #FFFFFF;
	font-size: 12px;
}
.white14 {
	color: #FFFFFF;
	font-size: 14px;
	font-weight:bold;
}
.greensubtitle {
 font-size: 14px;
	color: #696819;
	font-weight: bold;
	text-transform:uppercase;
	letter-spacing: -0.5pt;
}
.purplesubtitle {
 font-size: 14px;
	color: #862470;
	font-weight: bold;
}
.redTitle {
 color: #971b1e;
	font-size: 18px;
	font-weight: bold;
}
.bold12 {
	font-size: 12px;
	font-weight: bold;
}
.orangetitle {
 color: #fdb834;
 font-size: 14px;
 font-weight: bold;
	text-transform:uppercase;
	letter-spacing: -0.5pt;
}
.small10 {
font-size: 10px;
}