body {
	margin: 0;
	margin-top: 5px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a {
  color: black;
  border-bottom-style: dotted;
  border-bottom-color: maroon;
  border-bottom-width: 1px;
  text-decoration: none;
}
a:hover {
  color: black;
  border-bottom-style: dotted;
  border-bottom-color: maroon;
  border-bottom-width: 2px;
}
}
h1 {
	color: #8E781E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;padding-top:3px;padding-bottom:3px;
}

h2 {
	color: #49401F;font-family: "MS Sans Serif", Geneva, sans-serif;font-size:12px;
}

h3 {
	margin-bottom: 0px;
}

h3 span {
	display: none;
}

hr{
  height: 1px;
  border-top: #999999 dashed 1px;
  border-bottom: none;
  color: #FFFFFF;
  background-color: #FFFFFF;
  margin-bottom: 0.7em;
}
#bg {
  position: absolute;
  width: 100%;
  margin-right: -15px; /*IE Mac Hack*/
}
#main {
  position: absolute;
  z-index: 10;
  width: 100%;
  text-align: center;
  margin-right: -15px /*IE Mac Hack*/
}
#topBorder {
  margin: 0px auto;
  width: 770px;
  height: 15px;
  border: 0px;
  background: #FFFFFF;
  background: url(../img/shadow_top.png);
}
#leftBorder { 	
  background: url(../img/shadow_border_left_mini.png) top left repeat-y;
  padding-left: 16px;
  width: 754px;
  margin: 0px auto;
}
#rightBorder { 	
  background: url(../img/shadow_border_right_mini.png) top right repeat-y;
  padding-right: 16px;
}
#bottomBorder {
  margin: 0px auto;
  width: 770px;
  height: 16px;
  background: url(../img/shadow_bottom.png);
}
#white {
  position: relative;
  padding: 0px 10px 10px 10px;
  background: #FFFFFF;
  text-align: left;
}
#header {
  position: relative;
  margin-bottom: 5px; /* was 25px */
}
#audioplayer {
	font-size:12px; 
	color: #FFFFFF; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: bold;
	text-align:center;
}
#mainNav {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width:716px; /* DH */
  border: 1px solid #818181;
  background: #000000;
  font-size: 10pt;
  height: 18px;
  line-height: 18px;
  color: #FFFFFF;
  text-align: left;
  margin-right: -15px; /*IE Mac Hack*/
}
#mainNav div {
  float: left;
  height: 18px;
  border-right: 1px solid #333333;
  padding: 0 10px;
  font-family: verdana, arial, sans-serif;
  font-weight: bold;
  font-size: .75em;
  cursor: pointer;
}
a.sliderHeader {
  font-family: serif;
  font-weight: bold;
  font-size: 1.3em;
  color: maroon;
	text-decoration: none;
  border-bottom-style: hidden;
  border-bottom-width: 0px;
}
a.sliderHeader:hover {
  font-family: serif;
  font-weight: bold;
  font-size: 1.3em;
  color: maroon;
	text-decoration: none;
  border-bottom-style: dashed;
  border-bottom-width: 1px;
}
.mainHeader {
  font-family: serif;
  font-weight: bold;
  font-size: 2.3em;
  color: maroon;
	text-decoration: none;
}
.mediumHeader {
  font-family: serif;
  font-weight: bold;
  font-size: 1.3em;
  color: maroon;
	text-decoration: none;
}
.miniHeader {
  font-weight: bold;
}
.testimonialQuote {
  font-family: serif;
  font-size: 1.2em;
  color: #666666;
	text-decoration: none;
}
.testimonialQuotations {
  font-family: serif;
  font-weight: bold;
  font-size: 2.0em;
  color: #CCCCCC;
	text-decoration: none;
}
.testimonialSignature {
  font-family: serif;
  font-weight: bold;
  font-size: 1.3em;
  color: #999999;
	text-decoration: none;
}
.eventsDate {
  font-family: serif;
  font-size: 1.3em;
  color: maroon;
	text-decoration: none;
}
.pictureLink {
  border: 1px solid #000000;
}
.unselectedNav {
  color: #FFFFFF;
}
.selectedNav {
  color: #CCCCCC;
}
.border {
  border: 1px solid #000;
}
/* IE Hacks */
* html #topBorder { width: 750px; background: url(../img/ie_top.png) no-repeat; font-size: 1px; }
* html #leftBorder { width: 744px; padding-left: 6px; background: url(../img/ie_border_left.png); }
* html #rightBorder { padding-right: 6px; background: url(../img/ie_border_right.png); }
* html #bottomBorder { width: 750px; height: 6px; background: url(../img/ie_bottom.png) no-repeat; }
* html #headerstripe { height: 20px; }
* html #mainNav { height: 18px; }

