.nav {
	font-family: arial, helvetica, sans-serif;
	text-align: left;
}
.nav OL {
	margin-top: 0.0em;
	margin-bottom: 0.0em;
}
.nav a {
	display: list-item;
	list-style-type: square;
	margin-left: 2em;
	color: #CC0000;
}
.nav a:hover {
	display: list-item;
	list-style-type: square;
	margin-left: 2em;
	color: #009900;
	background-color: #f3e19a;
}
.nav OL {
	list-style-type: square;
}
.nav SPAN {
	color: #000000;
}
.nav_you_are_here {
	display: list-item;
	list-style-type: square;
	margin-left: 2em;
	background-color: #f3e19a;
	color: #201a84;
}
HR {
	width: 90%;
	color: black;
	border: 1.5px solid;
}
H2.nav { 
	font-family: arial, helvetica, sans-serif;
	font-weight: bolder;
	text-align: center;
	margin-bottom: 0%;
}
H2.navsub {
	font-family: arial, helvetica, sans-serif;
	font-weight: lighter;
	text-align: center;
	margin-top: 0%;
}
.bottom_bar {
	font-family: arial, helvetica, sans-serif;
	font-size: smaller;
	color: white;
}
.bottom_bar TD {
	padding: 1em;
}
.bottom_bar a {
	font-family: arial, helvetica, sans-serif;
	color: white;
	font-weight: bolder;
}
.bottom_bar a:hover {
	font-family: arial, helvetica, sans-serif;
	color: white;
	background-color: #7a76b7;
	font-weight: bolder;
}
