body {
	background-image: url(images/map-watermark.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	margin-top: 0px;

}
.header {
	background-color: #142C4E;
	position: fixed;
	margin: 0;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	vertical-align: top;
	width: 100%;
	height: 75px;
	left: 0px;
	top: 0px;
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: center top;
	visibility: visible;
	float: none;
	z-index: 4;
}
.topNav {
	background-image: url(images/topBackground.gif);
	background-repeat: repeat-x;
	top: 75px;
	position: fixed;
	left: 0px;
	right: 0px;
	width: 100%;
	border: 0 none;
	margin-top: 0px;
	padding: 0px;
	height: 30px;
	background-attachment: scroll;
	float: none;
	z-index: 4;
}
.leftNav {
	background-color: #142C4E;
	height: 100%;
	width: 130px;
	left: 0px;
	top: 105px;
	position: fixed;
	overflow: auto;
	border: none;
	float: left;
	margin-top: 0px;
	text-indent: 4px;
	background-image: url(images/rbd_blue_grad.jpg);
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
}
.pageContent {
	position: relative;
	margin-left: 130px;
	margin-right: 10px;
	float: none;
	top: 108px;
	visibility: visible;
	padding-bottom: 150px;
}
.footer {
	background-color: #FFFFFF;
	height: auto;
	margin-left: 131px;
	right: 0px;
	top: auto;
	position: fixed;
	overflow: auto;
	border: none;
	bottom: 0px;
	background-attachment: scroll;
	float: none;
	margin-top: 1px;
	padding-top: 2px;
}
