html,  ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
border: 0;
}
#students {
	float: right;
	height: 165px;
	width: 253px;
}
#sidebar {
	border-top: none;
	border-right: medium solid #666666;
	border-bottom: medium solid #666666;
	border-left: medium solid #666666;
	clear: right;
	float: right;
	height: auto;
	width: 235px;
	background: url(images/rock.gif) repeat-y;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	padding: 5px;
	font-size: small;
	position: relative;
}
#sidebar h2 {
	font: bold large "Courier New", Courier, mono;
}



#logo {
	position:relative;
	margin: 10px;
	float: left;
}
#maincontent {
	padding: 5px;
	margin: 5px;
}
h1 {
	font: bold x-large "Courier New", Courier, mono;
	color: #000000;
	background: url(images/h1_face.jpg) no-repeat left top;
	height: 100%;
	padding-left: 30px;
	margin-bottom: 8px;
}

body {
	background: #000000;
}
#navigation {
	padding: 0px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	clear: left;
	position: relative;
	width: 223px;
	margin-left: 0px;
}
#navigation li  {/*This formats the buttons using CSS when the user doesn't have flash*/
	background: #FFFFFF;
	display: block;
	border: medium solid #FFFF00;
	list-style: none;
	margin: 5px;
	padding: 5px;
	font: bold medium Verdana, Arial, Helvetica, sans-serif;
	
}
#navigation li a{
	color: #000000;
	text-decoration: none; /*This removes the underline so it looks like a button, not a link*/
	height: 1%; /*This makes the entire length of the box clickable */
}
#footer {
	font: x-small Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
#footer a {
	color: #FFFF00;
}

.content {
	font: small Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 5px;
	padding: 5px;
}
#intro_table {
	margin-top: 30px;
}

.float_right {
	margin: 5px;
	float: right;
}
.float_left {
	margin: 5px;
	float: left;
}



.yellow_border {
	border: medium double #FFFF00;
}



#slogan {
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
}
ol {
	margin-left: 30px;
}
