h2 {
	color: #339;
	font-weight: bold;
	padding: 0px;
	margin: 0em;
	font-size: 1.2em;
	background-color: none;
	background: none;
}

.highlight-body ul {
    background-color: #fff;
    color: #000;
	margin-top: 0.25em;
	margin-left: 0em;
    list-style-image: none;
	list-style-type: none;
}
.section-highlight {
	margin-top: 1.5em;
}
#future ul {
	/*list-style-type: none;*/
	margin-left: 0em;
}
#future {
	padding: 5px;
	margin-top: 0.1em;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #333399;
	background-color: #EEF4FF;
	background-image: url(/assets/images/future.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#current ul {
	/*list-style-type: none;*/
	margin-left: 0em;
}
#current {
	padding: 5px;
	margin-top: 0.1em;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #333399;
	background-color: #DEE4FF;
	background-image: url(/assets/images/current.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#staff ul {
	/*list-style-type: none;*/
	margin-left: 0em;
}
#staff {
	padding: 5px;
	margin-top: 0.1em;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #333399;
	background-color: #C8CDE6;
	background-image: url(/assets/images/staff.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#upper {
	padding: 5px;
	margin-top: 0.1em;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #333399;
	background-color: #EEF4FF;
}
#lupp {
	padding: 5px;
	margin-top: 0.1em;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #333399;
	background-color: #E6ECF7;
}
#mid {
	padding: 5px;
	margin-top: 0.1em;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #333399;
	background-color: #DEE4FF;
}
#bot {
	padding: 5px;
	margin-top: 0.1em;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #333399;
	background-color: #C8CDE6;
}
#note {
	font-size: x-small;
	font-style: italic;
}
.hide  {
	display: none;
}

