body,td,th {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 22px;
	color: #423417;
}

body {
	background-color: #5F6434;
	/*
	margin-left: 0px;
	margin-top: 3%;
	margin-right: 0px;
	margin-bottom: 0px;
	*/
	margin: 0 auto;
	margin-top: 3%;
	background-image:url(/images/bg.jpg);
	background-repeat:repeat-y;
	background-position:center;
	background-position:top;
	text-align: center;
}
a {
	color: #863B1B;
	text-decoration: none;
	border-bottom:dotted 1px #863B1B;
}
a:hover {
	color: #423417;
	text-decoration: none;
	border-bottom:dotted 1px #FFFFFF;
}

#navShlDiv {
	position:relative;
	width:980px;
	height:134px;
	margin-right:auto;
	margin-left:auto;
	z-index:101
}
#navHolderDiv {
	/*
	position:absolute;
	overflow: hidden;
	z-index:100;
	*/
	overflow: hidden;
}
#navDiv {
	width:920px;
	height:134px;
	margin-right:auto;
	margin-left:auto;
}

#body {
	width:976px;
	background-image:url(/images/bodyBg.jpg);
	padding:0px 2px 0px 2px;
	margin-right:auto;
	margin-left:auto;
}
.cleaner {
	clear:both;
	height:1px;
	font-size:1px;
	border:none;
	margin:0; padding:0;
	background:transparent;
}
#footerShape {
	margin-left:auto;
	margin-right:auto;
	width:980px;
	height:82px;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #423417;
	margin-left:auto;
	margin-right:auto;
	width:940px;
	padding-bottom:20px
}
#footer a {
	color: #B8BA95;
	text-decoration: none;
	border-bottom:dashed 1px #B8BA95;
}
#footer a:hover {
	color: #B8BA95;
	text-decoration: none;
	border-bottom:none;
}

#contactForm {

}

#contactForm td{
	font-size: 11px;
	padding:0px 0px 2px 0px;
}
#contactForm .textbox {
	margin:0px;
	padding:0px;
	border: solid 1px #5F6434;
	background-color: #EFF0E6;
	width: 97%;
}
#contactForm textarea{
	padding:0px;
	margin:0px;
	border: solid 1px #5F6434;
	background-color: #EFF0E6;
	width: 98%;
	height: 80px;
}
.formItem{
	padding:0px 0px 0px 0px;
}

.form_error {
	font-size: 10px ;
	color: #cc0000 ;
}

