body {
	padding:0;
	font: 0.88em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#796d65;
	background: url(../images/bg_paper.png) repeat;
	}
a:link, a:visited {
	color: #168cbc;
	text-decoration: none;
} 
a:hover {
	color: #385e70;
	text-decoration: underline;
}
a:active {
	color: #796d65;
	text-decoration: none;
}
.rightcolumn {
	margin-right: 12px;
	margin-left: 12px;
}

.main {
	width: 961px;
	background-color: #FFFFFF;
	position: relative;
	float: left;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #796d65;
	border-bottom-color: #796d65;
	border-left-color: #796d65;
}
.header {
	margin: auto;
	width: 965px;
	height: 137px;
	background: #57584F;
}
.feature {
	margin: auto;
	width: 965px;
}
.left_head {
	float: left;
	width: 528px;
}
.secondhead {
	font-size: 24px;
}
.spacer {
	width: 963px;
	background-color: #FFFFFF;
	position: relative;
	float: left;
	border-right-width: 1pt;
	border-left-width: 1pt;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #00709E;
	border-left-color: #00709E;
}
.right_head {
	float: right;
	width: 100px;
}
.navigation {
	margin: auto;
	width: 965px;
	background: #796d65;
	height: 28px;
}
#nav {
	padding: 0;
	margin: auto;
	list-style: none;
	z-index: 1;
}
#nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	z-index: 1;
}
#nav ul a {
	display: block;
	height: 28px;
	line-height: 28px;
	text-align: center;
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.81em;
	font-weight: bold;
	background: #796d65;
	color: #FFFFFF;
}
#nav ul a:hover {
	cursor: pointer;
	background-color: #57584F;
	background-position:100% -36px;
	color: #FFFFFF;	
}
#nav li {
	float: left;
	width: 140px;
}
#nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
}
#nav li ul li a {
	border-bottom: 1px solid #57584F;
	font-size: .7em;
	background-image: none;
	opacity: 0.9;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}
.rightline {
	border-right: 1px solid #57584F;
}
.topline {
	border-top: 1px solid #57584F;
}
.toprightline {
	border-right: .5px solid #57584F;
	border-top: .5px solid #57584F;
}
.boxsub {
	background-color: #efedd9;
}

