body {
	background-color: #e2e9fa;
	margin-top: 0;
	font-family: Arial;
}
.container {
	width: 1065px;
	margin: 0 auto;
}
table {
	padding: 0px;
	margin-top: 25px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background-image: url(../images/splashHeader.jpg);
	background-repeat: no-repeat;
	height: 177px;
	width: 1065px;
}
#header img{
	margin-top: 0px;
	margin-left:365px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
}
.contentArea {
	background-image: url(../images/splashMainbg.jpg);
	background-repeat: no-repeat;
	height: 422px;
	width: 1065px;

}
#footer {
	background-image: url(../images/splashFooter.jpg);
	background-repeat: no-repeat;
	height: 208px;
	width: 1065px;
	margin: 0px;
}

#footer a{
    color:white;
	text-decoration:none;
}
#footernav {
    color:white;
	float:right;
	margin-right: 165px;
	margin-top: 75px;
}
#footernews {
	padding-left: 30px;
	color: #FFFFFF;
	width: 595px;
	margin-top: 0px;
}
#footernews p{
	margin-top:0px;
	font-size: 12px;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0px;
}

