
/* commented backslash hack v2 \*/ 
html, body{height:100%;padding:0} 
* html, * html body{
	overflow:hidden;
	padding:50px 0;
	margin:-50px 0;
	padd\ing:0;
	ma\rgin:0;
}
* html #outer { 
	overflow:auto;
	height:99.9%;
	voice-family: "\"}\""; voice-family:inherit; 
}
* html #contain-all{
	position:absolute;
	overflow-y:scroll;
	width:100%;
	height:100%;
	z-index:1;
	
}
/* end hack */ 

#top-bar{
	position:absolute;/* ie6 will treat this as fixed because of a bug where overflow:auto is set on a parent */
	top:0px;
	left:0px;
	height:220px;
	width:100%;
	margin:0;
	padding:0;
	z-index: 999;
	overflow:hidden;
	}
	
#topbar-inner{
	height:67px;
	background-color: white;
	/*background-image: url(images/top.gif);*/
	padding-top: 10px;
}

#footer-inner{
	height:28px;
	color:white;	
	background-color: #5E5332;
	font-family: Arial, Verdana;
	font-size: 12px;
	font-weight: bold;
	padding-top: 5px;
	text-align: center;
}
/* mac hide - reduce page to allow the scrollbar to remain visible \*/
* html #topbar-inner,* html #footer-inner {margin-right:17px;}
/* end hide*/

#footer{
	position:absolute;
	bottom:0;
	width:100%;
	height:28px;
	z-index:999;
}
.spacer {height:83px}/* same height as footer/header to preserve space*/
p{margin-top:0}
html>body #top-bar,html>body #footer{position:fixed}/* for moz/opera and others*/

.logo{
	padding-left: 50px;
	width: 295px;
}

/*====left nav==*/

.left{
	width: 210px;
}

.leftnav{
	background-color: white;
	width: 156px;
	background-image: url(images/leftnav_bg.jpg);
	background-repeat: repeat-x;
	background-color: #665C39;
}

.leftnav_side{
	width: 4px;
	padding: 0px;
	margin: 0px;
	border: 0px;
}

.leftnav_bottop{
	height: 4px;
	padding: 0px;
	margin: 0px;
	border: 0px;
}

.left_nav{
	padding: 10px;
}

.left_nav a{
	text-decoration: none;
	color: #D9D2B6;
	font-family: Arial, Verdana;
	font-size: 12px;
	font-weight: bold;	
}

.left_nav a:hover{
	color: #fff;
	}
	
/*==main==*/
.main{
	padding-left: 10px;
	padding-top: 15px;
	color: #663300;
	font-family: Arial, Trebuchet MS;
	font-size: 12px;
}

.main p{
	color: #663300;
}

.sectiontitle{
	font-family: Trebuchet MS;
	font-size: 23px;
	/*width: 50%;*/
	color: #70633C;
}

.sectiontitle2{
	font-family: Trebuchet MS;
	font-size: 18px;
	color: #70633C;
}

.sectiontitle3{
	font-family: Trebuchet MS;
	font-size: 20px;
	color: #603913;
}

.line{
	background-image: url(images/line.gif);
	background-repeat: repeat-x;
	background-position: center;
}

.line2{
	background-image: url(images/line2.gif);
	background-repeat: repeat-x;
	background-position: center;
}

.main_content{
	padding: 15px;
}

.more{
	color: #70633C;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Trebuchet MS;
}

.main_content ul{
	list-style-image: url(images/bullet.gif);
	margin: 0px;
	padding-left: 20px;
	color: #663300;
	font-weight: 12px;
}

.main_content li{
	padding-bottom: 10px;
}

.main_content ul li a{
	color: #663300;
	font-weight: bold;
	text-decoration: none;
}

.main_content ul li a:hover{
	text-decoration: underline;
}

.home_bottom{
	background-image: url(images/home_bottom_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #BFB695;
	padding: 5px;
	border: 1px solid #847A59;
}

td{
	font-size: 12px;
	color: #663300;
}

/*===nav==*/
.nav{
	color: #598527;
	font-family: Arial, Trebuchet MS;
	font-size: 11px;
	font-weight: bold;
	padding: 10px;
}

.nav a{
	color: #598527;
	text-decoration: none;	
}

.nav a:hover{
	color: #663300;
}

/*sample*/

.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height: 18px;
z-index: 100;
background-color: #F8F3D5;
width: 235px;
}

.anylinkcss a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
color:#705907;
font:normal 12px Arial;
font-weight:bold;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: black;
color: white;
}