@charset "utf-8";
/* CSS Document */

body
{
	background-image:url(images/page-bg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	background-color:#b6da93;
	margin:0 auto 0 auto;
	behavior:url(/csshover.htc);
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
	color:#6b3b03;
}

div#page
{
	width:947px;
	width:947px !important;
	height:auto;
	margin:0 auto 0 auto;
}

div#left
{
	width:700px;
	float:left;
	margin:0px;
	padding:0px;
}

div#leftSection
{
	width:700px;
	float:left;
	margin:0px;
	padding:0px;
	background-color:white;
	background-image:url(images/leftBG_03.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
}

div#header
{
	width:700px;
	float:left;
	height:165px;
}

div#contentContainer
{
	width:700px;
	float:left;
}

div#leftNav
{
	width:142px;
	float:left;
}

div#leftNavTop
{
	width:142px;
	float:left;
	background-image:url(images/catHeader.jpg);
	height:15px;
	background-repeat:no-repeat;
}

div#leftNavBottom
{
	width:142px;
	float:left;
	background-image:url(images/layout-949_31.jpg);
	height:78px;
	background-repeat:no-repeat;
}

div#leftNavContent
{
	width:130px;
	float:left;
	padding-left:8px;
	padding-right:4px;
	color:#6b3b03;
	background-image:url(images/leftnavRepeater_17.jpg);
	background-repeat:repeat-y;
}

div#leftNavContent ul
{
	margin:0px;
	padding:0px;
	list-style-type:none;
}

div#leftNavContent ul li
{
	width:142px;
	height:27px;
	background-repeat:no-repeat;
}

div#leftNavContent ul li a, div#leftNavContent ul li a:visited
{
	color:#6b3b03;
	text-decoration:none;
	font-weight:bold;
}

div#leftNavContent ul li a:hover, div#leftNavContent ul li a:active
{
	color:#87a569;
	text-decoration:none;
	font-weight:bold;
}

div#leftNavSubCat
{
	width:142px;
	float:left;
	color:#6b3b03;
	text-align:right;
}

div#leftNavSubCat ul
{
	margin:0px;
	padding:0px;
	list-style-type:none;
}

div#leftNavSubCat ul li
{
	background-image:url(images/subHeaderTab.jpg);
	width:137px;
	height:27px;
	background-repeat:no-repeat;
	padding-right:5px;
}

div#leftNavSubCat ul li a, div#leftNavSubCat ul li a:visited
{
	color:#6b3b03;
	text-decoration:none;
	font-weight:bold;
}

div#leftNavSubCat ul li a:hover, div#leftNavSubCat ul li a:active
{
	color:#87a569;
	text-decoration:none;
	font-weight:bold;
}

div#text
{
	width:515px;
	padding:15px;
	float:left;
}



div#rightColumn
{
	width:247px;
	float:left;
	margin:0px;
	padding:0px;
	margin-top:45px;
}

div#rightTop
{
	width:247px;
	float:left;
	height:19px;
	background-image:url(images/rightColumnTop_03.png);
	background-repeat:no-repeat;
}

div#rightBottom
{
	width:247px;
	float:left;
	height:19px;
	background-image:url(images/rightColumnBottom.png);
	background-repeat:no-repeat;
}

div#rightContent
{
	width:223px;
	float:left;
	background-image:url(images/rightColumnRepeater.jpg);
	background-repeat:repeat-y;
	color:#a8924e;
	font-weight:bold;
	font-size:12px;
	padding-left:23px;
}

div#buttons
{
	width:208px;
	float:left;
	padding-top:5px;
	padding-bottom:5px;
}

div#footer
{
	width:700px;
	float:left;
	color:#fff;
	font-size:11px;
	padding-top:20px;
	padding-bottom:15px;
}

div#footer a, div#footer a:visited, div#footer a:hover, div#footer a:active
{
	color:#ffffff;
	text-decoration:underline;
	font-weight:normal;
	font-size:11px;
}


h1
{
	color:#87a569;
	margin:0px;
	padding:0px;
	padding-bottom:12px;
	padding-top:3px;
	font-weight:bold;
	font-size:24px;
}

h2
{
	font-size:18px;
	margin:0px;
	padding:0px;
	padding-bottom:5px;
	font-weight:bold;
	color:#95bb71;
}

h2 a, h2 a:visited
{
	font-size:18px;
	margin:0px;
	padding:0px;
	padding-bottom:5px;
	font-weight:bold;
	color:#87a569;
}

h2 a:hover, h2 a:active
{
	font-size:18px;
	margin:0px;
	padding:0px;
	padding-bottom:5px;
	font-weight:bold;
	color:#6b3b03;
}


p
{
	margin:0px;
	padding:0px;
	padding-bottom:10px;
}
hr
{
	color:#a8924e;
	background-color:#a8924e;
	border-style:dotted;
	height:2px;
}

a, a:visited
{
	color:#6b3b03;
	text-decoration:none;
	font-weight:bold;
}

a:hover, a:active
{
	color:#87a569;
	text-decoration:none;
	font-weight:bold;
}




