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


#navbar {
	width: 800px;
	padding: 0px;
	height: 30px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;


}
#navbar ul {
	list-style-type: none;
	padding: 0px;
	text-align: center;
	margin: 0px;
}
#navbar ul li {
	float: left;
}
#navbar ul li a {
	display: block;
	line-height: 30px;
	background-color: #161167;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	padding-right: 30.3px;
	padding-left: 30.3px;
}
#resources tr td {
	display: block;
}

#navbar ul li a:hover {
	background-color: #707174;
	color: #FFF;
}
