/* CSS Document */

#botnav {
	font-family: "Century Gothic", Verdana, Arial;
	font-size: .9em;
	color: #336699;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 20px;
}
#botnav a {
	text-decoration: none;
	font-family: "Century Gothic", Verdana, Arial;
	font-size: .9em;
	color: #2C5885;
	text-align: center;
		}
		#botnav a:hover {
	color: #333666;
	font-family: "Century Gothic", Verdana, Arial;
	font-size: .9em;
	text-decoration: underline;
	text-align: center;
		}
	#botnav ul {
	list-style: none;
	display: inline;
	text-align: center;
		}
		
	#botnav li {
	display: inline;
	font-family: "Century Gothic", Verdana, Arial;
	font-size: .9em;
	color: #336699;
	text-align: center;
	line-height: 10px;
		}
		#botnav li a {
	display: inline;
	text-decoration: none;
	clip: rect(auto,auto,auto,auto);
	font-family: "Century Gothic", Verdana, Arial;
	font-size: .9em;
	color: #2C5885;
		}

	html>body #button li a {
	width: 80px;
	text-align: center;
		}

	#botnav li a:hover {
	color: #333666;
	font-family: "Century Gothic", Verdana, Arial;
	font-size: .9em;
	text-decoration: underline;
	
		}

