@media print {
  body {
	  width: 100% !important;
  }
  
  .pagecenter {
	  width: 100% !important;
	  margin: 0px !important;
  }
  
  .MastHead, .Top, .ThreeColumnCenter_left, .ThreeColumnCenter_right {
	  display: none;
  }
  
  .ThreeColumnCenter {
	  top: 0px !important;
	  width: 100% !important;
  }
  
  .ThreeColumnCenter_middle {
	  float: none !important;
	  overflow: visible !important;
	  margin-left: 0px !important;
	  width: 100% !important;
  }
  
  .ThreeColumnCenter_middle .newsTitle, .ThreeColumnCenter_middle .rssLink, .ThreeColumnCenter_middle .contactLink, .ThreeColumnCenter_middle .newsList .post-footer {
	  display: none;
  }
  
  .ThreeColumnCenter_middle .newsList .title, .ThreeColumnCenter_middle .newsList .date, .ThreeColumnCenter_middle .newsList .text {
	  width: 100% !important;
	  margin-right: 0px !important;
	  margin-left: 0px !important;
	  padding-right: 0px !important;
	  padding-left: 0px !important;
  }

  .printable {
	  display: block;
  }
  
  .unprintable {
	  display: none;
  }
}