body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background: #87A5C2 repeat-y;
}
a:link {
	color: #000000;
}
a:active {
	color: #000000;
} 
a:visited {
	color: #000000;
}
a:hover {
	color: #305495; 
} 
#centerIE {
	/*text-align: center;*/
}
#allholder {
	text-align: left;
	/*margin: auto;*/
	margin: 0;
	width: 770px;
	background: url(../images/allholderbg.gif) repeat-y;
}

#topbar {
	background: url(../images/topbar.gif) no-repeat;
	height: 61px;
	width: 770px;
}
#menu {
	background: url(../images/menubg2.gif) no-repeat;
	margin: 0px;
	padding: 0px;
	height: 703px;
	width: 191px;
	float: left;
}
#menulist {
	list-style: none;
	margin: 0px;
	padding: 58px 0px 0px 115px;
}
#menulist li {
	margin-bottom: 34px;
	color: #305495;
	font-weight: bold;
}
#menulist li a{
	color: #305495;
	font-weight: bold;
	text-decoration: none;
}
#menulist li a:hover{
	color: #87A5C2;
}
#content {
	margin-left: 210px;
	width: 475px;
}
.clear {
	clear: both;
}
#header {
	margin: 0px;
	padding: 20px 0px 0px;
	border-bottom: 2px solid #305495;
}
h1 {
	font-size: x-large;
	color: #305495;
	padding-bottom: 5px;
	margin: 0px;
}
h2 {
	font-size: medium;
	color: #305495;
}
h3 {
	font-size: small;
	color: #305495;
	text-indent: 20px;
}
#content ul li {
	list-style: url(../images/bullet.gif);
	margin-bottom: 5px;
}
#content ol li ol li {
	list-style: url(none) none inside;
	text-indent: -60px;
}
#footer {
	background: url(../images/bottom.gif) no-repeat;
	height: 50px;
	margin-top: 20px;
	clear: both;
	text-align: center;
}
#footerlist {
	font-size: 9pt;
	margin-left: 95px;
	padding-top: 10px;
}
#footerlist li {
	float: left;
	color: #FFFFFF;
	list-style: none;
}
#footerlist a {
	color: #FFFFFF;
}
.superscript {
	vertical-align: super;
	font-size: xx-small;
}
#studentlist li {
	padding-bottom: 10px;
}
.blockquote {
	font-size: small;
	color: #0033CC;
	margin-left: 20px;
}
.highlight {
	color: #0033CC;
}
.tab {
	padding-left: 20px;
}
