/* print.css */

body {
  background-color: #ffffff;
  margin: 10px;
  font-size: 11pt;
  width: auto;
}

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: 0 0 10px 0;
  padding: 0;
  border-bottom: 1px solid #000000;
  background-color: #ffffff;
  font-size: 80%;
  padding: 0 0 50px 0;
  position: relative;
  background-image: none;
  width: auto;
  height: 106px;
}

#header a {
  width: auto;
  height: auto;
}

#header h1 {
  color: #000000;
  width: 106px;
  height: 106px;
  text-align: left;
  float: left;
  margin: 0 10px 0 0;
}

#header h1 a {
  color: #000000;
  width: auto;
  height: auto;
  margin: 0;
}

#header h1 a#logo {
  background-image: none;
  position: relative;
  top: 0;
  left: 0;
  width: 106px;
  height: 106px;
}

#header h1 a img, #header h1 a#logo img {
  display: block;
  margin-bottom: 0;
}

#header #letterhead h2 {
  font-size: 200%;
  text-align: left;
  float: none;
  border-bottom: 1px solid #000000;
  margin: 0 0 10px 116px;
}

#header #dlLeft, #header #dlRight {
  clear: none;
  float: left;
  margin: 0 20px 0 0;
  padding: 0;
}

#header #dlLeft dl {
  width: auto;
  margin: 0;
}

#header #dlLeft dt {
  float: left;
  width: 80px;
  margin: 0 0 0 0;
  text-align: right;
}

#header #dlLeft dd {
  float: left;
  width: 155px;
  margin: 0 0 0 10px;
  text-align: left;
}

#header #dlRight {
  width: 220px;
}

#header #dlRight dl {
  width: auto;
  margin: 0;
}

#header #dlRight dt {
  clear: left;
  float: left;
  margin: 0 0 0 0;
  text-align: left;
  width: auto;
}

#header #dlRight dd {
  float: left;
  width: 155px;
  margin: 0 0 0 10px;
  text-align: left;
}

#header h1 a span, #header h1 a, #header h1 a img {
  display: inline;
}

#header h1 a#name, #header h2#slogan, #leftColumn, #accountAccess, #sidebar, #mainNavigation, #subNavigation, #breadcrumbNavigation, #runner, .topLink, .noprint {
  display: none;
}

#header h1 a#name:link, #header h1 a#name:visited, #header h1 a#name:focus, #header h1 a#name:hover, #header h1 a#name:active {
  display: none;
}

#letterhead {
  margin: 0;
}

#layout, #rightColumn, #content {
  background-color: transparent;
  color: #000000;
  width: auto;
  height: auto;
  margin: 0 0 0 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, #content.contentHome {
  margin: 0;
}

.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;
}

#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-top: 20px;
  padding: 20px 0;
}

#footer, #footer a:link, #footer a:visited, #footer a:hover, #footer a:focus, #footer a:active {
  background-color: transparent;
  color: #000000;
}