  	body {
		background: white;
		font-size: 12pt;
	}

	#leftnav, #header, #header-title, #footer, #contact, #statusMsg{
		display: none;
	}

	.dontPrint {
		display: none;
	}

	.doPrint, #bigtext, #big-title  {
		display: inline;
	}

	#left-content, #page-main, #main-content  {
		display: inline;
		width: 100%;
		text-align: left;
	}
	.formLeftCell, .formSpaceCell, .formLeftCellCorrection, .formSpaceCellCorrection {
		float: left;
		font-weight: bold;
		height: auto;
	}
	.formLeftCell, .formLeftCellCorrection {
		text-align: right;
		width: 26%;
	}

	.formRightCell, .formRightCellCorrection {
		float: right;
		width: 72%;
		text-align: left;
		height: auto;
	}

	.formRow, .formRowLabel, .formRowCorrection, .formRowLabelCorrection {
		text-align: left;
		width: 100%;
	}

	.sectionHeader {
		float: right;
		text-align: center;
		width: 100%;
	}