* { margin:0; padding:0 }
div { margin:0; padding:0 }
BODY {
	font-size: 12px/1.25em;
	background: #292420 url(../images/bg.gif) top repeat-x;
	font-family: arial, sans-serif;
	color: #1E1813;
}
.wrapper { width:700px; margin: 0 auto }
.header { width:700px; height:100px; background: #292420 url(../images/header-bg.gif) repeat-x; color:#fff; clear:both; }
.topNav { width:700px; height:37px; background:#292420; clear:both; display:block }
.footer { 
	background: #161616 url(../images/footer-bg.gif) repeat-x; 
	color:#fff; 
	font-size:90%; 
	text-align:right; 
	padding:7px 20px 0 0; 
	height:23px 
}
.footer a { color:#fff; text-decoration:none }
.footer a:hover { color:#ED661F; text-decoration:none }
.copyRight { font-size:80%; padding-top:5px; color:#fff }

/* LINK AND TEXT STYLES */
a { color:#2080A0; text-decoration:underline }
a:hover  { color: #AA4A1B } 
.sm { font-size:90% }
.eventsTitle { color:#4F1304; font-weight:bold; background: url(../images/arrow.gif) center left no-repeat; padding:0 0 1px 15px }
.darkBg { background:#161616; color:#fff }
.darkBg a { color:#fff; text-decoration:none }
.darkBg a:hover { color:#B2D215; text-decoration:underline }
.featured { list-style:none }
.featured ul { list-style:none }
.featured li { background: url(../images/arrow.gif) center left no-repeat; padding:0 0 1px 15px }
.ltLink a { color:#fff }
/* END LINK AND TEXT STYLES */

.left { float:left; position: relative }
.right { float: right; position:relative }
.btMargin { margin-bottom:10px }
.interiorLt { background:#76757E url(../images/left-nav-bg.gif) center repeat-y; width:700px; overflow:hidden }
.interiorBox { width:425px; margin:15px auto }
.box { width:400px; margin:15px auto }
.whiteBg { background:#FEFCEA; height:100%; width:700px; overflow:hidden }
.currentEvents { padding:14px 14px 20px 14px; background:#FEFCEA; border-left:1px solid #605E27; font-size:90% }

/* CHANGE BOTTOM MARGIN SETTING FOR ADDITIONAL SPACE, LESS SPACE, OR REFINED ALIGNMENT BETWEEN ITEMS */
.cellBox { width:100%; margin:0 0 15px 0; overflow: hidden  } 
/* END CELL NOTE*/
.cellBox img, .pic { border:1px solid #505059; float:left; margin:0 8px 0 0 }
.cellBoxLeft img, .pic { border:0px solid #505059; float:left; margin:0 8px 0 0 }
.picBorder { border-top:1px solid #410101; }
.bannerContainer { height:198px; clear:both }
.cellStaff { width:100%; margin:0 0 20px 0; overflow:hidden } 
.staffBorder { border:0px solid #505059; float:left; margin:0 10px 0 0 }
.rtBorder { background: url(../images/b-div.gif) right no-repeat; padding:0 2px 0 0 }
.form { 
	border:1px solid #333; 
	height:15px; 
	width:115px; 
	background: url(../images/input-bg.gif) repeat-x; 
	font-size:90%;
	padding:2px 0 0 5px
}
.clear { clear:both }
.spacer { height:5px; clear:both }


/* ADDED*/

h3	
	{/* center headings */
		font-size: 14px;
		color: #94AA74;
		letter-spacing: 1px;
		margin: 10px;
		border-bottom-color: Green;
		border-bottom-style: dotted;
		border-bottom-width: thin;
		display: block;
		/*padding top  right bottom left*/
	}

h2	
	{
		font-size: 14px;
		color: #94AA74;
		text-align:right;
		/*border-bottom: 1px solid #C68263;*/
		margin-right: 10px;
		margin-left: 10px;
	}


h4	
	{
		font-size: 12px;
		border-bottom: 1px solid #C68263;
	padding:10px 0 0 0
		/*padding top  right bottom left*/
	}
	

img.floatLeft { 
    float: left; 
    margin: 4px; 
}
img.floatRight { 
    float: right; 
    margin: 4px; 
}
	
	
	