.handheldonly {
  display: none;
}

.nothandheld {
  display: block;
}

.leftcol {
  width: 0px;
}

.rightcol {
  width: 0px;
}

#leftcolcontents {
  display: none;
}

#rightcolcontents {
  display: none;
}

#headtop {
  display: none;
}

#headtopprint {
  width: 100%;
  background-color: #131075;
  display: block;
}

#headtophandheld {
  display: none;
}

#headtopprintcenter {
  text-align: center;
}

#headnav {
  display: none;
}

#headnavright {
  display: none;
}

#headsubnav {
  display: none;
}

#maintitle h1 {
  display: block;
}

#maintitle img {
  display: none;
}

#footerbar {
  display: none;
}

#footertext img {
  display: none;
}

#footertext h3 {
  display: block;
}

#footercopy {
  display: none;
}

#mainimage {
  float: right;
  padding-left: 20px;
  display: block;
}

.leftimage {
  float: left;
  padding-right: 20px;
  padding-bottom: 5px;
}

.rightimage {
  float: right;
  padding-left: 20px;
  padding-bottom: 5px;
}

.readmore {
  display: none;
}

.backtotop {
  display: none;
}

