body{
	background-color: #ffffff;
	margin: 0px 0px 0px 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
h1, h2, h3, h4, h5, h6 {
	color: #488A98;
	font-family: Arial, Helvetica, sans-serif;
}
h4 {
	font-size: 14pt;
}
.address {
	margin-top: 50px;
	margin-bottom: 50px;
	width: 100%;
	text-align: center;
	border-top: 1px solid Black;
}
.homeleft {
	width: 180px;
	float: left;
	background-color: #488A98;
	color: White;
	padding: 10px 10px 10px 10px;
}
.homeleft p {
	margin-bottom: 2px;
	margin-top: 2px;
}
.homeleft hr {
	color: White;
	height: 1px;
	width: 90%;
	background-color: White;
}
.hometext {
	margin-left: 210px;
	margin-right: 10%;
}
.pagetitle {
	color: #488A98;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	text-align: center;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.rightbanner{
	padding-left: 10px;
	height: 175px;
	float: right;
}
.leftbanner{
	padding-right: 10px;
	height: 175px;
	float: left;
}
.mainbody{
	position: absolute;
	top: 175px;
	left: 0px;
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}
.center{
	text-align: center;
}
.right{
	text-align: right;
}
.left{
	text-align: left;
}
hr {
	height: 1px;
	width: 90%;
	 background-color: Black;
	 color: Black;
}