body {
	margin: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000066;
}
a {
	color: #000066;
}
.i {
	font-style: italic;
}
.bold {
	font-weight: bold;
}
.top {
	background-image: url(../images/index_02.jpg);
	background-repeat: no-repeat;
	height: 151px;
}
.mid {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;
}
.side_left {
	background-image: url(../images/index_04.jpg);
	background-repeat: no-repeat;
	height: 451px;
	width: 188px;
	background-position: top;
}
.side_right {
	background-image: url(../images/index_05.jpg);
	background-repeat: no-repeat;
	height: 451px;
	width: 572px;
	background-position: top;
}
.comment {
	height: auto;
	width: 172px;
	color: #0C4646;
	background-color: #B5DADA;
	text-align: center;
	padding: 8px 0px 8px 0px;
	margin: 13px 8px 0px 8px;
}
.contact_info {
	height: auto;
	width: 172px;
	color: #0C4646;
	text-align: left;
	padding: 8px 0px 8px 0px;
	margin: 13px 8px 0px 8px;
}
.contact_info a{
	color: #0C4646;
	text-decoration: none;
}
.content {
	padding-top: 49px;
	padding-right: 62px;
	padding-bottom: 0px;
	padding-left: 13px;
}
.section {
	font-size: 13px;
	font-weight: bold;
	color: #FF6600;
}
.section a {
	color: #FF6600;
	text-decoration: none;
}
.section_sub {
	font-size: 12px;
	font-weight: bold;
}
.bot {
	background-image: url(../images/index_06.jpg);
	background-repeat: no-repeat;
	height: 99px;
	color: #126060;
	font-size: 10px;
}
.bot a {
	color: #126060;
	text-decoration: none;
}
.orange {
	color: #FF6600;
}
.navtop_block {
	padding:15px 17px 0px 17px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.navtop a {
	display:block;
	padding:7px 0px 7px 12px;
	text-decoration: none;
	height: auto;
	width: auto;
	background-image: url(../images/nav_03.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
.navtop a:link, .navtop a:visited {
	color: #003366;
}
.navtop a:hover { 
	color: #000033;
}
.navbot_block { 
	padding:99px 0px 5px 0px;
	color: #43B9A9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.navbot a {
	padding:0px 1px 0px 1px;
	height: auto;
	width: auto;
	color: #43B9A9;
}
.navbot a:link, .navbot a:visited {
	text-decoration: underline;
}
.navbot a:hover { 
	text-decoration: none;
}
.float_r {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
.float_l {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.bg_white {
	background-color: #FFFFFF;
}

#homework a{
	color: #FF6600;
}