/* print.css */

body {
  background-color: #ffffff;
  margin: 10px;
  font-size: 11pt;
}

body, h1, h2, h3, h4, h5, h6, p, td, th, div, li, dt, dd, small, ol.faq li {
  color: #000000;
  font-family: arial, verdana, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  border-color: #000000;
}

a:link, a:visited, a:hover, a:focus, a:active {
  color: #000000;
  text-decoration: underline;
}

.print {
  display: block;
}

#header {
  text-align: right;
  margin: 0px 0px 10px 0px;
  border-bottom: 1px solid #000000;
  background-color: #ffffff;
  font-size: 80%;
  padding: 0px;
  width: 100%;
  height: 145px;
}

#header h1 {
  position: relative;
  top: 0px;
  left: 0px;
  margin: 0px;
  z-index: 1;
  float: left;
  color: #000000;
  width: 293px;
  height: 145px;
  text-align: left;
}

#header h1 a {
  width: 293px;
  height: 145px;
}

#header h1 a img {
  float: left;
  width: 293px;
  height: 145px;
}

#header #letterhead {
  float: left;
  margin: 30px 0px 0px 50px;
}

#header dl {
  float: left;
  width: auto;
  height: auto;
  display: inline;
  text-align: left;
  margin: 0px;
}

#header dt {
  clear: left;
  width: 75px;
  float: left;
  text-align: right;
  margin: 0px 10px 0px 0px;
}

#header dd {
  float: left;
  width: 200px;
  height: auto;
  margin: 0px;
}

#header h1 a {
  display: inline;
  color: #000000;
  width: auto;
  height: auto;
}

#header h1 a, #header h1 a img {
  display: inline;
}

#header h2, #byline, #sidebar, #navigation, #subheader, .topLink, .noprint {
  display: none;
}

#layout, #content {
  background-color: transparent;
  color: #000000;
  width: auto;
  height: auto;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  text-align: left;
  border-width: 0px;
}

ol {
  list-style-image: none;
}

ul {
  list-style-image: url(/images/bullet_000000.gif);
}

img {
  filter: gray;
}

#content {
  margin: 0px;
}

.divAlignLeft, .divAlignCenter, .divAlignRight {
  background-color: transparent;
}

.divAlignCenter {
  width: auto;
  display: block;
  text-align: center;
}

.divAlignLeft img, .divAlignCenter img, .divAlignRight img {
  border: 0px;
}

.divAlignLeft {
  border-right: 1px solid #000000;
}

.divAlignCenter {
  border-bottom: 1px solid #000000;
}

.divAlignRight {
  border-left: 1px solid #000000;
}

.data {
  width: auto;
}

fieldset {
  border-color: #000000;
  text-align: left;
  padding: 5px;
}

#footnote {
  font-size: 80%;
  border-top: 1px solid #000000;
}

#footnote h6 {
  margin: 0px;
}

#footnote ol {
  margin-top: 0px;
  margin-bottom: 0px;
}

#footer {
  font-size: 80%;
  width: auto;
  border-top: 1px solid #000000;
  margin-top: 20px;
  padding: 20px 0px;
}

#footer, #footer a:link, #footer a:visited, #footer a:hover, #footer a:focus, #footer a:active {
  background-color: transparent;
  color: #000000;
}

#footer #copyright, #footer #powered, #footer #legal {
  width: auto;
}
