<!--
body {
  background-color: #000000;
  color: #99ccFF;
}

p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-align: justify;
  color: #99ccFF;
}

#dot {
  position: relative;

  width: 40%;

  padding: 1px;
  margin-left: 10px;

  background-image: url(../images/dot.gif);
  background-repeat: repeat-x;
  background-position: 50%;
  text-align: center;

  filter: alpha(opacity=30);
  opacity: 0.3;
  -moz-opacity: 0.3;
}

#menu {
  position: relative;
  left: 200px;
  width: 100%;
  overflow: hidden;
  display: inline;
  z-index: 2;
}

#footer {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9px;
  color: #000000;
  text-align: center;

  position: relative;
  top: 70px;
}

.heading {
  position: relative;

  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  font-style: italic;

  text-align: left;

  background-image: url(../images/dot.gif);
  background-repeat: repeat-x;
  background-position: bottom;

  color: #99ccFF;
}

.eventry {
  position: relative;
  margin: 10px 10px 25px 10px;
  overflow: hidden;
}

.evtitle {
  display: block;
  position: relative;

  margin-left: 110px;

  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  font-style: italic;

  background-image: url(../images/dot.gif);
  background-repeat: repeat-x;
  background-position: bottom;
}

.evsubtitle {
  display: block;
  text-align: right;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: italic;
  font-weight: bold;

}

.evdesc {
  display: block;
  position: relative;
  margin-left: 113px;

  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

.evpic {
  margin: 5px 5px 5px 5px;
  float: left;
  z-index: 5;

  width: 99px;
  text-align: right;
  border: 2px solid #000000;
}

.setitle {
  position: relative;

  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  font-style: italic;
}

.sesubtitle {
  position: relative;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: italic;
  font-weight: bold;
}

.sublinks {
  font-size: 12px;
  position: relative;
  top: -10px;
  left: 35px;

}

.mainmenuborder {
  border: solid 1px #B2B2B2;
}

.mainmenu {
  position: relative;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;

  padding: 2px;
  margin: 0 0.3em;

  color: #FFFFFF;
  text-decoration: none;

  text-shadow: #000000 2px 2px 5px;
  filter: Shadow(Color=#000000, Direction=135, Strength=5);

  filter: alpha(opacity=80);
  opacity: 0.8;
  -moz-opacity: 0.8;

  z-index: 10;
}

.mainmenuborder:hover {

  border: solid 1px #ffffff;
  color: #CCCCCC;

}

a.onblack {
  color: #99ccFF;
  text-decoration: none;
  cursor: pointer;
}

a.onblack:hover {
  font-style: italic;
}

a.onwhite {
  font-size: 9px;
  color: #333333;
  text-decoration: none;
  cursor: pointer;
  font-weight: bold;
}

a.onwhite:hover {
  text-decoration: underline;
}

a {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #99ccFF;
}

a.eventlink {
  color: #99ccFF;
  text-decoration: none;
  cursor: pointer;
}

a.eventlink:hover {
  color: #ffffff;
}

.success {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-align: left;

    color: #00FF00;
}

.failure {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-align: left;

    color: #FF0000;
}

-->
