@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	color: #000000;
	background: #655140 url(images/bckg.jpg) repeat-x;
}
.bodymain #container {
	width: 875px;
	margin: 0 auto;

}
.bodymain #mainHeader{
	background: url(images/header.jpg) no-repeat top;
	height: 108px;
	}
.bodymain #mainContent {
	margin: 0 18px;
	background: #f3ebd6;
	border: #95c288 3px solid;
}
.bodymain #mainLeft {
	float: left;
	width: 210px;
	background:#5a4b3d;
	}
.bodymain #mainRight {
	float:right;
	width: 600px;
}

a:link {
	color:#67A655;
	text-decoration: none
}
a:visited {
	color:#67A655;
	text-decoration: none
}
a:hover {text-decoration: underline;}



#mainRight p{
	font: 9pt Georgia, "Times New Roman", Times, serif;
	color:#333333;
	line-height: 1.5;
}
#mainRight ul{
	font: 9pt Georgia, "Times New Roman", Times, serif;
	color:#333333;
	line-height: 2;
	list-style-type: none;
	padding: 1em 0 0 0;
	margin: 0;	
}
#mainRight li{
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .6em;
	padding-left: 2em;
}

.bodymain #mainFooter {
	background: url(images/footer.jpg) no-repeat top;
	height: 53px;
	clear: both;
	font: 8pt Verdana, Tahoma;
	color:#333333;
	padding: 10px 20px 0 0;
}


#sidelist{
	width: 210px;
}
#sidelist ul{
	list-style:none;
	margin-left: 0;
	font-size:10pt;
	padding-left: 1.8em;
	text-indent: -1em;
	line-height: 1.2;
	font:Georgia, "Times New Roman", Times;
	color: #FDF1CC;
	margin-bottom: 0px;
}
#sidelist li{
		font-size:10pt;
}

#sidelist A:link {text-decoration: none; color: #ffffff}
#sidelist A:visited {text-decoration: none; color: #ffffff}
#sidelist A:active {text-decoration: none; color: #ffffff}
#sidelist A:hover {text-decoration: underline; color: #ffffff}
#menu{
	width: 200px;
	padding: 0 0 1em 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bolder;
	font-size: 9pt;
	color: #333;
}

#menu ul{
list-style: none;
margin: 0;
padding: 0;
border: none;
text-transform: uppercase;
}

#menu li {
	border-bottom: 1px solid #c2b6ab;
	margin: 0;
}

#menu li a{
	display: block;
	padding: 6px 5px 6px 8px;
	border-left: 10px solid #79674e;
	border-right: 10px solid #9b8979;
	background-color: #8e755f;
	color: #fff;
	text-decoration: none;
	width: 100%;
}

html>body #menu li a{ /*Non IE6 width*/
width: auto;
}

#menu li a:hover{
	border-left: 10px solid #977c64;
	border-right: 10px solid #b29d8a;
	background-color: #a0856e;
	color: #FFFFFF;
}
.activebtn{
	display: block;
	padding: 6px 5px 6px 8px;
	border-left: 10px solid #ab754e;
	border-right: 10px solid #c7916a;
	background-color: #b5805a;
	color: #fff;
	text-decoration: none;
}

/** html #menu{ IE 6 only */
/*w\idth: 167px; Box model bug: 180px minus all left and right paddings for #menu 
}*/

