body {
	font-family:Verdana, arial, sans-serif;
}
h2 {
	margin:0 0 3px 0;
	border:0;
	width:95%;
	padding:0 .2em;
	background:gold;
	color:white;
	letter-spacing:-.1em;
	line-height:70%;
	text-transform:uppercase;
}
h3 {
	letter-spacing:.2em;
}
h4 {
	margin:0;
}
h5 {
	margin:0 5px 3px 0;
}
p  {
	margin:0 5px 3px 0;
	font-weight:100;
}
ul {
	margin:0 0 3px 1em;
	font-weight:100;
}
table {
	margin:0 0 3px 0;
	width:95%;
}
table td {
	padding:0 1em .2em 1em;	
	font-size:medium;
	border-bottom:1px solid #9999ff;
}
div#navbar {
	position:absolute;
	top:0px;
	left:0px;
	width:158px;
	background:#9933ff;
	font-variant:small-caps;
	height:2000px;
}
div#banner {
	position:absolute;
	top:0px;
	left:158px;
	height:157px;
	width:650px;
	margin:0;
	background:#9933ff;
}
div#subnavbar {
	position:absolute;
	top:157px;
	left:158px;
	width:260px;
	background:gold;
	font-variant:small-caps;
	height:1843px;
}
div#teacherbar {
	position:absolute;
	top:157px;
	left:158px;
	height:18px;
	width:650px;
	background:gold;
	font-variant:small-caps;
}
div#teachersubbar {
	position:absolute;
	top:175px;
	left:158px;
	height:36px;
	width:650px;
	background:yellow;
	font-variant:small-caps;
}
.right {
	float:right;
}
.left {
	float:left;
}
.cleared {
	clear:both;
}
.textright {
	text-align:right;
}
.textcenter {
	text-align:center;
}
.cap {
	text-transform:capitalize;
}
.small {
	font-size:small;
}
.xsmall {
	font-size:x-small;
}
div.left1{
	float:left;
	margin:0 10px 0 0;
	padding:0;
	width:390px;
	border-right:thin solid #9999ff;
}
div.left1equal {
	float:left;
	margin:0 10px 0 0;
	padding:0;
	width:300px;
	border-right:thin solid #9999ff;
}
div.left2 {
	float:left;
	width:240px;
}
div.left2equal {
	float:left;
	width:330px;
}
div.center {margin:0 190px;}

div#content {
	position:absolute;
	top:157px;
	left:158px;
	width:650px;
	background:white;
	color:black;
	margin-left:5px;
}
div#subnavcontent {
	position:absolute;
	top:157px;
	left:418px;
	width:390px;
	background:white;
	color:black;
	margin-left:5px;
}
div#horizsubcontent1 {
	position:absolute;
	top:175px;
	left:158px;
	width:650px;
	background:white;
	color:black;
	margin-left:5px;
}
div#horizsubcontent2 {
	position:absolute;
	top:211px;
	left:158px;
	width:650px;
	background:white;
	color:black;
	margin-left:5px;
}ol.sub {
	list-style-type:lower-alpha;
	}
ul.nodec, ul.nodec a {
	list-style-type:none;
	text-decoration:none; 
	margin:0 0 3px 0;
	whitespace:pre;
	font-size:small;
}	
ul.circle {
	list-style-type: circle;
}

table.border {
	border:thin solid #9999ff;
	border-collapse: collapse;
}
table.staff td, table.staff th {
	padding:0 10px 0 0;
	font-size:small;
	text-align:left;
	border-bottom:1px solid #9999ff;
}
table.border td {
	border-right:1px solid #9999ff;
	font-size:small;
	text-align:center;
}	
th.xsmall {
	font-size:x-small;
	font-weight:100;
}