html {
	height: 101%;
	margin-bottom: 1px;
}
body, input, select, textarea, td, th, p {
	font: 10px verdana, arial, Helvetica, tahoma, sans-serif;
	line-height: 16px;
}

body {
	background-color: #5a5a52;
	margin: 0px 0px 0px 0px;
	color: #333333;
}
button {
behavior: url('iefixes.htc');
}
h2 {
font-weight:bold;
text-decoration:inherit;
display: inline;
}
#mini-form {
	float: right;
	display: inline;
	width: 225px;
	margin-left: 25px;
	margin-bottom: 0px;
}
#mini-form h2 {
	margin-left: 0px;
	font-size: 11px;
	font-weight: bold;
	color: #873033;
}
#mini-form label {
	font-size: 10px;
}
#mini-form input.text, #mini-form textarea.text {
	width: 215px;
}
a {
color: #4f462e;
text-decoration:underline;
}
a:hover, a:active {
color: #886a36;
text-decoration:underline;
}
#container {
width: 900px;
left: 50%;
position: absolute;
margin-top: 20px;
margin-left: -450px;
padding-bottom:20px;
}
#whitebgwithborder {
background-color: #fff;
width: 900px;
border: 1px solid #fff;
}
#contentbody {
margin:30px 52px 0 52px;
}
	#logo {
	position:relative;
	z-index: 98;
	width:396px;
	}
		#searchform {
		z-index:92;
		position: absolute;
		margin-top: 6px;
		right: 242px;
		width:280px;
		}
		.searchtext {
		color: #886a36;
		float:left;
		position:absolute;
		right:198px;
		margin-top:10px;
		}
		.sitesearch {
		background-color: #fff;
		border: 1px solid #886a36;
		font-size: 11px;
		padding-top:9px;
		height:14px;
		width: 164px;
		float: left;
		position:absolute;
		right:28px;
		}
		.gobutton {
		border: 0pt none ;
		margin: 0 0 0 4px;
		padding: 0pt;
		background: transparent url(../images/go.jpg) no-repeat scroll center top;
		width: 23px;
		height: 23px;
		-moz-background-clip: -moz-initial;
		-moz-background-origin: -moz-initial;
		-moz-background-inline-policy: -moz-initial;
		text-indent: -1000em;
		cursor: pointer;
		display:block;
		float: right;
		}
		.gobutton:hover, .gobutton.hover {
		background: transparent url(../images/go_over.jpg) no-repeat scroll center top;
		}


	#footer {
	position:relative;
	z-index:80;
	width:900px;
	height:36px;
	background-color:#baba9b;
	color: #4f462e;

	}
	.footertext {
	padding-top:10px;
	margin-left:50px;
	font-size: 9px;
	}
	#footer a {
	color: #4f462e;
	text-decoration:none;
	}
	#footer a:hover, #footer a:active {
	color: #886a36;
	text-decoration:underline;
	}
	.bodytitle {
	text-align:left;
	margin:0 0 16px 0;
	width:300px;
	border-bottom:3px dotted #fff;
	}

img.help {
	cursor: help;
	vertical-align: top;
}

img.border {
	border: 1px solid #333333;
}