html, body {
  background-color: #FFFFFF;
  color: #333333;
  font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
  line-height: 18px;
  margin: 0;
  padding: 0;
  text-align: center;
}

a {
  color: #000000;
  text-decoration: underline;
}

a:hover {
  color: #003816;
}

a img {
  border: 0;
}

table.wrapper {
  margin: 0 auto;
  text-align: left;
  width: 989px;
}

td.side_bar {
  vertical-align: top;
  width: 150px;
}

img#logo {
  display: hidden;
  position: absolute;
  top: 0;
  z-index:1000;
}

td.header {
  background: #9AAFA5 url('images/background_top.png') top left repeat-x;
  height: 60px;
  text-align: right;
}

h1 {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 0;
  margin: 10px 5px 0 0;
}

h1 a {
  text-decoration: none;
}

td.header p {
  margin: 5px;
}

td.left_strip {
  background: #EDEDED url('images/background_contentleft.png') top left repeat-y;
  width: 64px;
}

td.slideshow, td.slideshow object {
  height: 175px;
  width: 625px;
}

div#clock {
  color: #000000;
  margin: 35px 0 0 50px;
  position: absolute;
  z-index:1000;
}

td.navigation {
  background-color: #EDEDED;
  text-align: right;
  height: 20px;
  width: 625px;
}

td.navigation table {
  margin: 0 0 0 auto;
  width: 600px;
}

td.navigation table a {
  color: #000000;
  display: block;
  font-weight: bold;
  height: 18px;
  text-align: center;
  text-decoration: none;
}

td.navigation table a.selected, td.navigation table a:hover {
  background: #003816;
  color: #FFFFFF;
}

td.content {
  background-color: #EDEDED;
  padding: 0 10px 10px 10px;
}

td.footer {
  background-color: #EDEDED;
  font-size: 10px;
  padding: 0 4px 4px 0;
  text-align: right;
}

td.footer a {
  color: #000000;
  text-decoration: none;
}

h2
{
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 0;
	margin: 30px 5px 10px 0;
}

h3
{
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 0;
	margin: 30px 5px 10px 0;
}

td
{
	font-size: 12px;
}


div.event
{
	width: 140px;
	text-align: left;
	
	margin: 20px 0 10px 0;
}

div.event .etop
{
	width: 140px;
	height: 20px;
	padding: 0;
	margin: 0;
	
	background: #ffffff url(images/event_top.gif) top left no-repeat;
}

div.event h3
{
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 15px;
}

div.event a, div.event a:hover, div.event a:active, div.event a:visited
{
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

div.event p
{
	font-size: 11px;
	padding: 0;
	margin: 6px 0 0 0;
}

div.event .econtent
{
	padding: 0 6px 0 6px;
	margin: 0;
	background: #ffffff url(images/event_content.gif) top left repeat-y;
}

div.event .econtent h3 {
  color: #006600;
}

div.event .ebot
{
	width: 140px;
	height: 20px;
	padding: 0;
	margin: 0;
	
	background: #ffffff url(images/event_bot.gif) top left no-repeat;
}

.bold {
  font-weight: bold;
}

.highlighter {
  color: #006600;
  font-weight: bold;
}

li {
  padding-bottom: 6px;
}

