div#navFooter {
	height: 20px;
	width: 100%;
	border-top: solid #000 1px;
	border-bottom: solid #000 1px;
	background-color: Black;
	margin:0px auto 0;
	text-align: center;
	background-position: center;
	left: auto;
	right: auto;
	clear: right;
	position: relative;
	top: 20px;
	padding-top: 25px;

}
div#navFooter ul {
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-small;
	color: #969696;
	line-height: 30px;
	white-space: nowrap;
	left: auto;
	right: auto;

}
div#navFooter li {
	list-style-type: none;
	display: inline;
}
div#navFooter li a {
	text-decoration: none;
	padding: 7px 10px;
	color: #969696;
}
div#navFooter li a:link {
	color: #969696;
}
div#navFooter li a:visited {
    color: #969696;
}
div#navFooter li a:hover {
	color: #969696;
	text-decoration: underline;
	background-color: #000000;
	left: auto;
	right: auto;
}
.copyright {

	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-small;
	color: #969696;
	white-space: nowrap;
	left: auto;
	right: auto;
}


