/*****************************************************
 * ACC 20070215
 *
 * Stylesheet to define printed framework of pages
 *
 */

div#brand {
  height: 62px;
  background-color: #100b72;
  text-align: left;
  border: 0;
}

div#navbar {
  display: none;
}

#tabs {
  display: none;
}

div#brand2 table tr td#searchandlinks {
  display: none;
}

div#main {
  width: 100%;
  margin: 0;
  padding: 0;
}

div#lblock {
  display: none;
}

div#rblock {
  margin: 0;
  padding: 0;
  left: 0;
}

div#main table#mainhome td.l {
  display: none;
}

div#main table#mainhome td.l div#lblock {
  display: none;
}

/****** Content DIV - encompases everything to right of LHS menu ******/
div#content {
  color: #000000;
  margin: 0;
  padding: 1em;
}

div#content table td {
  color: #000000;
}

h1.pageTitle  { font-size: 1.5em; color: #000000; padding: 0px; margin: 0px; }

div#main table#mainhome td.m {
  color: #000000;
  padding: 0 1em 0 1em;
}

