#nav {
	position: absolute;
	top: 200px;
	left: 61px;
	width: 881px;
	height: 39px;
	background : url(../images/pnback.gif);
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	visibility: visible;
}

#plaintext {
	position: absolute;
	top: 13px;
	left: 61px;
	width: 880px;
	visibility: visible;
	height: 36px;
}

#plaintext a {
	color: #c0c0c0;
	text-decoration: none;
}

#logo {
	position: absolute;
	top: 41px;
	left: 61px;
	width: 881px;
	height: 160px;
	background : url(/images/logo.jpg);
	background-image: url(images/logo.jpg);
	overflow: visible;
	visibility: visible;

}

#nav a {
	display: block;
	width: 110px;
	height: 40px;
	float: left;
	text-align: center;
	text-decoration : none;
	text-transform : uppercase;
	line-height : 36px;
	padding: 0px;
	margin: 0px;
	color: #ffffff;
	background : url(../images/pnbutton.gif);
	font-weight : bold;
	font-size : 10px;
}

#nav a.active {
	background : url(../images/pnbuttona.gif) !important;
}

#nav a:hover {
	color: #609523;
	background : url(../images/pnbuttonh.gif);
}

#content {
	position: absolute;
	top: 240px;
	left: 234px;
	width: 473px;
	background : url(../images/pcback.gif);
	background-repeat : no-repeat;
	padding: 10px 40px 10px 20px;
	height: 595px;
	visibility: visible;
}

#subnav {
	position: absolute;
	top: 241px;
	left: 57px;
	width: 138px;
	height: 573px;
	background : url(../images/psback.gif) no-repeat;
	padding: 10px 40px 10px 0px;
	visibility: visible;
	overflow: visible;
}

#subnav a {
	display: block;
	text-decoration : none;
	text-transform : uppercase;
	margin: 0px;
	color: #535353;
	font-size : 90%;
	background : url(../images/pbull.gif) no-repeat;
	padding: 2px 0px 4px 15px;
}

#subnav a.active {
	font-weight: bold;	
	color: #609523;
}

#subnav a:hover {
	font-weight: 400;
	right: auto;
}


#sidebar {
	position: absolute;
	top: 240px;
	left: 759px;
	width: 183px;
	padding-top: 10px;
	height: 602px;
	visibility: visible;
}

form.search {
	padding: 0px;
	margin: 20px 0px 20px 0px;
}

form.search input {
	margin: 0px;
	vertical-align : middle;
}

input.search {
	border : 1px solid #C0C0C0;
	width: 118px;
	padding: 2px;
	color: #609523;
	font-size: 10px;
}
