

/* file created 6/24/04 */

/* suppresses topnav search */
div.mastheadTopNavAndSearch {
	visibility:hidden !important;
}

/*  changes width of wrapper table from 752 to print-friendly 650 */
table.wrapperTable {
	width:650px !important;
}

/* removes the left-right whitespace from the main nav so it will print in its entirety.  On this site the topnav provides contextual information and is thus valuable for printing */
table.pad0x8 td{
	padding:0px;
}
