* {
	margin: 0;
	padding: 0;
}
body {
	background-color:#e8dbbc;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}
a:link,  a:visited {
	color:#000000;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
.wrapper {
	position:relative;
	background-image:url(images/background.jpg);
	background-repeat:repeat-y;
	width: 960px;
	margin: 0px auto 0 auto;
}
.flash {
	position:relative;
	width:938px;
	height:267px;
	margin: 0px auto 0 auto;
}
.navigation {
	position:absolute;
	top:237px;
	left:11px;
	width: 938px;
	height:36px;
	background-image:url(images/navback.jpg);
	background-repeat:repeat-x;
}
.navigation_text,  .navigation_text a:link,  .navigation_text a:visited {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:14px;
	text-align:center;
	text-decoration:none;
	margin:10px 5px 5px 5px;
}
.navigation_text a:hover {
	text-decoration:underline;
}
.left_bar {
	position:relative;
	width:175px;
	height:545px;
	background-color:#b1ccb4;
	left:11px;
	top:6px;
}
.leftbar_text,  .leftbar_text a:link,  .leftbar_text a:visited {
	font-size:11px;
	color:#000000;
	text-align:center;
	text-decoration:none;
	margin-bottom:5px;
}
.leftbar_text a:hover {
	text-decoration:underline;
}
.maintext {
	position:absolute;
	width:723px;
	height:450px;
	left:186px;
	top:273px;
	background-image:url(images/bamboo.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
	background-color:#ffffff;
	padding:20px;
	z-index:100;
}
.main {
	color:#000;
}
h3 {
	color:#000000;
	font-size:13px;
	font-weight:bold;
}
.imageborder {
	margin:15px 20px 10px 20px;
	border:solid 2px #ffffff;
}
.footer {
	position:relative;
	background-image:url(images/footer.jpg);
	background-position:center;
	background-repeat:no-repeat;
	width:960px;
	height:37px;
	margin: 0px auto 0 auto;
	z-index:200;
}
.footer_text,  .footer_text a:link,  .footer_text a:visited {
	font-size:10px;
	color:#000000;
	text-align:center;
	text-decoration:none;
	padding:7px;
}
.footer_text a:hover {
	text-decoration:underline;
}
.copyright,  .copyright a:link,  .copyright a:visited {
	font-size:10px;
	color:#000000;
	text-decoration:none;
}
.copyright a:hover {
	text-decoration:underline;
}
/*Form Styles*/

fieldset {
	border: 1px solid #ffffff;
}
.form {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
.validateError {
	background-color:#b1ccb4;
	color: #000000;
}
