body, td.bgBlue
{
  background-color: #233864;
  font-family: Calibri, Verdana, Arial;
  padding: 0px;
  margin: 0px;
}

td.bgYellow
{
  background-color: #cc9933;
}

.header
{
  color: #233864;
  font-size: 2.2em;
  text-align: right;
  padding-right: 10px;
  font-family: Tahoma Bold;
}

.topMenu
{
  text-align: right;
  padding-right: 2px;
}

img.logo
{
  position:absolute;
  left:20px;
  top:10px;
  z-index:1
}

a.topNav
{
  font-size: 16px;
  color: #ffffff;
  text-decoration: none;
}

a.topNav:hover
{
  color: #d1a136;
  text-decoration: underline overline;
}


/*  LEFT NAVIGATION MENU */
table.mainMenu
{
  position:absolute;
  left:10px;
  top:130px;
  width: 170px;
  background-color: #d1a136;
  padding: -4px;
}

table.mainMenu2
{
  position:absolute;
  left:10px;
  width: 170px;
  background-color: #d1a136;
  padding: -4px;
}

a.mainNav
{
  color: #233864;
  text-decoration: none;
  padding-left: 10px;
  font-size: 14px;
}

a.bottomNav
{
  color: #233864;
  text-decoration: none;
  font-size: 14px;
}

a.mainNav:hover, a.bottomNav:hover
{
  font-weight: bold;
}

hr.mainNav
{
  margin-top: 2px;
  margin-bottom: 2px;
}


/* AD TABLES */
table.adRight
{
  position: relative;
  float: right;
  border-collapse:collapse;
  background-color: #d1a136;
  width: 130px;
  margin: 8px;
  border-width: 1px;
  border-style: groove;
  border-color: #233864;
  spacing: 0px
}


/* CONTENT TABLES */
table.content
{
  position:absolute;
  left:190px;
  top:130px;
  background-color: #ffffcc;
  padding: 4px;
}

table.copyright
{
  position:relative;
  left:190px;
  background-color: #ffffcc;
  padding: 4px;
  margin-top: 20px;
}

td.menuDivider
{
  border-bottom: 2px dotted #996600;
  width: 150px;
}



ul.events
{
  margin-top: 4px;
  margin-bottom: 2px;
  font-size: 12px;
}

a.eventListItem
{
  color: #663300;
  padding-left: 10px;
  text-decoration: none;
}

a.eventListItem:hover
{
  text-decoration: underline;
}


h1, h2
{
  color: #233864;
}
