body {
	margin: 0px;
	background-color: #EC8038;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #71511E;
	line-height: 18px;
}
h1 {
	font-size: 20px;
	color: #EC8038;
	margin-top: 0px;
	padding: 0px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	color: #344863;
}
a {
	font-size: 12px;
	color: #344863;
	text-decoration: none;
}
.mainheader {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	background-image:url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 234px;
}
.subheader {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	background-image:url(images/spacer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 90px;
}
.logo {
	height: 45px;
	width: 350px;
	float: left;
	font-size: 24px;
	color: #000000;
	padding-top: 35px;
}
.contactdetails {
	height: 65px;
	width: 300px;
	float: left;
	color: #B99762;
	text-align: right;
	font-size: 11px;
	padding-top: 15px;
}
.leftcontent {
	float: left;
	width: 190px;
	margin-right: 40px;
}
.rightcontent {
	background-color: #F8DBC9;
	float: left;
	width: 550px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#navlist {
	padding: 0px;
	margin: 0px;
}
#navlist li {
	list-style-type: none;
}
#navlist li a:link, #navlist li a:active, #navlist li a:visited {
	font-weight: bold;
	text-decoration: none;
	outline: none;
	display: block;
	height: 22px;
	width: 160px;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	color: #EC8038;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0px;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #EC8038;
	line-height: 22px;
}
#navlist li a:hover {
	font-weight: bold;
	text-decoration: none;
	outline: none;
	display: block;
	height: 22px;
	width: 160px;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	color: #202428;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0px;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #EC8038;
	line-height: 22px;
}
.navboxheader {
	background-image: url(images/navboxheader.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 20px;
	width: 170px;
}
.navboxfooter {
	background-image: url(images/navboxfooter.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 20px;
	width: 170px;
}
.contenthead {
	margin-left: auto;
	margin-right: auto;
	width: 750px;
	background-image: url(oldsite/images/contenthead.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 30px;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 30px;
}
.content {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	background-image:url(images/content.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	vertical-align: top;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left:100px;
}
.footer {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	background-image:url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 109px;
	margin-top: 0px;
	margin-bottom: 0px;
}

strong {
	color: #EC8038;
}

label.error {
	color: red;
	margin-left: 100px;
	float: left;
	display: inline;
}

.submit {
	clear: both;
}
