/* print.css
 * 
 */
@media print, embossed {

body {
  background-color: #fff;
  background-image : none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
}

a img {
 border: none;
}

div#body {
  background-color: #fff;
  background-image : none;
}

div#body div#toprow ul {
  display: none;
}

div#body div#toprow h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 26px;
  font-weight: bold;
  position: absolute;
  top: 0.8em;
  left: 10px;
}

div#head {
  width: 100%;
  border-bottom: 3px solid #9B998D;
  text-align: right;
  margin-bottom: 1em;
}

div#head img#logo {
  border: 0;
  border-left: 4px solid #fff;
  position:relative;
  bottom: -8px;
}

div#body div#menucontainer {
  display: none;
}

div#body div#content h2 {
  font-size: 18px;
}
div#body div#content h3 {
  font-size: 16px;
  margin-bottom: 10px;
  padding-bottom: 0;
}

div#body div#content div.row {
  width: 100%;
}

div#body div#content div.lcell {
  width: 30%;
  float:none;
}

div#body div#content div.rcell {
  width: 100% !important;
}

div#rightimg {
  display: none;
  width: 0px;
}

div#footer {
  text-align: center;
  margin-top: 80px;
  border-top: 3px solid #9B998D;
  width: 100%;
}

div#footer a {
  color: #000;
  text-decoration: none;
}

.noprint,
#pagemasterMenu,
.bckFwNav {
  display: none;
}
}