/****************************/
/* Navigation - TOP OF PAGE */
/****************************/

#menu_bar {
 	height:24px;
	clear: both;
}

#menu_bar ul {
	margin-left: 0px;
	margin-top: 0px;
  	padding: 5px 3px 3px 5px;
	color: #336633;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: bold;
	text-transform: uppercase;

}

#menu_bar ul li {
	margin-left: 0px;
	display: inline;
}

#menu_bar ul li a {
  margin-left: 0px;
  padding: 3px 10px 3px 10px;
  color: #336633;
  text-decoration: none;
  float: none;
  border-right: 1px solid #fff;
  
}

#menu_bar ul li a:hover {
  background-color: #336633;
  color: #FFFFFF;
}

/****************************/
/* Text 					*/
/****************************/

#tables td {
font-family:Verdana, Arial, Helvetica, sans-serif;
color:000;
font-size:smaller;
}

#tables th {
background-color:#336633;
color:FFFFEE;
text-align:left;
}

.bodytext {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:smaller;
color:000;
}
.heading {
font-size:medium;
color:336633;
}
a {
color:#336633;
}

.eventname {
font-size:medium;
color:#336633;
}

.eventemphasis {
font-size:small;
color:#336633;
}

.separator {
border-bottom:thin;
border-bottom-color:336633;
border-bottom-style:solid;
border-bottom-width:thin;
}

/****************************/
/* Images 					*/
/****************************/

.padding {
padding:10px;
}
.valentines-background {
	background-color: #9F9;
}
.bodytext #tables0 tr th {
	background-color: #966;
}

.whitetext {
	color:#FFF;	
}

.redtext {
	color:#F00;
}