body {
	background-image: ;
	background-repeat: repeat;
}
#container {
	margin: 0 auto;
	width: 800px;
	position: relative;
	z-index: 1;
		}
.bodyCopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding-right: 15px;
	padding-left: 15px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #379950;
	padding-bottom: 15px;
	line-height: 17px;
}
.bodyCopy a {
	color: #379950;
	text-decoration: none;
}
.bodyCopy a:hover {
	color: #14416B;
	text-decoration: none;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #379950;
}

.sideNav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #379950;
	padding-left: 12px;
	line-height: 20px;
	letter-spacing: 1px;
}

.sideNav a {
	color: #379950;
	text-decoration: none;
}

.sideNav a:hover
{
color: #14416B;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #12426A;
	text-align: center;
	padding: 5px;
	margin-top: 10px;
	line-height: 14px;
}
.footer a {
	color: #FFFFFF;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}
#mainContent {
	width: 800px;
	position: absolute;
	left: 0px;
	top: 304px;
	z-index: 3;
}
#navBar {
	height: 33px;
	width: 800px;
	position: absolute;
	left: 0px;
	top: 273px;
	z-index: 4;
}
#blueBar {
	height: 13px;
	width: 800px;
	left: 0px;
	top: 0px;
	position: absolute;
	z-index: 1;
}
