body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	margin: 15px 0 0 0;
	padding: 0;
	background-color: #ECF3F9;
	color: #42515C;
	background-image: url('../images/pagebg.jpg');
	background-repeat: repeat-x;
}
#wrapper {
	width: 829px;
	margin: 0 auto;
	border-bottom: 1px solid #D9DFE4;
}
#header {
	background: url('../images/header.jpg') no-repeat;
	border-bottom: 1px solid #D9DFE4;
	font-size: 26px;
	height: 81px;
	font-weight: bold;
	line-height: 30px;
	padding: 10px 0 0 3px;
	color: #597BC9;	
}
#header img {
	padding-right: 10px;
}
#subheader {
	background: url('../images/navbg.jpg') repeat-x;
	height: 29px;
	border-bottom: 1px solid #95A6B3;
}
#main {
	border-left: 1px solid #D9DFE4;
	border-right: 1px solid #D9DFE4;
}
#content {
	padding: 0 10px 5px 10px;
	margin-top: 0;
}
#footer {
	clear: both;
	color: #42515C;
	font-size: 30px;
	font-weight: bold;
	text-align: right;
	padding-top: 10px;
	position: relative;
	top: 6px;
}
#subfooter {
	width: 829px;
	margin: 0 auto;
	margin-top: 16px;
	text-align: right;
	color: #43515C;
	background: url('../images/subfooterl.gif') no-repeat;
	height: 26px;
}
#subfooter #m {
	line-height: 26px;
	margin: 0 11px;
	background-color: #C4D1E1;
	font-size: 12px;
}
#subfooter #r {
	background: url('../images/subfooterr.gif') no-repeat right;
	width: 11px;
	float: right;
	height: 26px;
}
ul.navigation { 
	margin: 0; 
	padding: 0; 
	height: 29px;
	line-height: 29px;
	font-size: 13px;
}
ul.navigation li {
	list-style-type: none;
	display: inline;
	float: left;
}
ul.navigation li a {
	display: block;
	color: #68747D;
	padding: 0 10px;
	text-decoration: none;
	font-weight: bold;
}
ul.navigation li a:hover {
	background-color: #ECF3F9;
}
ul.navigation li.active a {
	background-color: #95A6B3;
	color: White;
}
h1 {
	font-size: 30px;
	margin-top: 10px;
	padding-bottom: 5px;
	font-weight: normal;
	color: #597BC9;
	background: url('../images/h1bg.jpg') no-repeat bottom left;
}
h2 {
	font-size: 18px;
	font-weight: normal;
	color: #42515C;
}
.enqform th {
	font-weight: normal;
	text-align: right;
	padding-right: 20px;
}
a {
	color: #597BC9;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}