body {
	background-color: #5E6C6C;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
}

.menu {
	height: 25px;
}

.menu ul {
	margin: 0px;
	padding-left: 20px;
	padding-right: 20px;

}

.menu li {
	display: inline;
	font-weight: bold;
	padding: 2px 15px 2px 15px;
	border-left: 1px solid #aaa;
}

.menu li a {
	color: #eee;
	text-decoration: none;
}

.menu li a:hover {
	color: #333;
}

.menu li.home {
	padding-right: 30px;
	border: none;
}

.sidenav {
	background-color: #ccc;
	width: 176px;
	vertical-align: top;
}

.sidenav ul {
	margin: 0px;
}

.sidenav li {
	font-weight: bold;
	padding: 4px 15px 5px 15px;
	border-bottom: 1px solid #aaa;
}

.sidenav li a {
	color: #333;
	text-decoration: none;
}

.sidenav li a:hover {
	color: #888;
}

.content {
	padding: 10px 20px 40px 30px;
	vertical-align: top;
}

.content h1 {
	color: #598527;
	font-size: 14px;
	line-height: normal;
}

.content p {
	line-height: 16px;
}

H2 {
	color: #598527;
	font-size: 12px;
	line-height: normal;
}

H3 {
	font-size: 12px;
	line-height: normal;
}

