body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: normal;
	color: #333333;
	background-repeat: repeat-y;
	background-position: center;
	background-color: #F5F0DD;
}
h1 {
	font-size: 140%;
	color: #333333;
}
h2 {
	font-size: 130%;
	color: #7D5B1C;
}
h3 {
	font-size: 110%;
	font-weight: bold;
}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #333333;
	text-decoration: underline;
}
a:hover, a:active {
	color: #333333;
	text-decoration: none;
}
#topnav {
	background-color: #006633;
	color: #FFFFFF;
	font-size: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #009933;
}
#topnav a:link{
	color: #FFFFFF;
	text-decoration: none;
}
#topnav a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
#topnav a:hover, #topnav a:active{
	color: #FFFFFF;
	text-decoration: underline;
}
#copyright {
	background-color: #006633;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 20px;
	color: #8D7E7E;
	font-size: 70%;
}
#copyright a:link{
	color: #FFFFFF;
	text-decoration: none;
}
#copyright a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
#copyright a:hover, #copyright a:active{
	color: #FFFFFF;
	text-decoration: underline;
}
.foottxt {
	font-size: 70%;
	line-height: 120%;
	color: #D5C797;
}
.foottxt a:link {
	color: #D5C797;
	text-decoration: underline;
}
.foottxt a:visited {
	color: #D5C797;
	text-decoration: underline;
}
.foottxt a:hover, .foottxt a:active {
	color: #D5C797;
	text-decoration: none;
}
.copyright {
	font-size: 70%;
	line-height: 120%;
	color: #8D7E7E;
	padding-top: 14px;
}
.copyright a:link {
	color: #8D7E7E;
	text-decoration: underline;
}
.copyright a:visited {
	color: #8D7E7E;
	text-decoration: underline;
}
.copyright a:hover, .copyright a:active {
	color: #8D7E7E;
	text-decoration: none;
}
.news {
	font-size: 70%;
	line-height: 120%;
	color: #333333;
}
.news a:link {
	color: #333333;
	text-decoration: underline;
}
.news a:visited {
	color: #333333;
	text-decoration: underline;
}
.news a:hover, .news a:active {
	color: #333333;
	text-decoration: none;
}
.newstitle {
	font-weight: bold;
	color: #006633;
	font-size: 90%;
	line-height: 160%;
}
#maintbl {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#head {
	background-color: #333333;
	height: 75px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#leftwhite {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
#leftcol {
	background-color: #E8E1C6;
	height: 250px;
	padding-left: 64px;
	padding-top: 30px;
}
#footer {
	background-color: #333333;
	height: 90px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-top: 20px;
	padding-left: 64px;
}
#content {
	background-color: #FFFFFF;
}
#contbdr {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D5C797;
	height: 250px;
	padding-top: 30px;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 30px;
}
.newstitle {
	color: #9E8C4D;
	padding-bottom: 6px;
}
#imagepad {
	margin: 10px;
}
li {
	line-height: 120%;
	padding-bottom: 14px;
	font-size: 90%;
}

/******************************
* feedback
******************************/		

.enquire fieldset {
	padding: 10px;
	border: 1px solid #D6E7F8;
	font-size:80%;
}

.enquire fieldset legend {
	color: #333333;
	font-size: 90%;
	font-weight: bold;
}

.enquire fieldset label {
	float: left;
	text-align: right;
	margin: 2px 15px 3px 0px;
	color: #333333;
	width: 120px;
	clear: both;
}

.enquire select, .enquire input, .enquire textarea {
	margin: 0px 0px 7px 0px;
	vertical-align: middle;
	width: 230px;
}
