/* CSS Document */

.pageWidth {
	display: block;
	border-left : 1px solid #989697;
	border-right : 1px solid #989697;
	width: 780px;
}
.header {
	height: 100px;
	background: url(/images/header.gif) top right no-repeat;
	background-color: #fff;
	display: block;
}
.splash {
	height: 200px;
	width: 780px;
	background-color: #CACACA;
	text-align: left;
	margin: 0;
	padding: 0;
	display: block;
}
.splashNavContainer {
	height: 200px;
	width: 180px;
	max-width: 180px;
	text-align: left;
	float: left;
	left: 20px;
	color: #fff;
	background-color: #989697;
	display: block;
	position: relative;
}
.splashNav {
	padding: 10px 0px 10px 0px;
}
a.splashNavLink {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #fff;
	display: block;
	padding: 4px 10px 4px 15px;
	border: 0;
}
.splashImage {
	height: 200px;
	width: 580px;
	float: right;
	background-color: #F5F5F5;
	background: url(/images/splashImage_07.png) top no-repeat;
	display: block;
	border: 0;
	padding: 0;
	margin: 0;
}
.homeBody {
	padding-top: 40px;
	display: block;
	background-color: #fff;
	padding-bottom: 60px;
	text-align: left;
}
.homeBodyLeft {
	float: left;
	width:  45%;
	clear: none;
	padding-right: 10px;
	padding-left: 30px;
	display: block;

}
.homeBodyRight {
	float: right;
	clear: none;
	width: 46%;
	padding-right: 20px;
	padding-left: 10px;
	display: block;
}
.pageBodyFooter {
	padding-top: 0px;
	clear: both;
	width: 740px;
	margin-right: 20px;
	margin-left: 20px;
	display: block;
	padding-left: 10px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}
.footer {
	color: #fff;
	text-align: center;
	width: 780px;
	margin: 0;
	padding: 6px 0px 6px 0px;
	background-color: #A8115C;
	font-size: 12px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 80px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	color: #363636;
	line-height: 23px;
	background-color: e9e9e9;
	text-align: left;
}
a {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	display: block;
	font-weight: bold;
	color: #A0D656;
	border: 0px;
}
