.staff_navcontainer {
	line-height: 20px;
}
.staff_navcontainer ul {
	font-weight: normal;
	list-style-type: square;
}
.staff_navcontainer a:link {
	text-decoration: none;
	color: #7B869A;
	font-weight: bold;
}
.staff_navcontainer a:visited {
	text-decoration: none;
	color: #7B869A;
	font-weight: bold;
}
.staff_navcontainer a:hover {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
.staff_navcontainer a:active {
	color: #7b869a;
	text-decoration: none;
	font-weight: bold;
}
.blank_cell_100px {
	height: 100px;
}
.cell_justified {
	text-align: justify;
	padding: 5px;
	font-weight: normal;
}
.sub_navigation {
	width: 180px;
	text-indent: 10px;
}
.sub_navigation ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7b869a;
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
}
.sub_navigation a {
	text-decoration: none;
	background-color: #CCCC99;
	display: block;
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7BA9BC;
	width: 160px;
}
.sub_navigation a:link {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7B869A;
}
.sub_navigation a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7b869a;
	text-decoration: none;
}
.sub_navigation a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	background-color: #999966;
}
.sub_navigation a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7b869a;
	text-decoration: none;
}
a {
	color: #7B869A;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #999966;
}

