/* print.css */

* {
  background-image: none;
}

body {
  background-image: none;
  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 {
  background-image: none;
  text-align: right;
  margin: 0 0 0 0;
  background-color: #ffffff;
  font-size: 80%;
  padding: 0;
}

#header h1 {
  background-image: none;
  color: #000000;
  width: 246px;
  height: 114px;
  text-align: left;
  top: 10px;
}

#header h1 a img {
  margin-bottom: 0;
}

#header h1 a {
  display: inline;
  color: #000000;
  width: auto;
  height: auto;
}

#header h1 a, #header h1 a, #header h1 a img {
  display: inline;
}

#header #letterhead {
  float: left;
  width: 280px;
  height: auto;
  margin: 0 0 0 80px;
}

#header address {
  margin: 0;
}

#header dl {
  width: 240px;
  height: auto;
  font-size: 11px;
  margin: 0 0 5px 0;
  padding: 0;
}

#header dl dt {
  margin: 0;
  padding: 0;
  float: left;
  text-align: right;
  clear: left;
  width: 100px;
}

#header dl dd {
  margin: 0;
  padding: 0;
  float: right;
  text-align: left;
  clear: right;
  width: 125px;
}

#header #banner, #navigation-top, #navigation-left, .topLink, .noprint, #content-right {
  display: none !important;
}

#main {
  position: static;
}

#layout, #rightColumn, #main, #content, #content-left {
  background-color: transparent;
  color: #000000;
  width: auto;
  height: auto;
  min-height: 0;
  margin: 0;
  padding: 0;
  text-align: left;
  border-width: 0;
  border-style: none;
}

#left {
  width: 428px;
  top: 30px;
  left: 257px;
  z-index: 1000;
}

#left dl#letterhead {
  width: 408px;
  position: relative;
  padding: 10px 10px 42px 10px;
  font-size: 75%;
}

#left dl#letterhead:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}


#left dl#letterhead dt {
  width: 80px;
  font-weight: bold;
}

#left dl#letterhead dd {
  width: 320px;
}

#left dl#letterhead dt.full, #left dl#letterhead dd.full {
  position: absolute;
  width: 200px;
}

#left dl#letterhead dt.full {
  top: 72px;
}

#left dl#letterhead dd.full {
  top: 93px;
}

#left dl#letterhead dt.full.left, #left dl#letterhead dd.full.left {
  left: 10px;
}

#left dl#letterhead dt.full.right, #left dl#letterhead dd.full.right {
  right: 10px;
}

ol {
  list-style-image: none;
}

ul {
  list-style-image: url(/images/bullet_000000.gif);
}

img {
  filter: gray;
}


#content {
  clear: both;
  margin: 0;
  border-top: 1px solid #000000;
}

.divAlignLeft, .divAlignCenter, .divAlignRight {
  background-color: transparent;
}

.divAlignCenter {
  width: auto;
  display: block;
  text-align: center;
}

.divAlignLeft img, .divAlignCenter img, .divAlignRight img {
  border: 0;
}

.divAlignLeft, .divAlignRight {
  border-style: none;
}

.data {
  width: auto;
}

fieldset {
  border-color: #000000;
  text-align: left;
  padding: 5px;
}

form input.inputSubmit, form input.inputButton, .divAlignRight input.inputSubmit, .divAlignRight input.inputButton, .divAlignRight fieldset input.inputSubmit, .divAlignRight fieldset input.inputButton {
  background-color: #000000;
  color: #ffffff;
}

#footnote {
  font-size: 80%;
  border-top: 1px solid #000000;
}

#footnote h6 {
  margin: 0;
}

#footnote ol {
  margin-top: 0;
  margin-bottom: 0;
}

#footer {
  font-size: 80%;
  width: auto;
  border-top: 1px solid #000000;
  margin: 20px 0 0 0;
  padding: 20px 0;
}

#footer, #footer a:link, #footer a:visited, #footer a:hover, #footer a:focus, #footer a:active {
  background-color: transparent;
  color: #000000;
}

