body {
	height: auto;
	margin: 0px 0 0 0;
	padding: 0;
	font-family: "Times New Roman", Times, serif;
	font-size:12px;
	background-color:#f6efdc;
	color:#000000;
	background-image:url(../images/leafyBG.jpg);background-position:top;background-repeat:repeat-x;
}

div{margin:0;padding: 0;}


#wrapper{
	width: 864px;
	margin:0px auto;
	overflow:show;
	padding:0;
	background-image:url(../images/mainBG.gif);background-position:top;background-repeat:repeat-y;
	border-bottom:1px solid #5a8263;
}


/* Main Nav Div */
#NavDiv{
	width: 864px;
	display: block;
	/*float: left;*/
	margin: 0 0 125px 0;
	padding: 1px 0 0 0;
	height: 25px;
}


#mainBody{
	position: relative;
	margin: 0 auto;
	width: 864px;
	height: auto;
	clear: both;
	display: block;
	background-image:url(../images/logo_address.gif);background-position:top left;background-repeat:no-repeat;}



#copyDiv{
	display: block;
	width: 100%;
	float: left;
	height: auto;
	margin:0px;
	padding:0;
}

/* Left Column */
#leftDiv{
	width: 175px;
	float: left;
	padding:0px;
	margin:100px 0 0 30px;
	color:#000000;
}

#leftDiv a:hover {opacity:0.6;filter:alpha(opacity=60)}



#FooterLinks {
	color:#4d4d4d;
	text-align:left;
	font: 12px "Times New Roman", Times, serif;
	padding:20px 0 10px 30px;
	clear: both;
	width: 864px;
	
}

#FooterLinks a {color:#c39000; text-decoration:none;font-weight:normal;}
#FooterLinks a:hover {color:#375b3f;text-decoration:none;font-weight:normal;}

/* Main Body Copy Styles */

#textDiv{
	float: right;
	width: 600px;
	margin:0 21px 0 0;
	padding:15px;
	background-image:url(../images/bodyBG.gif);background-position:top right;background-repeat:repeat-y;
}

#copyDiv ul, li {display:inherit;z-index:0;}

p {font:12px "Times New Roman", Times, serif; color:#000000;line-height:20px;}
h1 {color:#345349; font: 20px "Times New Roman", Times, serif; font-weight:normal; text-transform:uppercase;}
h2 {color:#517a45; font:18px "Times New Roman", Times, serif; font-weight:bold; letter-spacing:1px;}
h3 {color:#76560a; font:16px "Times New Roman", Times, serif; font-weight:bold; margin:0px; padding:0px;}
h4 {font: 12px  "Times New Roman", Times, serif; font-weight:bold; color:#717171;}
a {color:#b38208; text-decoration:none;font-weight:bold;}
a:hover {color:#668c6f;text-decoration:none;font-weight:bold;}


#copyDiv li {font:12px  "Times New Roman", Times, serif; color:#000000;padding-bottom:5px; list-style:disc;}

.imgLeft {float:left;margin-right:15px;}
.imgRight {float:right;margin-left:15px;}
.imgBorder {border:2px solid #c3b770;}
