body {
	background: #7FB8E0;
	margin: 0px;
	padding: 0px;
}
a {
	font-weight: bold;
	color: #024093;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.casper {
	display: none;
}
#container {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	margin-right: auto;
	margin-left: auto;
	background: url(../img/header.gif) repeat-x center top;
	height: 208px;
}
#mainNav {
	background: no-repeat center top;
	height: 208px;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}
#content {
	width: 700px;
}
.fullCol {
	float: left;
	width: 700px;
}
#mainBody {
	float: left;
	width: 700px;
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #FFFFFF;
	line-height: 18px;
}
#leftCol, #rightCol{
	padding: 10px;
	width: 320px;
}
#leftCol {
	float: left;
}
#rightCol {
	float: right;
}
#waterBox {
	background: #7FB8E0 url(../img/waterTile.jpg) repeat-x bottom;
	height: 153px;
	float: left;
	width: 100%;
}
#footer {
	font-size: 11px;
	text-align: center;
	margin-top: 25px;
}
#footer ul {
	margin: 0px;
	padding: 0px;
	color: #FFF;
	line-height: 11px;
	white-space: nowrap;
	font-size: 13px;
}
#footer li {
	list-style-type: none;
	display: inline;
	border-left: 1px solid #FFFFFF;
	padding-left: 5px;
	margin-left: 5px;
}
#footer ul li.firstLi {
	border-style: none;
}
#footer li a{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;

}
#footer li a:hover{
	color: #024093;
	text-decoration: underline;

}
#rightCol h2 {
	font-size: 28px;
	font-weight: normal;
	margin-top: 0px;
}
