@charset "UTF-8";
/* CSS Document */

#navfooter {
	background-color: #939400;
	text-align: center;
	height: 60px;
	width: 810px;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-style: italic;
	padding-top: 15px;
	padding-right: 20px;
	padding-left: 20px;
	line-height: 15px;
	clear: both;
	position: relative;
	clip: rect(auto,auto,auto,-15px);

	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#navfooter a {
	color: #FFF;
	text-decoration:none;
}
#navfooter a:visited {
	color: #FFF;
	text-decoration:none;
}
#navfooter a:hover {
	color: #00275d;
}

#footernav li {
	display: inline;
	list-style-type: none;
	font-size: 14px;
	font-weight: normal;
	padding-right: 2px;
	padding-left: 2px;
}
#footernav ul {
	margin-top: 10px;
}
#footernav {
}
#footernav li a:hover {
	color: #00275d;
}

