/*
  Stylesheet for defining visiable area for section pages during print request.
*/
#masthead {
  background : none;
  height : 20px;
}
.top-navigation-list {
  display: none !important;
}
#form1 {
  display: none !important;
}
.infobox {
}
#content {
  border: 0px;
  width: auto;
  padding: 0px;
  margin: 0px;
  padding-top: 15px;
}
#content h3 {
  background: none;
}
.colsmall {
  background: none;
}
.collarge {
  background : none;
  width: 70%;
}
#menu10 {
  display: none !important;
}

/* hide banner panel */
#tabswitch {
  display: none;
}
#maindisp {
  display: none;
}

/* hide breadcrumbs */
#subhead {
  display: none!important;
}

/* section content area */
.sectmain {
  width: 730px!important;
}
.sectmain h1 {
  border-bottom: 0px !important;
}