@media print
{
      .masthead, .mastheadLeft, .mastheadRight, .utility, .slogan, .clearfloat, .topNav, .loginArea {display: none; visibility: hidden;}
	
    .leftCol, .searchArea, .promosLeft {display: none; visibility: hidden;}
	#mortgagesdropdown {display: none; visibility: hidden;}
    .footer, .footerLeft, .footerRight {display: none; visibility: hidden;}
    img, ul, li  {display: none; visibility: hidden;}
    .backContent {margin: 0;}
	* html h1 {margin-top:30px;}
	.rightCol {
	float: none;
	width: 670px;
	display: inline; /* fix IE doubled float-margin bug */	
	}
	.disclaimer {page-break-before: avoid; page-break-inside: avoid;}
	table {page-break-after: avoid; page-break-inside: avoid;}
	* html .disclaimer {page-break-before: auto; page-break-inside: avoid; margin-top:20px; width:650px; position:static; float:none;}
	* html .tabletag {margin-top:30px;}
}

