.centre {
	background-image: url(images/home_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
}
.4left {
	float: left;
}
.nav {
	left: 50px;
	top: 15px;
	position: relative;
	z-index: 2;
	width: 500;
}
.bg {
	background-image: url(images/home_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	padding-top: 10px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 50px;
	margin: 0px;
	text-align: center;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	position: relative;
	padding: 5px;
	visibility: hidden;
}
.address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 11px;
	text-align: center;
	padding-bottom: 10px;
	background-image: url(images/light_green_spacer.gif);
	padding-top: 10px;
}
.pagebg {
	background-image: url(images/page_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.pagetable {
	position: relative;
	top: 130px;
}
.header {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 22px;
	color: #990000;
	text-align: center;
	left: 50%;
	right: 50%;
}
.alignleftbody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin: 0px;
	text-align: left;
}
.subheader {
	font-size: 14px;
	line-height: 16px;
	left: 50%;
	right: 50%;
	font-weight: bold;
}
.leftpanel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #990000;
	padding: 5px;
	font-weight: bold;
}
.emphasis {
	font-size: 11px;
	line-height: 13px;
	margin: 0px;
	text-align: left;
	font-weight: bold;
	padding: 0px;
}
.testimonial {
	font-style: normal;
	font-weight: bold;
	color: #990000;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.hometable {
	top: -20px;
	position: relative;
}
a,
a:link {
	color: #990000;
	text-decoration: none;
	font-family: Arial;
}

a:visited {
    color: #999999;
}

a:hover {
	border: none;
	background-color: #003333;
	color: #FFFFFF;
	padding: 0px;
}
a:focus {
	border: none;
	color: #003333;
	background-color: #FFFFFF;
}

