body {
  font: 400 12pt verdana, arial, sans-serif;
  color: #000;
  background: #FFF;
}

h1 {
  margin-top: 30px;
  font-size: 18pt;
  border-bottom: 1px solid #999;
}

h2 {
  font-size: 16pt;
}

h3 {
  font-size: 14pt;
}

h4, h5, h6 {
  font-size: 12pt;
}

a {
  color: #00F;
}


/* Don't display these elements since they're not useful on paper */
.telephone,
#navbar,
.bottom,
.botrightpad,
.botleftpad,
#contentlogo,
.botlink,
.menulink,
#menu,
#contentrightimage {
  display: none;
}
.printthis{
display:block;
}

#contenttext{
width:100%;
min-width:550px;
height:100%;
min-height:600px;
}
#mycustomscroll {
  width:100%;
  margin: 0 8%;
  padding: 0;
  height:100%;
  min-width:550px;
  min-height:600px;
}
#mainbody {
width:100%;
height:100%;
}



