#headerContainer, #colWidgets, #footer, #footerLinks, #footerDisclosure, #mainNav, 
#contentTools, #leftQuickLinks, .actionItemsContianer, .noPrintDiv{
	display: none;
}

*{
	float: none;
}

#contentContainer, #centerContentArea, #centerRightContentArea, #generalContentArea{
	width: 99%;
	margin: 0px;
}

#contentContainer{
	overflow: auto;
}

h1{
	height: 25px;
	line-height: 25px;
	background: none;
}

img {border: none;}

table.contentTable {
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-collapse: collapse;
}

table.contentTable caption {
	font-weight: bold;
	padding: 0 0 5px 0;
}

table.contentTable th, table.contentTable td {
	padding: 5px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}