@charset "UTF-8";
/* CSS Document */

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:black;
	}
	
img {
	border-style: none;
	}

td, tr {
	padding:0px;
	margin:0px;
	}
	
h1 {
	font-size:16px;
	font-weight:bold;
}

h2 {
	font-size:20px;
	color:#a6ce39;
	font-weight:bold;
}

h3 {
	font-size:16px;
	font-weight:bold;
	color:#466c30;
}

h4 {
	font-size:14px;
	font-weight:bold;
}

ul {
	list-style-type: none;
	margin-left:0px;
	padding-left:20px;
	text-indent:0px;
	line-height:20px;
	}
	
li {
	list-style-image:url(../img/list.gif);
	}

a:link {
	color:#466c30;
	text-decoration:none;
}

a:visited {
	color:#466c30;
	text-decoration:none;
}

a:hover {
	color:#466c30;
	text-decoration:none;
	text-decoration:underline;
}

#container {
	margin: 0 auto;
	min-height:100%;
	overflow: auto;
	_overflow: visible;
	width: 1000px;
	position:relative;
	background-color:white;
}

#header {
	background-image:url(../img/header.jpg);
	background-repeat:no-repeat;
	width:600px;
	height:102px;
	padding-top:148px;
	padding-left:400px;
	padding-bottom:0px;
	padding-right:0px;
}

#nav a {
	float:left;
	background-image:url(../img/nav_off.gif);
	background-repeat:no-repeat;
	width:190px;
	height:36px;
	padding-top:10px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	margin-right:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:black;
	text-decoration:none;
}

#nav a:hover {
	background-image:url(../img/nav_on.gif);
	background-repeat:no-repeat;
	width:190px;
	height:36px;
	color:black;
	text-decoration:none;
}

#content {
	text-align:left;
	margin-left:60px;
}

#content_head {
	padding-top:10px;
	padding-left:20px;
	padding-bottom:20px;
	padding-right:100px;
	font-weight:bold;
	font-size:13px;
	line-height:20px;
}

#content_left {
	background-image:url(../img/index_bg.gif);
	background-repeat:repeat-y;
	float:left;
	line-height:20px;
	padding-left:20px;
	padding-top:10px;
	padding-bottom:15px;
	padding-right:30px;
	width:475px;
}

#content_right {
	float:left;
}

#content_spacer {
	width:475px;
	padding-right:50px;
	float:left;
}

#footer {
	position:relative;
	float:left;
	width:835px;
	margin-top:40px;
	padding-top:10px;
	padding-bottom:25px;	
	border-top:1px solid #a6ce39;
	text-align:center;
	font-size:12px;
	color:#466c30;
	line-height:17px;
	letter-spacing:0px;
}

#td_1_1 {
	background-image:url(../img/td1_bg1.gif);
	background-repeat:no-repeat;
	height:132px;
	width:325px;
}

#td_1_2 {
	background-image:url(../img/td1_bg2.gif);
	background-repeat:no-repeat;
	height:103px;
	width:325px;
}

#td_2 {
	background-image:url(../img/td2_bg.gif);
	background-repeat:repeat-y;
	width:245px;
	padding-top:5px;
	padding-left:30px;
	padding-right:45px;
	padding-bottom:5px;
}

#td_3 {
	background-image:url(../img/td3_bg.gif);
	background-repeat:repeat-y;
	width:245px;
	padding-top:5px;
	padding-left:30px;
	padding-right:45px;
	padding-bottom:5px;
}

#td_4 {
	background-image:url(../img/td4_bg.gif);
	background-repeat:no-repeat;
	height:26px;
	width:325px;
}

#td_school {
	width:235px;
	background-color:#fff78f;
	padding-left:20px;
	padding-top:5px;
	padding-right:20px;
	padding-bottom:20px;
	line-height:20px;
}

.bold {
	font-weight:bold;
}

.green {
	color:#466c30;
}

.red {
	color:#952420;
}

.greenitalic {
	font-size:15px;
	font-style:italic;
	font-weight:bold;
	color:#466c30;
}