body {
	background-color: #fff;
	background-image: none;
	border-color: #000;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
}

#mainContentArea #header {
	display: none;

}
#mainContentArea #contentWrapper #content #fontResizer {
	display: none;
}

#mainContentArea {
	height:auto;
}

#mainContentArea #contentWrapper #content {
	overflow:visible;
}

#mainContentArea #footer {
	display: none;
}

#bodyText {
	height:auto;
	overflow:visible;
}

.noshow {
	display:none;
	}
	
#sidebarGraphic {
	display:none;
	}
	
#mainContentArea #contentWrapper #content #sidebarGraphic {
	display:none;
}

/*This is the style code for the tables with icons.  It sets the text smaller than the main body text */
.icontext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

/*This stops the ADA hidden nav from appearing in the printed pages */

#hiddenNav {line-height:0px; display:none;}


/*This hides the left nav in the printed pages */
/* This is the code for the left nav */
#leftNavigation {
	display:none;
}
