body, html {
	margin: 0;
	padding: 0;
	background-color: White;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
#wrapper {
	width: 1000px;
	margin: 0 auto;
}
#header {
	height: 57px;
}
#header h1 {
	line-height: 57px;
	font-size: 15px;
	margin: 0;
	padding: 0;
	color: #336699;
	margin-left: 250px;
}
#header .left {
	margin-right: 200px;
	float: left;
}
#header .right {
	float: right;
	width: 190px;
	text-align: right;
	line-height: 57px;
}
#header a {
	color: #666666;
}
#navbar {
	height: 43px;
	background: url('../images/navbg.gif') repeat-x;
	margin-bottom: 10px;
}
#navbar ul {
	margin: 0;
	padding: 0;
}
#navbar ul li {
	list-style-type: none;
	float: left;
	background: url('../images/barbg.gif') repeat-x;
}
#navbar ul li a {
	height: 43px;
	line-height: 43px;
	display: block;
	padding: 0 15px;
	color: White;
	text-decoration: none;
}
#navbar ul li a:hover {
	text-decoration: underline;
}
#content .left {
	width: 190px;
	margin: 0 0 0 15px;
	float: left;
}
#content .middle {
	margin: 0 250px 0 220px;
}
#content .right {
	width: 220px;
	margin: 0 15px 0 0;
	float: right;
}
#content .box {
	border: 1px solid #DAE3EA;
	margin-bottom: 10px;
}
#content .box h1, #content .box h2 {
	border-bottom: 1px solid #DAE3EA;
	font-size: 12pt;
	margin: 0;
	padding: 2px 5px;
}
#content .box p {
	padding: 5px;
}
#footer {
	margin-top: 20px;
	clear: both;
}
#footer p {
	margin: 5px 0;
	text-align: center;
	color: #666666;
	line-height: 25px;
}
ul.subnavigation {
	list-style-type: none;
	padding: 0;
	margin: 10px 0 20px 0;
}
ul.subnavigation li {
	margin: 0;
	padding: 3px 0;
}
ul.subnavigation li a {
	text-decoration: none;
}
ul.subnavigation li a:hover {
	text-decoration: underline;
}
.enqform  th {
	text-align: left;
	width: 150px;
}
p{
	margin: 0 0 5px 0;
}
h1, h2, h3, h4 {
	margin-top: 0;
	color: #002776;
}
a {
	color: #002776;
	text-decoration: none;
}
a:hover {
	color: #761300;
	text-decoration: underline;
}
a img {
	border: 0;
}