/* 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, .moreinfo h3 {
  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: auto;
  height: auto;
}

#header h1 {
  display: block;
  color: #000000;
  width: auto;
  height: auto;
  text-align: left;
}

#header h1 a {
  display: block;
  color: #000000;
  width: auto;
  height: auto;
}

#header h1 a span {
  display: block;
}

div#letterhead {
  display: block;
  width: auto;
  text-align: left;
  padding: 0px 0px 0px 0px;
  border-top: 1px solid #000000;
}

#dlLeft, #dlRight {
  float: left;
  width: 300px;
  display: inline;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

#dlLeft dt, #dlRight dt {
  float: left;
  text-align: right;
  clear: left;
  width: 100px;
  margin: 0px 10px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-weight: bold;
}

#dlLeft dd, #dlRight dd {
  float: right;
  width: 190px;
  text-align: left;
  clear: right;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

#layout, #content, #main, #navNews {
  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;
}

.hide, #header h2, #sidebar, #topNavigation, #conditions, #mainNavigation, #monthlyPhoto, #navSpecials, #sidebar, #logos, #footerNavigation, .topLink, .noprint {
  display: none;
}