@charset "utf-8";
/* CSS Document */

body
{
	background-color:#fff;
	font-family:Verdana, Geneva, sans-serif;
	line-height:18px;
	margin-top:0px;
}

.main
{
	margin:0px auto;
	width:940px;
}

div.header
{
	width:923px;
	height:160px; 
	background-color:#fff;
	border-right-width: 17px;
	border-right-style: solid;
	border-right-color: #dedad3;
	font-size:14px;
}
	
.text_panel
{
	background-color:#fff;
	width:540px;
	padding-left:20px;
	padding-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #5c4425;
	font-size:14px;
	position: relative;
}

div.flashbar
{
	width:940px;
	height: 224px;
	margin:0px;
}

.inner_content
{
	background-color:#fff;
	margin-left:0px;
	margin-right:0px;
	padding-top:20px;
	padding-bottom:15px;
	padding-right:80px;
	padding-left:20px;
	border-top-width: 0px;
	border-right-width: 17px;
	border-bottom-width: 17px;
	border-left-width: 17px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #dedad3;
	border-bottom-color: #dedad3;
	border-left-color: #dedad3;
	width: 805px;
	font-family: Arial, Helvetica, sans-serif;
	color: #5c4425;
	font-size:14px;
}
	
.nav
{
	width:890px;
	position:absolute;
	top:0;
	left:auto;
	margin-top:130px;
	margin-left:310px;
}

#navBox {
	width: 236px;
	height:220px;
	padding:15px;
	float:left
}
.SubNavButton {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #666;
	font-size: 14px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #dedad3;
	margin-bottom: 10px;
	padding-bottom: 5px;
	
}	

h1 {
	font-size: 18px;
	font-weight: normal;
}

h2#top-logo {
	margin:0;
	padding:0;
	width:309px;
	height:160px;
	text-indent:-9999px;
	background:transparent url(/images/logo.jpg) 0 0 no-repeat;
}

a {
	color: #5c4425;
	text-decoration: none;
}
a:hover {
	color: #DFDAD2;
}
	
.nav a {
	margin:0 5px;
}

