/* 
PRINT STYLES
============================================================
Filename: print_style.css
Description: Print CSS styles.
*/

body {
  text-align: left !important;
}
div#logo, div#top_bg, div#top_nav, div#column1 {display:none;}

div#print_logo{display:block;}

div#column2 {
  margin: 1em 1em 1em 3.6em;
}

p {
  font-family: "Times New Roman", Times, serif;
  line-height: auto;
  }
div#footer {
  border-top: 1px #CCC solid;
  margin: 1em 1em 1em 3.6em;
}
table td#footer_address,
table td#footer_text {
  color: #555;
  font-family: "Times New Roman", Times, serif;
  font-size: .65em;
  vertical-align: top;
}

td#footer_address {
  width: 140px;
}

table td#footer_text {
  padding: 0 0 0 1em;
}
#print {
  display: none;
}


