body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	background-color: #f4ffe4;
	margin: 0px;
	}

#container {
	width: 750px;
	margin: 0px;
	text-align: left;
	padding: 0px;
	}
	
#topSection {
	float: left;
	width: 750px;
	height: 117px;
	margin: 0;
	border-bottom: solid 1px #000;
	background-image: url(../images/nels_1c.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
	
#dateSection {
	float: left;
	width: 739px;
	height: 18px;
	padding: 5px;
	color: #red;
	border-bottom: solid 1px #000;
	border-right: solid 1px #000;
	background-color: #99cc66;
}

#middleSection {
	float: left;
	width: 750px;
	background-color: #5c743d;
}

#navSection {
	float: left;
	background-color: #5c743d;
	width: 180px;
	font-size: 12px;
	border-bottom: 1px solid #fff;
	}

#contentSection {
	float: right;
	border-left: solid 1px #fff;
	width: 549px;
	padding: 10px;
	background-color: #f4ffe4;
	min-height: 570px;
	}
	
#copyrightSection {
	float: left;
	width: 740px;
	min-height: 18px;
	color: #000;
	text-align: center;
	padding: 5px;
	background-color: #99cc66;
	border-top: solid 1px #fff;
	}
	
#navigation a {
	font:12px  Arial, Helvetica, sans-serif;
	color: #f4ffe4;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	display:block;
	padding:8px 6px 10px 20px;
	border-top: 1px solid #fff;
}
	
#navigation a:hover {
	color: #fd2b00;
	font-weight:bold;
	background-color: #99cc66;
	border-right: 8px solid #008c52;
	border-top: 1px solid #fff;
	}
	
.navText {
	font:12px Georgia, Times New Roman, Times, serif;
	color: #f4ffe4;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	}

A:link {text-decoration: none; color: #008c52;}
A:visited {text-decoration: none; color: #008c52;}
A:active {text-decoration: none; color: #008c52;}
A:hover {text-decoration: underline; color: red;}
