body{
	background-color:#b3b6a3;
	background-image:url(images/main_bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	margin:0em;
	padding:0em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:.7em;
}

a, a:visited{
	color:#656f16;
	text-decoration:none;
}

a:hover{
	color:#656f16;
	text-decoration:underline;
}

p{
	margin:0em;
	padding:.3em;
}

h1{
	font-size:16px;
	color:#656f16;
	margin:0em;
	padding:.3em 0em .5em 0em;
	font-weight:normal;
}

form{
	margin:0em;
	padding:0em;
}

input{
	font-size:10px;
	}

.clear{
	clear:both;
}

.inputHt{
	height:12px;
	}
/* ---------------------body container--------------------------------*/

.mncontainer{
	border:1px solid #ffffff; 
	width:783px; 
	margin:0 auto;
	 }
/*----------------------- Header ----------------------------------*/

#header{
	background-image:url(images/header.jpg);
	background-position:top;
	background-repeat:no-repeat;
	width:783px;
	height:151px;
	margin:auto;
}

.topHeaderLink{
	margin:9em 1em 0em 0em;
	color:#656f16;
	width:150px;
	float:right;
	text-align:right;
	font-size:110%;
}

.topHeaderLink a, .topHeaderLink a:visited{
	color:#656f16;
	text-decoration:none;
}

.topHeaderLink a:hover{
	color:#656f16;
	text-decoration:underline;
}

#bodyMenuWrapper{
	margin:auto;
	width:762px;
}

/* ---------------------------New chrome menu ----------------------------------------*/

.chromestyle{
	font-size:90%;
	margin:.5em 0em .7em 0em;
	padding:.0em 0em .0em 0em;
	border:1px solid #ffffff;
	width:760px;
}


.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	/*content: "."; 
	display: block; */
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.chromestyle ul{
	/*border: 1px solid #BBB;*/
	width: 100%;
	background:url(images/menu_base.jpg) center center repeat-x; /*THEME CHANGE HERE*/
	padding: 4px 0;
	margin: 0;
	text-align: center; /*set value to "left", "center", or "right"*/
	color:#656F16;
}

.chromestyle ul li{
	display: inline;
	color:#605c50;
}

.chromestyle ul li a{
	color:#605c50;
	padding: 4px 25px;
	margin: 0;
	text-decoration: none;
	/*color:#656F16;*/
	/*border-right: 1px solid #DADADA;*/
}

.chromestyle ul li a:hover{
	background: url(images/menu_base.jpg) center center repeat-x; /*THEME CHANGE HERE*/
	color:#656f16;
	text-decoration:underline;
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
	content: " ";
	/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.chromestyle ul li #first{
	/*background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
	/*color:#1B69B0;*/
	color:#656F16;
	text-decoration:underline;

}

.dropmenudiv{
	position:absolute;
	top:0px;
	left:-100px;
	border: 1px solid #cccccc; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font-size:90%;
	line-height:18px;
	z-index:100;
	background-color: #EFF3DA;
	width: 100px;
	visibility: hidden;
	/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/*/
	/*color:#605c50;*/
	color:#656f16;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	/*border-bottom: 1px solid #BBB;*/ /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color:#656f16;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
	color:#656f16;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color:#D0D7B2;
}

/* ---------------------------------------------------------*/

.bodyImageRow{
	width:756px;
	background-color:#FFFFFF;
	/*padding:.2em;*/
	padding:4px 4px 3px 4px;
	margin:0em 0em .7em 0em;
	text-align:center;
}
.imageRightSpace{
	/*padding-right:.2em;*/
	padding-right:4px;
}

.bodyContent{
	border:1px solid #ffffff;
	background-color:#e7ead7;
	padding:1em;
}

.bodyContent a, .bodyContent a:visited{
	color:#000000;
	text-decoration:none;
}

.bodyLeftContent{
	width:338px;
	border-right:1px solid #b4b7a3;
	padding-right:1em;
	float:left;
	line-height:1.5em;
}
.bodyfullContent{
	width:700px;
	margin:0 auto;
	border-right:1px solid #b4b7a3;
	padding-right:1em;
	padding-left:1em;
	float:left;
	line-height:1.5em;
}
.bodyLeftContent img{
	float:right;
	margin-bottom:2.5em;
	margin-top:2.5em;
}

.borderTop{
	border-top:1px solid #b4b7a3;
	margin-top:.8em;
}

.bulletList{
	margin:1em 1em 1em 2em; 
	/*padding:0em;*/
	list-style:url(images/bullet.jpg);
}

.bulletList li{
	margin:0em;
	padding:.3em;
}

.bodyRightContent{
	margin-left:360px;
	line-height:1.5em;
	margin-top:0px;
	color:#000000;
}

.indexAddress{
	padding:.5em;
}
.readmore{
	background-image:url(images/read_more.jpg);
	background-repeat:no-repeat;
	}
.readmore:hover{
	background-image:url(images/read_more_over.jpg);
	background-repeat:no-repeat;
	}
.listl{
	 list-style-position:outside; 
	 list-style-type:disc;
	 }	
/*    footer menu  */

.menuBase{
	background-image:url(images/menu_base.jpg);
	background-repeat:repeat-x;
	background-position:left;
	border:1px solid #ffffff;
	width:760px;
	margin:.7em 0em .7em 0em;
	padding:.6em 0em .6em 0em;
	text-align:center;
	font-size:90%;
}

.menuBase a, .menuBase a:visited{
	text-decoration:none;
	color:#605c50;
}
.menuBase a:hover{
	text-decoration:underline;
	color:#656f16;
}
.menuText1{
	padding-left:0em;
}
.menuText{
	padding-left:4em;
}
.selected{
	text-decoration:underline;
	color:#656f16;
	padding-left:4em;
}
.selectedTxt{
	text-decoration:underline;
	color:#656f16;
}
/* -----------------------------*/

.lnkTxt{
	color:#656f16;
	text-decoration:none;
	}
.lnkTxt:hover{
	color:#656f16;
	text-decoration:underline;
	}
