body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #66cc33;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	}

body a:link {
	color: #66cc33;
	text-decoration: none;
}

body a:visited {
	font-size: 16px;
	color: #66cc33;
	text-decoration: none;
}

body a:hover {
	color: #66cc33;
	text-decoration: underline;
}
	
h1 {
	color: #66cc33;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	}
	
h2 {
	color: #003300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	}
	
#top {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/back1.gif);
	height: 127px;
	background-color: #FFFFFF;
}

#middle {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/back2.gif);
	background-color: #FFFFFF;
	background-position: bottom;
	background-repeat: no-repeat;
	overflow: hidden;
}

#footer {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/back3.gif);
	height: 183px;
	background-color: #FFFFFF;
	display: block;
}

#content {
	width: 550px;
	float: left;
	margin-bottom: 16px;
	overflow: hidden;
}

#nav {
	width: 190px;
	float: left;
	margin-left: 14px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ccffcc;
	margin-right: 24px;
	display: block;
	height: 270px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px
}

#nav ul {
	list-style-type: none;
}

#nav ul li a:link {
	font-size: 14px;
	color: #003300;
	text-decoration: none;
	line-height: 21px;
	font-weight: normal;
	display: block;
}

#nav ul li a:visited {
	font-size: 14px;
	color: #66cc33;
	text-decoration: none;
	line-height: 21px;
	font-weight: normal;
	display: block;
}

#nav ul li a:hover {
	color: #66cc33;
	text-decoration: underline;
}
