  ul {
  padding: 0;
  margin: 0;
  list-style: none;
  clear: left;
  }
  
  li {
	float: left;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	width: 7em;
	height: 3em;
  }
li ul {
	display: none;
	position: relative;
	top: 1em;
	left: 0;
	background-color: #FFFFCC;
	width: 15em;
	
  }
  li:hover ul { display: block; 
  }

#wrapperDiv {
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 201;
}
#contentCell {
padding-top: 32px;
}body {
	background-color: #EEEBB6;
}
.white_background {
	background-color: #FFFFFF;
}
.img_space {
	padding-bottom: 5px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.text_box {
	padding: 10px;
}
.upcoming_box {
	background-color: #F1F1D3;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #336600;
}


.green_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #336600;
}

.footer_bar {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #DFDFDF;
}

.table_space {
	margin-top: 10px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #336600;
}

.white_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #C9CA56;
}
.grey_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
}
.white_small_text {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #C9CA56;
}
.navbar_background {
	background-color: #7F8E2B;
}
