table,th,tr,td,p,br,div,body {
color: #6b3f17;
font: 10px Verdana, Arial, Helvetica, sans-serif;
}
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: 781px; /* Prevents the body becoming narrower than our wrapper div - keeps the content from disappearing off the left edge with Gecko browsers */
}
#wrapper {
	background-color: #ffffff;
	width: 800px;
	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 */
	height: 600px;
}
#footer {
	width: 800px;
	margin: 0px auto;
	position: relative; /* important to position it relatively */
	top: 24px;
}
#searchBox {
	position:absolute;
	width:800px;
	height:50px;
	z-index:6;
	left: 0px;
	top: 564px;
	background-color: #B93F00;
	text-align: center;
	padding-top: 10px;
}
/*-----------navigation------------------*/
#navHolder {
	position:absolute;
	width:800px;
	z-index:1;
	height: 27px;
}
.navStyle {
	background-color: #c94602;
}
.navStyle a:link, .navStyle a:visited, .navStyle a:active {
	background-color: #b93f00;
	color: #ffffff;
	padding: 5px 3px;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	display: block;
	border: 1px solid #c94602;
	margin-top: 1px;
	margin-bottom: 1px;
	text-transform:uppercase;
}

.navStyle a:hover {
	background-color: #d0760a;
	color: #ffffff;
	padding: 5px 3px;
	border: 1px solid #c94602;
 text-decoration: none;
	margin-top: 1px;
	margin-bottom: 1px;
	text-transform:uppercase;
}
/*-----------/navigation------------------*/
.title {
font-size: 14px;
font-weight: bold;
color: #b93f00;
}
.Bold {
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}
.whiteBold {
font-size: 11px;
font-weight: bold;
color: #FFFFFF;
}
.whiteTitle {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	padding: 5px 0px;
	text-indent: 5px;
}
.white {
font-size: 11px;
color: #FFFFFF;
}
.small {
font-size: 9px;
text-decoration: none;
}
.heading {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
 text-shadow: #6b3f17 2px 2px 1px;
}
A:link, A:visited, A:active {
color: #b93f00;
text-decoration: none;
font-weight: bold;
}
A:hover {
color: #000000;
}
select, input, textarea { 
color: #000000;
font: 10px arial, arial, sans-serif;
border-style:0;
background-color:#FFFFFF;
}
.required {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
 font-weight: bold;
}
.highlight {
color: #b93f00;
font-weight: bold;
}
.italic {
	font-size: 10px;
	font-style: italic;
}
.smallBold {
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
}
.smallBlack {
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
.blackBold {
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
.blackBoldBig {
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
.black {
	font-size: 11px;
	text-decoration: none;
	color: #000000;
}

.attributename {
	font-size: 11px;
	text-decoration: none;
	}
.attributeinput {
color: #000000;
font: 10px arial, arial, sans-serif;
}
.mainmenu {
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #b93f00;
	padding: 3px;
}
