BODY {background: white}
p {font-family: Arial; color=black; font-size: x-small}
.winner {color=redcolor: #FF0000; font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #FF0000}
h1 {color=yellow; font-family: Arial; font-size: 14px; color: #333333}
.normal {  font-family: Arial, Helvetica, sans-serif; font-size: 12px}
.sideLink {  font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #FFFFFF}
.small {  font-family: Arial, Helvetica, sans-serif; font-size: 10px}
.heading {  font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-style: italic; font-weight: bold}
.normalbold {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold}
.normalunderline {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; text-decoration: underline}
.headingunderline {  font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-style: italic; text-decoration: underline; font-weight: bold}

.tabs {
  position: relative;   
  min-height: 200px; /* This part sucks */
  clear: both;
  margin: 25px 0;
}
.tab {
  float: left;
}
.tab label {
  background: #eee; 
  padding: 10px; 
  border: 1px solid #ccc; 
  margin-left: -1px; 
  position: relative;
  left: 1px; 
}
.tab [type=radio] {
  display: none;   
}
.content {
  position: absolute;
  top: 28px;
  left: 0;
  background: white;
  right: 0;
  bottom: 0;
  padding: 20px;
  border: 1px solid #ccc; 
  min-height: 1800px;
}
[type=radio]:checked ~ label {
  background: white;
  border-bottom: 1px solid white;
  z-index: 2;
}
[type=radio]:checked ~ label ~ .content {
  z-index: 1;
}

.mid {
    vertical-align:middle;
    }