@charset "UTF-8";
/* CSS Document */

body {
	background-color: #CCCC99;
}


#bar {
	position:absolute;
	left:0px;
	top:150px;
	width:1024px;
	height:10px;
	z-index:1;
}
#menu {
	position:absolute;
	left:0px;
	top:170px;
	width:984px;
	height:20px;
	z-index:2;
	background-color: #004800;
	padding: 10px 0px 10px 40px;
}
#header {
	position:absolute;
	left:0px;
	top:0px;
	width:1024px;
	height:150px;
	z-index:3;
}

#mainbody {
	position:absolute;
	left:0px;
	top:210px;
	width:924px;
	z-index:4;
	padding: 40px 20px 20px 80px;
}

#leftside {
	position:relative;
	width:300px;
	padding: 0px 0px 0px 20px;
	float: left;
}

#rightside {
	position:relative;
	width:550px;
	padding: 0px 0px 0px 20px;
	float: right;
}

#footer {
	position:relative;
	width:904px;
	text-align: center;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.text {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	line-height: 1.5em;
	color: #003300;
}

.text a {
	color: #006600;
	font-weight: bold;
}
.text a:hover{
	color: #003300;
}

.header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: bold;
	color: #003300;
}

.subheader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	font-weight: bold;
	color: #004800;
}

.navlinks {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #CCCC99;
	margin: 10px 45px 10px 45px;
	text-decoration: none;
}

.navlinks a {
	color: #CCCC99;
	text-decoration: none;
}

.navlinks a:hover {
	color: #FFFFCC;
	text-decoration: underline;
}
