/* 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 {
  color: #000000;
  border-color: #000000;
}

hr {
  color: #000000;
}

a:link, a:visited, a:hover, a:focus, a:active {
  color: #000000;
  text-decoration: underline;
}

#page {
  border-top-width: 0;
}

.print {
  display: block;
}

div#layout, div#header, div#content, div#footer {
  width: auto;
}

div#header {
  width: auto;
  height: 110px;
  margin: 0;
  border-bottom: 1px solid #000000;
  background-color: #ffffff;
  background-image: none;
  font-size: 80%;
  padding: 0;
}

div#header h1 a img {
  display: block;
}

div#logo {
  border: 1px solid #000000;
  margin: 0 0 0 20px;
}

div#letterhead {
  float: left;
  width: auto;
  text-align: left;
  margin: 5px 0 0 15px;
  padding: 0;
}

div#letterhead dl {
  float: left;
  width: 320px;
  display: inline;
  margin: 0;
  padding: 0;
}

div#letterhead dl dt {
  float: left;
  text-align: right;
  clear: left;
  width: 100px;
  margin: 0 10px 0 0;
  padding: 0;
  font-weight: bold;
}

div#letterhead dl dd {
  float: right;
  width: 210px;
  text-align: left;
  clear: right;
  margin: 0;
  padding: 0;
}

ul#navigation, div#left, div#right, ul#header-links, .topLink, .noprint, #section-I, #destinations, #paging-top, #paging-bottom, #adnfooter {
  display: none;
  float: none;
  clear: both;
}

div#layout, div#main, div#center {
  width: auto;
  margin: 0;
}

div#layout, div#content {
  clear: both;
  background-color: transparent;
  color: #000000;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  text-align: left;
  border-width: 0;
}

ol {
  list-style-image: none;
}

ul {
  list-style-image: url(/images/bullet_000000.gif);
}

img {
  filter: gray;
}

div.divAlignLeft, div.divAlignCenter, div.divAlignRight {
  background-color: transparent;
  border-color: #000000;
}

div.divAlignCenter {
  width: auto;
  display: block;
  text-align: center;
}

div.divAlignLeft h3, div.divAlignCenter h3, div.divAlignRight h3 {
  border-width: 0;
  margin: 0;
}

div.divAlignLeft img, div.divAlignCenter img, div.divAlignRight img {
  border: 0;
}

div.divAlignLeft {
  border-right: 1px solid #000000;
}

div.divAlignCenter {
  border-bottom: 1px solid #000000;
}

div.divAlignRight {
  border-left: 1px solid #000000;
}

table.data {
  width: auto;
}

fieldset {
  border-color: #000000;
  text-align: left;
  padding: 5px;
}

div#footnote {
  clear: both;
  font-size: 80%;
  border-top: 1px solid #000000;
}

div#footnote h6 {
  margin: 0;
}

div#footnote ol {
  margin-top: 0;
  margin-bottom: 0;
}

div#footer {
  clear: both;
  font-size: 80%;
  width: auto;
  border-top: 1px solid #000000;
  margin: 20px 0 0 0;
  padding: 20px 0;
}

div#footer, div#footer a:link, div#footer a:visited, div#footer a:hover, div#footer a:focus, div#footer a:active {
  background-color: transparent;
  color: #000000;
}

div#footer div#copyright, div#footer div#powered, div#footer div#legal {
  width: auto;
}
