body {
  font-family: times new roman, times, serif;
  font-size: 11pt;
  padding: 0px;
  margin: 0px;
  color: #333333;
  text-align: center;
}

#everything {
  margin: 0px auto;
  width: 100%;
  height: 100%;
}

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

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

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

#header {
  margin: 0;
  padding: 0;
  background: #fff;
  border-bottom: 3px solid #b82155;
  height: 94px;
}

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

#header span.right {
  display: none;
}

#redbar {
  display: none;
}

#menu {
  display: none;
}

#infoline {
  display: none;
}

#contentcontainer {
  float: left;
  width: 70%;
  text-align: left;
}

#submenucontainer {
  display: none;
}

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

#submenu {
  dislay: none;
}

#eventcontainer {
  float: right;
  width: 25%;
  text-align: left;
  padding: 10px 0 10px 0;
  border: 0;
}

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

#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;
}


