@media print {
  #menu, #header, #rhs, #footer, p.NOprint, td.NOprint {
    display: none;
  }
  th, td {
    border: 1px solid black;
  }
}
#menuButton {
  display: none;
}
#menu ul {
  overflow: hidden;
}
#menu li {
  float: left;
  border-right: 1px solid #bbb;
}
#menu li:last-child {
  border-right: none;
  float: right;
}
#menu li a {
  display: block;
  color: white;
  text-align: center;
  padding: 15px 10px;
  text-decoration: none;
}
.mobileOnly {
  display:none;
}
img.logo {
  float: right;
  margin-left: 10px;
}
#page {
  width: 1024px;
}
.fullContent {
  width: 1004px;
  margin-top: 20px;
}
.leftContent, .rightContent {
  width: 725px;
  margin-top: 20px;
}
.leftContent {
  float: left;
}
.rightContent {
  float: right;
}
.leftPic, .rightPic {
  width: 250px;
  margin-top: 20px;
}
.leftPic, .leftStab {
  float: left;
}
.rightPic, .rightStab {
  float: right;
}
.leftStab, .rightStab {
  width: 230px;
  text-align: center;
  margin-top: 20px;
}