html {
	background-color: #258A67;
	background-image: url(img/green_bg.jpg);
	background-repeat: repeat-x;
}
#footer {
	font-size: 9px;
	text-align: center;
}
#center {
	text-align: center;
	width: 100%;
	border: 1px solid #FFFFFF;
}
body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #333333;
}
p, td, ul, ol, li, h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #333333;
}

a:link {
	color: #258a67;
}
a:visited {
	color: #258a67;
}
a:hover {
	color: #391a7d;
}
a:active {
	color: #258a67;
}
#container {
	width: 950px;
	border: 1px solid #333333;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background-color: #f8aa4f;
	height: 106px;
	width: 950px;
	background-image: url(img/header_bg.gif);
	background-repeat: no-repeat;
	text-align: right;
}
#purplenavmenu {
	background-image: url(img/purplebar_bg.gif);
	background-repeat: repeat-x;
	height: 32px;
	width: 950px;
	background-color: #391a7d;
}
#mainbody {
	background-color: #FFFFFF;
	height: 100%;
	width: 900px;
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #333333;
	text-align: left;
}

#mainbody h1 {
	font-size: 22px;
	line-height: 34px;
	font-weight: bold;
	color: #0E3222;
	text-align: center;
}
#mainbody h2 {
	font-size: 13px;
	line-height: 23px;
	font-weight: bold;
	color: #0E3222;
}
#mainbody h3 {
	font-size: 11px;
	line-height: 11px;
	font-weight: bold;
	
}
#picstudents {
	background-image: url(img/pic_students.jpg);
	background-repeat: no-repeat;
	margin-bottom: 20px;
	margin-left: 20px;
	border: 1px solid #000000;
	float: right;
	height: 154px;
	width: 223px;
	margin-top: 10px;
}
#bulletsleft {
	float: left;
	width: 350px;
	height: auto;
}
#bulletsright {
	float: right;
	width: 550px;
	height: auto;
}
#clear {
	clear: both;
	width: 900px;
}
