body {
  font-family: times new roman, times, serif;
  font-size: 11pt;
  padding: 0px;
  margin: 0px;
  color: #333333;
  text-align: center;
  background: #fff url(/images/bkg.jpg) fixed repeat-y top center;
}

#everything {
  margin: 0px auto;
  width: 780px;
  height: 100%;
  background: #fff url(/images/bkg.jpg) fixed repeat-y top center;
}

#left {
  float: left;
  width: 25px;
  background: transparent;
  padding: 0;
  text-align: right;
  margin: 0;
}

#middle {
  background: transparent;
  margin: 0 25px 0 25px;
  padding: 0;
}

#right {
  float: right;
  width: 25px;
  background: transparent;
  text-align: left;
  padding: 0;
  margin: 0;
}

#header {
  margin: 0;
  padding: 0;
  background: #fff;
}

#header span.left {
  float: left;
  width: 30%;
  text-align: left;
}

#header span.right {
  float: right;
  width: 60%;
  text-align: right;
}

#redbar {
  border-bottom: 1px solid white;
  text-align: right;
  background: #b82155;
}

#menu {
  font-size: 14px;
  background: #febf10;
}

#menu a {
  display: block;
  color: #333333;
  font-weight: bold;
  text-align: center;
  background: #febf10;
  text-decoration: none;
  padding: 1px 14px 0 14px;
  margin: 1px 0 1px 0;
  border: 1px solid #febf10;
}

#menu a:hover, #menu a.highlight {
  text-decoration: none;
  background: #fed056;
  border: 1px solid #ffffff;
}

#infoline {
  height: 12px;
  color: #be2155;
  padding: 2px 10px 0 10px;
  margin-top: 2px;
}

#infoline span.right {
  font-size: 10pt;
  font-weight: bold;
  font-style: italic;
  padding: 0 5px 0 0;
  width: 40%;
  text-align: right;
  float: right;
}

#infoline span.left {
  font-size: 8pt;
  padding: 0 0 0 5px;
  width: 40%;
  text-align: left;
  float: left;
}

#thetable {
  height: 1%;
}

#contentcontainer {
  float: left;
  width: 530px;
  text-align: left;
}

#submenucontainer {
  float: right;
  width: 190px;
  text-align: left;
}

#content {
  padding: 10px 20px 0 30px;
}

#submenu {
  margin: 20px 0 0 0;
  border-left: 1px dashed #b82155;
  padding: 10px 30px 30px 20px;
}

#submenu h1 {
  font-size: 11pt;
  border-bottom: 2px solid #febf10;
  color: #333333;
  text-align: right;
  letter-spacing: 2px;
  margin: 10px 0 2px 0;
}

#submenu p {
  margin: 0 0 2px 0;
}

#submenu p.small {
  font-size: 9pt;
  font-weight: bold;
}

#eventcontainer {
  float: right;
  width: 190px;
  text-align: left;
}

#event {
  margin: 0;
  border-left: 1px dashed #b82155;
  padding: 10px 30px 30px 20px;
}

#event h1 {
  font-size: 11pt;
  border-bottom: 2px solid #febf10;
  color: #333333;
  text-align: right;
  letter-spacing: 2px;
  margin: 10px 0 2px 0;
}

#event p {
  margin: 0 0 2px 0;
}

#event p.small {
  font-size: 9pt;
  font-weight: bold;
}

#bottom {
  clear: both;
  padding: 15px 0 15px 0;
  text-align: center;
  font-size: 8pt;
  color: #666666;
  border-top: 1px solid #999999;
  height: 50px;
}

#bottom a {
  color: #666699;
}


a {
  color: #006f54;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h1 {
  display: block;
  color: #333333;
  border-bottom: 1px solid #333333;
  font-weight: bold;
  letter-spacing: 3px;
  background: url(/images/fadedsun.gif);
  font-size: 18pt;
  padding-top: 5px;
}

h6 {
  display: block;
  margin-left: 15px;
  margin-right: 10px;
  font-size: 1px;
  border-bottom: 1px dashed #b82155;
}

.cal {
  text-indent: -7px;
  padding-left: 7px;
  padding-top: 5px;
}