/***********************************************/
/* Print Styles                                                  */
/***********************************************/

.noPrint {
	display:none;
}
.print {
	display:block;
}

/***********************************************/
/* Hidden Items                                                */
/***********************************************/

#mainNav, #bannerBarInt, #bannerBarBankName, #bannerBarDate, #yellowBar, #contentContainerTop, #contentSub, #topOfPage, #headerDiv, #footer, #secNav, #footerFdicEhl {
	display:none;
}

/***********************************************/
/* Visible Items                                                */
/***********************************************/

body, #page1, #page2, #bannerArea, #logo, #contentContainer, #contentMain, #contentArea, #contentContainerBtm {
	float: none;
	display:block;
	margin: 0px;
	padding: 0px;
	width: 100%;
	background: none;
}
#logo {
	float: none;
	display:block;
	margin: 0px 0px 0px -15px;
	padding: 0px 0px 5px 0px;
	width: 100%;
	background: none;
	border-bottom: 1px solid #051054;
}
h1 {
	float: none;
	display:block;
	margin: 0px 0px 20px -27px;
	padding: 0px;
	width: 100%;
	background: none;
}
#fdicEhlPrint {
	display:block;
	clear: both;
	padding: 25px 0px 15px 0px;
	text-align: center;
}