body {
	font-family: Arial, Helvetica, sans-serif;
	color: #555;
}
a {
	color: #00703C;
}
body,
div.main {
	background: url(../images/top_bg.png) top center repeat-x;
}
div.main {
	width: 800px;
	padding: 0 15px;
	margin: 0 auto;
}
div.nav {
	font-size: 0.9em;
}
div.nav div.wrap {
	width: 50%;
	position: relative;
	height: 35px;
}
div.nav div.constrain {
	position: absolute;
	right: 0;
}
div.nav div.links {
	position: relative;
	right: -50%;
	float: left;
}
div.nav a {
	display: block;
	float: left;
	color: #D3D3D3;
	height: 29px;
	padding-top: 6px;
	text-decoration: none;
	text-align: center;
}
div.nav a:hover {
	color: #FFF;
	font-weight: bold;
}
div.nav a.expand {
	background: url(../images/nav_active.png) -20px -20px no-repeat;
}
div.nav a.on {
	color: #FFF;
	font-weight: bold;
	background-position: bottom center;
}
div.nav img {
	display: block;
	float: left;
	height: 35px;
	width: 5px;
}
div.subnav {
	height: 60px;
}
div.subnav div.menu {
	display: none;
	text-align: center;
	padding-top: 5px;
}
div.subnav a {
	color: #FFF;
	font-size: 0.9em;
	margin: 0 5px;
	text-decoration: none;
}
div.subnav a:hover {
	text-decoration: underline;
}
div.subnav a.active {
	font-weight: bold;
}
div.footer {
	clear: both;
	padding-top: 3em;
	text-align: center;
	font-size: 0.8em;
	color: #555;
}
div.footer a {
	color: #555;
	text-decoration: none;
}
div.footer a:hover {
	text-decoration: underline;
}
div.footer p {
	padding: 1em 0;
}
div.footer p.links {
	border-bottom: 5px solid #00703C;
}
