/* 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, .divAlignLeft h6, .divAlignRight h6, blockquote cite {
  color: #000000;
  font-family: georgia, times new roman, serif;
}

h1, h2, h3, h4, h5, h6 {
  border-color: #000000;
}

a:link, a:visited, a:hover, a:focus, a:active, .divAlignLeft a:link, .divAlignLeft a:visited, .divAlignLeft a:hover, .divAlignLeft a:focus, .divAlignLeft a:active, .divAlignRight a:link, .divAlignRight a:visited, .divAlignRight a:hover, .divAlignRight a:focus, .divAlignRight a:active {
  color: #000000;
  text-decoration: underline;
}

.print {
  display: block;
}

#header {
  text-align: right;
  margin: 0px 0px 10px 0px;
  background-color: #ffffff;
  font-size: 80%;
  padding: 0px;
}

#header #flashHeader, #header ul.navigation {
  display: none;
}

#header a {
  width: auto;
  height: auto;
}

#header h1 {
  width: auto;
  height: 100px;
  border-bottom: 1px solid #000000;
  margin: 0px 0px 10px 0px;
  padding: 0px 0px 10px 0px;
  text-align: center;
}

#header h1 a {
  display: block;
  color: #000000;
  width: auto;
  height: auto;
}

#header h1 a img {
  display: block;
}

#letterhead {
  width: 550px;
  height: auto;
  text-align: center;
  margin: 0px auto;
}

#dlLeft, #dlRight {
  float: left;
  display: inline;
  width: 270px;
  margin: 0px 0px 25px 0px;
  padding: 0px 0px 0px 0px;
}

#dlLeft dt, #dlRight dt {
  float: left;
  text-align: right;
  clear: left;
  width: 70px;
  margin: 0px 10px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-weight: bold;
}

#dlLeft dd, #dlRight dd {
  float: right;
  text-align: left;
  clear: right;
  width: 190px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

#navigation, .topLink, .noprint {
  display: none;
}

#layout, #content {
  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, ul {
  list-style-image: none;
}

img {
  filter: gray;
}

#content {
  margin: 0px;
}

#contentHome {
  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, .divAlignCenter, .divAlignRight {
  border-color: #000000;
}

.listingsVertical {
  float: none !important;
  clear: left;
  display: block;
  width: 650px !important;
  height: auto !important;
  border-width: 0px !important;
}

.listingsVertical .divAlignLeft {
  clear: none !important;
  float: left;
}

.listingsVertical .divAlignLeft.listingsImage {
  margin: 0px !important;
}

.listingsVertical .divAlignLeft.listingsDetail, .listingsVertical .divAlignLeft.listingsContact {
  float: none !important;
  overflow: visible !important;
  width: auto !important;
  height: auto !important;
  display: block;
  margin: 0px 0px 0px 220px !important;
  border-width: 0px !important;
}

.listingsVertical .divAlignLeft.listingsDetail h5, .listingsVertical .divAlignLeft.listingsContact h5 {
  margin: 0px !important;
  text-align: left !important;
}

.listingsHorizontal {
  float: none !important;
  clear: left;
  display: block;
  width: 650px !important;
  height: auto !important;
  border-width: 0px !important;
}

.listingsHorizontal .divAlignLeft.listingsImage {
  height: auto !important;
}

.listingsHorizontal .divAlignRight.listingsDetail {
  float: none !important;
  overflow: visible !important;
  width: auto !important;
  height: auto !important;
  display: block;
  margin: 0px 0px 0px 220px !important;
  border-width: 0px !important;
}

.listingsHorizontal .divAlignLeft.listingsImage h5, .listingsHorizontal .divAlignRight.listingsDetail h5 {
  margin: 0px !important;
}

.divAlignLeft.pdfInstructions {
  width: 650px;
  border-width: 0px !important;
}

table.data {
  width: 650px;
}

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 address, #footer ul.navigation {
  display: none;
}

#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;
}