/* - University of Wisconsin-Eau Claire Advantage Style Sheet - */
/* - Last modified: January 25, 2005- */

/* - default text is set by 'body' redefinition - */

#navBar {
	display:block;
	float: left;
}

#navBar {
	background-color: #432E8B;
	width: 680px;
	text-align:center;
	color: #ffffff;
	letter-spacing: .002em;
}

#navBar ul {
	list-style: none;
	margin: 0px 0px 0 -8px;
}

#navBar ul li{
  display: inline;
  list-style: none;
  margin-right: 10px;
}

#navBar a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-decoration:none;
}

#navBar a:visited {
	color: #E6D4A9;
}

#navBar a:link {
	color: #E6D4A9;
}

#navBar a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#navBar a:active {
	color: #ffffff;
}

.descriptor {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
