body {
	font-size: small;
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	color: #000;
	background: rgb(190,205,190);
	margin: 0px;
	padding: 0px;
	text-align: center; /* center align ie 5 hack 1 */
}
#container {
	width: 760px;
	background: #fff;
	margin: 1em auto 1em auto;
	text-align: left; /* center align ie 5 hack 2 */
}
#header {
	color: #fff;
	background: rgb(22,97,16);
	padding: 15px 30px 10px 30px;
	border-bottom: 1px solid rgb(11,45,8);
}
#nav {
	width: 180px;
	padding: 30px;
	float: right;
}
#nav ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}
#nav li {
	margin-bottom: 10px;
}
#content {
	margin-right: 260px;
	padding: 26px 15px;
}
#footer {
	font-size: 80%;
	line-height: 80%;
	padding: 1px 0 1px 30px;
	border-top: 1px solid rgb(100,115,100);
	clear: both;
}
h1 {
	font-size: 130%;
}
h2 {
	font-size: 110%;
}
#content .space {
	padding-top: 3em;
}
#content p, #content li {
	line-height: 160%;
}
#nav a {
	display: block;
	font-weight: bold;
	padding: 4px 8px;
	width: 165px;
	background-color: rgb(214,223,214);
	border: 1px solid rgb(51,51,51);
}
#nav a:link, #nav a:visited {
	color: #000;
	text-decoration: none;
}
#nav a:hover {
	text-decoration: underline;
	background-color: rgb(153,223,153);
}
#nav a:active {
	background-color: rgb(51,51,51);
	color: #000;
}
#nav #current {
	background-color: rgb(133,204,122);
}
#content a {
	color: #000;
	padding: 0 1px;
}
#content a:hover {
	background-color: #ddd;
}

#content ul {
	margin-left: 4px;
	padding-left: 0;
	list-style-type: none;
}

#content li {
	margin-bottom: 18px;
}

em {
	font-style: normal;
	background-color: #D8DFD7;
	padding-right: 4px;
	padding-left: 4px;
}

/* hack to fix IE Win 3px gap bug */
/* Hides from IE5-mac \*/
* html #content {height: 1%;}
/* End hide from IE5-mac */ 