@charset "utf-8";
/* CSS Document */

html {
	height: 100%;
}
body {
	-webkit-text-size-adjust: none;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0px;
	background-color: #CFC;
}
#container {
	min-height: 100%;
	width: 968px;
	margin: 0 auto 0 auto;
	background-color: #FFF;
	border-top: 25px solid #82C671;
	border-left: 25px solid #82C671;
	border-right: 25px solid #82C671;
}
#main {
	overflow: auto;
	padding-bottom: 220px;
}
a:link {
	color: #06F;
}
a:visited {
	color: #06F;
}
a:hover {
	color: #06F;
}
a:active {
	color: #06F;
}
#header01 {
	width: 968px;
}
#header02 {
	clear: left;
	width: 968px;
	height: 100px;
	padding-top: 50px;
	background-image: url(../images/blackboard.jpg);
	background-size: 868px 100px;
	background-repeat: no-repeat;
	background-position: center;
}
#header02 ul {
	margin: 0;
	list-style-type: none;
	padding-left: 64px;
	padding-right: 64px;
	padding-top: 13px;
}
#header02 ul li {
	float: left;
	list-style-type: none;
	text-align: center;
	width: 140px;
}
#header02 a {
	font-size: 20px;
	color: #FFF;
	text-decoration: none;
	display: inline;
	padding-top: 20px;
}
span.current_page {
	color: #EAE951;
}
span.red {
	color: #EE1C25;
}
span.blue {
	color: #29439A;
}
span.green {
	color: #58BB47;
}
span.yellow {
	color: #F7E90C;
}
span.orange {
	color: #F39519;
}
.red_bullet {
	list-style-image: url(../images/red_block.jpg);
}
.blue_bullet {
	list-style-image: url(../images/blue_block.jpg);
}
.green_bullet {
	list-style-image: url(../images/green_block.jpg);
}
.yellow_bullet {
	list-style-image: url(../images/yellow_block.jpg);
}
img.left {
	display: block;
	margin-left: 0px;
	margin-right: auto;
}
img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.right {
	display: block;
	margin-left: auto;
	margin-right: 0px;
}
#footer01 {
	position: relative;
	width: 968px;
	margin: -200px auto 0 auto;
	border-left: 25px solid #82C671;
	border-right: 25px solid #82C671;
	clear: both;
}
#footer01 p {
	margin: -40px auto 0 auto;
	padding-left: 20px;
}