/*
--------------------------------------------------

Capitol Federal
Print Styles [print.css]

Joe Morrow [joe.morrow@acquitygroup.com]
3/27/2009

Copyright © 2009 Acquity Group LLC

--------------------------------------------------
*/

#headerBranding,
#headerNav,
#headerQuickSearch,
#left,
#footerNav,
#footerBadges,
.hidden,
#footerBottom {
	display: none !important;
}

#headerPrint {
	display: block;
}

body {
	background: #fff;
}

#container {
	margin: 0;
	width: 740px;
	overflow: visible !important; // causing print problem in Firefox
}

#header,
#body,
#content,
#footer {
	background: #fff;
	width: 100%;
}

#body,
#content {
	float: none !important; // causing print problem in Firefox
}


#footer {
	color: #0959a1 !important;
}
