/* CSS Document */
.content {
	width: 615px;
	height: 200px;
	margin-left: -200px;
	left: 50%;
	padding-top: 13px;
	top: 397px;
}
.title {
	width: 615px;
	margin-left: -200px;
	left: 50%;
	top: 350px;
}
#subnav {
	top: 352px;
	position: absolute;
	z-index: 4;
	left: 50%;
	margin-left: -440px;
	width: 226px;
	height: 456px;
	background-image: url(graphics/hLine.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 0px;
}
#subnav strong {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	padding-top: 14px;
	padding-bottom: 0px;
	padding-left: 10px;
	display: block;
	height: 22px;
}

#subnav ul {
	list-style-type: none;
	list-style-image: none;
	padding: 0px;
	margin: 0px;
}
#subnav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #477321;
	text-decoration: none;
	height: 26px;
	width: 205px;
	padding-top: 10px;
	padding-left: 20px;
	display: block;
	background-image: url(graphics/SubNavBG.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#subnav a:hover {
	background-image: url(graphics/SubNavBG_over.gif);
}
#subnav .SubNavBotton {
	background-image: url(graphics/SubNavBottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 8px;
	width: 225px;
}
