.bottomnav {
	font-size: 12px;
	color: #3E7B3E;
	margin: 0px;
	text-align: center;
	padding: 0px;
	height: 18px;
	font-weight: bold;
	background-image: url(../images/navCentreBG1.png);
	background-repeat: repeat-x;
	background-position: left center;
}

.bottomnav a:hover {
	color: #558055;
	background-image: url(../images/navCentreHoverBG.png);
	background-repeat: repeat-x;
}
.bottomnav a:link, .bottomnav a:active, .bottomnav a:visited {
	color: #006464;
	text-decoration: none;
	margin: 0px;
	padding-top: 1px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 6px;
}
#bottomSpace {
	height: 10px;
	border-top: 1px solid #76A977;
	border-bottom: 1px solid #4A774B;
	background-image: url(../images/footerBarBG.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

