img.float_left {
  float: left;
  margin: 4px;
}
img.float_right {
  float: right;
  margin: 4px;
}

html {
  text-align: center;
}

body {
  text-align: center;
  width: 800px;
}

div#main {
  text-align: center;
}

table#menu {
  margin-top: 0;
  padding: 0;
}

ul#top-menu {
  list-style : none;
  text-align: right;
  margin: 0;
}

ul#top-menu li {
  display: inline;
  margin: 0 3px 0 3px;
  font-weight: bold;
}

ul#top-menu li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;	
}
ul#top-menu li a:link {
	color: #993300;
	text-decoration: none;
}
ul#top-menu li a:visited {
	color: #993300;
	text-decoration: none;
}

ul#top-menu li a:hover {
	color: #333333;
	text-decoration: underline;
}


a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}


#content {
  position: relative;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: #333333;
  letter-spacing: 1px;
  text-align: left;
}

#content h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: #38672f;
  letter-spacing: 0px;
  line-height: 18px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: dotted;
  border-left-style: none;
  border-top-color: #00FF99;
  border-right-color: #00FF99;
  border-bottom-color: #333333;
  border-left-color: #00FF99;
  border-bottom-width: 1px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 6px;
  margin-left: 0px;
  padding: 0px;
  width: 300px;
}
#content h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: #38672F;
  padding: 0px;
  margin-bottom: 5px;
  letter-spacing: 0px;
  line-height: 18px;
  border: thin none #006699;
}

#content h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;	
	color: #38672f;
	letter-spacing: normal;
	font-variant: small-caps;
	padding: 0;
	margin: 0;
	margin-bottom: 5px;
}

.bodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333333;
}

.boldText {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
}
.BrownText {
	font-family: Arial, Helvetica, sans-serif;
	color: #993300;
}
#content h1.LargeBrownText {
	font-size: 18pt;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #993300;
}


#content:after {
  content: '';
  display: block;
  clear: both;
}

table#events td {
  vertical-align: top;
}

#footer {
  clear: both;
  border-top: solid #970100;
  border-top-width: 1px;
  margin-top: 2px;
  padding-top: 8px;
  font-family: helvetica;
  font-size: 8pt;
  color: grey;
  text-align: center;
}