
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #637A2E;
	background-image: url(/images/bg.gif);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	line-height: 20px;
}
  
#nav {
	position:absolute;
	left:68px;
	top:129px;
	width:160px;
	z-index:1;
	text-align: right;
	line-height: 20px;
}

#sidebar {
	position:absolute;
	left:631px;
	top:131px;
	width:160px;
	height:328px;
	z-index:3;
}

#content {
	position:absolute;
	left:250px;
	width:336px;
	z-index:2;
	top: 129px;
	margin-right: 15px;
	padding-right: 15px;
	padding-left: 15px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-top-color: #d7e4b8;
	border-right-color: #d7e4b8;
	border-bottom-color: #d7e4b8;
	border-left-color: #d7e4b8;
}

.hed, h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #324567;
	line-height: 28px;
	text-align: left;
	margin-top: 2px;
	margin-bottom: 2px;
}
a { color: #2E3915; }

.nav, .nav_sel { 
  color: #29611E;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: normal;} 
a.nav { text-decoration: none } 
a.nav:hover { text-decoration: underline } 

.subnav, .subnav_sel {
	color: #142F0F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding-right: 7px;
} 
a.subnav { text-decoration: none } 
a.subnav:hover { text-decoration: underline } 

.nav_sel, .subnav_sel {
	font-weight: bold;
}

.discl {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	line-height: 14px;
}
.subhed, h2 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #324567;
	line-height: 18px;
	text-align: left;
	margin-top: 2px;
	margin-bottom: 2px;
}
