.bump {
  position: relative;
  background-color: #292929;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 10px;
  padding-right: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border-style: outset;
  border-width: 2px;
  border-bottom-width: 3px;
  border-color: #000000;
  color: #cccccc;
}
.mainBump {
    position: relative;
    width: 700px;
    align: center;
}
.titleBlock {
  width: 691px;    
}
.title {
  font-family: times, serif;
  font-size: 32px;
  color: #cccccc;
  text-align: center;
  font-style: italic;
}
.menu {
  width: 691px;
  z-index: 1;
}
.menuLine {
  font-color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  z-index: 2;
  width: 691px;
  font-size: 14pt;
  bottom: -3px;
}
.currentPage {
  /*background-color: #ffffff;*/
  background-color: #333333;
  position: relative;
  display: inline;
  bottom: 0px;
  color: #ffffff;
  height: 1.7em;
  padding-bottom: 2px;
  padding-left: 8px;
  padding-right: 8px;
  border-width: 3px;
  border-style: outset;
  border-bottom: none;
  margin-right: 5px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  z-index: 5;
}
.otherPage {
  position: relative;
  display: inline;
  bottom: 3px;
  height: 1.7em;
  padding-bottom: 3px;
  padding-left: 8px;
  padding-right: 8px;
  background-color: #404040;
  color: #bbbbbb;
  border-color: #999999;
  border-width: 2px;
  border-style: solid;
  border-bottom-width: 1px;
  border-bottom: none;
  margin-right: 5px;
  z-index: 4;
}
.otherPage:hover {
  color: #ffffff;
}
.pageSection {
  background-color: #303030;
  position: relative;
  padding: 8px;
}
.picture {
  background-color: #000000;
  color: #000000;
  border-style: outset;
  border-width: 2px;
  border-bottom-width: 3px;
  border-color: #000000;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.firstColumn, .firstColumnSmaller, .secondColumn, .secondColumnSmaller {
  position: relative;
  float: left;
  display: block;
  width: 335px;
  padding: 5px;
}
.secondColumn, .secondColumnSmaller {
  float: right;
}
.firstColumnSmaller, .secondColumnSmaller {
  width: 315px;
}
/* fix for ie 6 */
*.html.div.secondColumn {
  width: 315px;
}
.textBox {
  top: -5px;
  background-color: #393939;
}
.footerBlock {
  position: relative;
}
.pageHits {
  position: relative;
  float: right;    
}
.clearFloats {
  clear: both;
}
.disabledLink {
  font-size: 14px;
  color: #bbbbbb;
}
.sectionTitle {
  text-align: center;
  padding-top: 8px;
  font-size: 12pt;
  color: #cccccc;
}
.sectionInformation {
  padding-left: 0px;
  text-align: center;
  font-style: italic;
  font-size: 9pt;
  color: #cccccc;  
}
.pageDescription {
  text-align: center;
  font-style: italic;
  font-size: 13pt;
  padding-top: 8px;
  color: #cccccc;  
}
.tdblue {
  color:#039;
}
.button {
  color:#039;
}
.schedule {
  border-width: 3px;
  border-style: ridge;
  text-size: 13px;  
  display: block;
  width: 350px;
  min-height: 2em;
}
.scheduleTitle {
  text-align: center;
  background-color: #dddddd;
  border-bottom-width: 3px;
  border-bottom-style: ridge;
}
.scheduleTable {
  text-align: left;
  display: block;
  width: 351px;
  overflow: auto;
}
.scheduleLine {
  text-align: left;
  display: block;
  width: 351px;
  overflow: auto;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.sched_col1 {
  float: left;
  width: 80px;
  display: block;
  font-size: 11px;
  margin-left: 3px;
}
.sched_col2 {
  float: left;
  width: 179px;
  display: block;  
  font-size: 11px;
}
.sched_col3 {
  float: left;
  width: 85px;
  padding-right: 1px;
  display: block;
  text-align: right;
  font-size: 11px;
}
a {
  text-decoration:none;
  color: #aa77cc;
  /*color: #aa77cc;*/
}
a:hover {
  text-decoration: none;
  color: #ffffff;
  /*color: #6666dd;*/
}
li {
  font:14px verdana,arial,helvetica,sans-serif; 
  margin-bottom: 5px;
}
p {
  font:14px verdana,arial,helvetica,sans-serif; 
  line-height:1.1em;
}
body {
  /*background:#eee;*/
  background:#202020;
  font:14px verdana,arial,helvetica,sans-serif; 
  margin:0px;
}
h1 {
  font-size:16px;
  line-height:18px;
  margin:0px;
}
h2 {
  font-size:12px;
  line-height:14px;
  font-weight:bold;
  margin:0px;
}
img {
  border:0px;
}
td {
  color: #cccccc;
}

