a:link {
	color: navy;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: navy;
}
a:hover {
	text-decoration: underline;
	color: maroon;
}
a:active {
	text-decoration: none;
	color: #999999;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
body {
	background-color: #FFFFFF;
}
h1 {
	font-size: 14px;
	color: #000000;
}
h2 {
	font-size: 12px;
	color: #000000;
}
.title {
	font-size: 14px;
	font-weight: bold;
	color: navy;
}
#subnav {
	position:absolute;
	left:10px;
	top:115px;
	width:115px;
	z-index:3;
	background-color: #DEDBB8;
	layer-background-color: #DEDBB8;
	border: 1px none #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
#main {
	position:relative;
	left:30px;
	top:150px;
	z-index:2;
	width: 90%;
	empty-cells: show;
}
#nav {
	position:absolute;
	left:10px;
	top:5px;
	height:53px;
	z-index:4;
	width: 788px;
}
#schoolname {
position:absolute; left:10px; top:84px; z-index:1
}
h3 {
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}
h4 {
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	font-style: italic;
}

ul.slightlyspaced li {
	padding-bottom: 5px;
}

