body {
   background-image: none;
}

#containerMargin {
   width: 100%;
}

#container {
	margin: 0; /* to center page */
	background-color: #fff;
   border: 0px solid #000;
   width: 100%;
}

#topLogo {
	display: none;  
}

#footer {
	display: none;
}

#logo {
	display: none;
}

#branding {

}

#nav, #tinyNav {
   display: none;
}

#printLogo {
	font-weight: bold;
	font-size: 30px;
   display: block;
   height: 54px;
	line-height: 54px; /* vertical-align center hack */
}

.searchPrintDisplay {
	display: none;
}

#contentTable, #contentTable2 {
	border: 0;
	background-color: #fff;
	margin: 0;
   width: 100%;
}
