@charset "UTF-8";
/* CSS Document */
body	{
	background-color:#c8bb89;
	background-attachment:fixed;
	background-position:center;
}
a:link, a:visited	{
	color: #00693C;
	text-decoration:none;
}
a:hover	{
	color: #000000;
	text-decoration:none;
}
#mainbody ul 	{
	list-style:square;
	margin-left: 20px;
	margin-bottom: 10px;
}
#spread	{
	width:955px;
	margin-left: auto;
	margin-right: auto;
}
#container	{
	background-color:#ffffff;
	border: 0px solid #000000;
}
#header	{
	height: 88px;
	padding: 25px;
}
#logo	{
	width: 150px;
	float:left;
}
#topheader	{
	float:right;
	width: 720px;
	color: #AC8C18;
}
#headerleft	{
	float: right;
	padding-top:50px;
	color: #AC8C18;
	font-size:18px;
	font-style:italic;
	padding-top: 5px;
}
#headerright	{
	float: right;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
}
#headerright a:link, #headerright a:visited	{
	color: #AC8C18;
	text-decoration:none;
}
#headerright a:hover	{
	color: #00703C;
}
#navigation	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color: #00693C;
	position:relative;
	height: 25px;
	text-align:center;
}
#navigation ul	{
	width: 955px;
}
#navigation ul	li{
	list-style-type:none;
	display:inline;
	float:left;
	border-right: 2px solid #ffffff;
	background-color: #00693C;
	line-height: 25px;
}
#navigation ul li:hover, #navigation ul li.selected	{
	background-color: #76988f;
}
#navigation a { padding: 3px 20px; }

#navigation a:link, #navigation a:visited
{
color: #fff;
text-decoration: none;
}height

#navigation a:hover
{
color: #fff;
background-color: #369;
text-decoration: none;
}

#cover	{
	height: 285px;
	border-top: 2px solid #ffffff;
	margin-bottom: 25px;
}
#subnav	{
	width:267px;
	float:left;
	background-color: #D6E0DD;
	height: 235px;
	padding: 25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 16px;
}
#subnav p.cover-subnav-header	{
	font-size:16px;
	line-height: 18px;
	margin-bottom: 20px;
	font-family:"Times New Roman", Times, serif;
}
#subnav a:link, #subnav a:visited	{
	color: #00693C;
	text-decoration:none;
}
#subnav a:hover	{
}
#coverimage	{
	float: right;
}
#mainbody	{
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
	padding-bottom: 25px;
}
#mainbody p	{
	margin-bottom: 10px;
}
#col1	{
	float:left;
	width: 267px;
	padding: 0 25px;
	border-right: 1px solid #b6985e;
	font-size: 12px;
	line-height: 16px;
	height: 600px;
}
#col1 table tbody tr td a {
	line-height: 15px;
}
#col2	{
	float: left;
	width: 287px;
	padding: 0 15px;
	border-right: 1px solid #b6985e;
	font-size: 12px;
	line-height: 16px;
	height: 600px;
}
#col3	{
	float: right;
	width: 287px;
	padding: 0 15px;
	font-size: 12px;
	line-height: 16px;
	height: 600px;
}
#leftbody	{
	float:left;
	width:137px;
	padding: 25px;
	font-size:12px;
	line-height: 17px;
}
#rightbody	{
	float:right;
	width: 600px;
	padding-top: 23px;
	font-size: 12px;
	line-height: 20px;
	padding-right: 140px;
	padding-bottom: 25px;
}
#footer	{
	font-size: 10px;
	padding: 10px 25px 10px 25px;
	font-family:Arial, Helvetica, sans-serif;
}
#footerleft	{
	float:left;
}
#footerright	{
	float:right;
}
#footerright a:link, #footerright a:visited	{
	color: #00693C;
	text-decoration:none;
}
#footerright a:visited	{
	color: #000000;
	text-decoration:none;
}
.header	{
	font-family:"Times New Roman", Times, serif;
	font-size:24px;
	color: #00693C;
	margin-bottom: 25px;
	line-height: 20px;
}

.lsheader	{
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	color: #00693C;
	margin-top: 10px;
	line-height: 25px;
}
p.listheader	{
	color: #AC8C18;
	font-weight:bold;
	margin-bottom: 5px;
	
}
p.subheader	{
	color: #AC8C18;
	font-weight:bold;
	font-size:13px;
	
}
.clear	{
	clear:both;
}
