body {
	background-image: url(../images/backgroundTop.jpg);
	background-repeat: no-repeat;
	background-color: #003865;
	background-position:center top;
}
.topBody {
	background-image: url(../images/topBody.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 350px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
.largerBody {
	background-image: url(../images/largerBody.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 700px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
.bottomFade {
	background-repeat: repeat-x;
	background-position: center bottom;
	height: 80px;
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: -1;
}
.topBodyAd {
	height: 231px;
	background-image: url(../images/topBodyAd.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	z-index: 10;
}
#map_canvas {
	height: 400px;
}

.bottomCodeBox {
	background-image: url(../images/bottomCodeBox.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 200px;
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 22px;
}
.codeBox {
	background-color: #0062AD;
	height: 100px;
	width: 650px;
	border: 1px solid #00509A;
	color: white;
	overflow: hidden;
}
.privacyBox {
	background-color: #0062AD;
	height: 300px;
	width: 750px;
	border: 1px solid #00509A;
	color: white;
}
.shadow {
	margin-right: auto;
	margin-left: auto;
	width: 820px;
	background-image: url(../images/900pxWShadow.png);
	background-repeat: repeat-x;
	height: 50px;
	z-index: -1;
	margin-top: -29px;
}
.introBox {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	color: #0067B2;
}
body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	text-align: center;
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: underline;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #FFF;
}
.bottomFade table {
	color: #FFF;
}
.logoButton {
	height: 80px;
	width: 365px;
	margin-top: 50px;
	float: left;
	margin-left: 50px;
}
