/* print.css */

body {
  background-color: #ffffff;
  background-image: none;
  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;
}

#layout {
  background-color: #ffffff;
  background-image: none;
}

#header {
  text-align: right;
  margin: 0 0 10px 0;
  background-color: #ffffff;
  font-size: 80%;
  padding: 0;
  width: auto;
  height: 152px;
  border-bottom-width: 0;
  border-bottom-style: none;
}

#header-inner {
  width: auto;
  height: 152px;
}

#header h1 {
  display: inline;
  float: left;
  color: #000000;
  width: 378px;
  height: 152px;
  text-align: left;
}

#header h1 a img {
  margin-bottom: 0;
}

div#letterhead {
  float: left;
  width: 180px;
  display: inline;
  text-align: left;
  padding: 0;
  margin: 60px 0 40px 50px;
  font-size: 11px;
  font-variant: small-caps;
}

div#letterhead dl {
  float: left;
  width: 180px;
  display: inline;
  margin: 0;
  padding: 0;
}

div#letterhead dl dt {
  float: left;
  text-align: right;
  clear: left;
  width: 60px;
  margin: 0 10px 0 0;
  padding: 0;
  font-weight: bold;
}

div#letterhead dl dd {
  float: right;
  width: 110px;
  text-align: left;
  clear: right;
  margin: 0;
  padding: 0;
}

#header h1 a {
  display: inline;
  color: #000000;
  width: auto;
  height: auto;
}

#header h1 a span, #header h1 a, #header h1 a img {
  display: inline;
}

#header h2, #leftColumn, #accountAccess, #sidebar, #navigation, #subnavigation, .topLink, .noprint {
  display: none;
}

#layout, #rightColumn, #main, #content, #background {
  background-color: transparent;
  color: #000000;
  width: auto;
  height: auto;
  margin: 0px 0px 0px 0;
  padding: 0 0 0 0;
  text-align: left;
}

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;
}

#content .floatLeft, #content .floatLeft h4, #content .floatLeft dl {
  border-color: #000000;
}

.divAlignLeft, .divAlignCenter, .divAlignRight {
  background-color: transparent;
}

.divAlignCenter {
  width: auto;
  display: block;
  text-align: center;
}

.divAlignLeft img, .divAlignCenter img, .divAlignRight img {
  border: 0;
}

.divAlignLeft {
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
}

.divAlignRight {
  border-left: 1px solid #000000;
  border-bottom: 1px solid #000000;
}

.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 {
  clear: both;
  font-size: 80%;
  width: auto;
  border-top: 1px solid #000000;
  margin-top: 20px;
  padding: 20px 0;
}

#footer-inner {
  width: auto;
  padding: 5px 20px;
}

#footer, #footer a:link, #footer a:visited, #footer a:hover, #footer a:focus, #footer a:active {
  background-color: transparent;
  color: #000000;
}
