/* CSS Document */

.header {
	color: #1e702e;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.subhead {
	color: #1e702e;
	font-weight: bold;
}

.chapterHeadGreen {
	color: #1e702e;
	font-weight: bold;
}

hr {
	background-color: #666;
	border: none;
	height: 1px;
	margin: 7px 0;
}

#nav {
	background-color: #cfe4d3;
	width: 160px;
}

#nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#nav ul li {
	border-bottom: 1px solid #1e702e;
}

#nav a {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	width: 144px;
}

#nav li a:link, #nav li a:visited {
	display: block;
	color: #1e702e;
	padding: 8px 8px 8px 8px;
}

#nav li a:hover {
	background-color: #e5f0e7;
}
