body {
	background-color: #FFFFFF;
}
/* 
___________________________________________________________________________________
Define appearance of 3 columns - 3 major and constant sections of website: 
		1) leftContent - left navigation section
		2) centerContent - main content section
		3) rightContent -  call-out section that appears on the right of the page
___________________________________________________________________________________
*/
.tablePosition {
	width: 700px;
	position:absolute;
	top:0px;
	left:0px;
}
.leftPane, .leftPaneNoRight {
	visibility: hidden;
}
.centerContentPosition, .centerContentPositionNoRight {
	width: 700px;
	padding: 156px 5px 20px 5px;
	display: block;
}


.rightPane, .rightPaneNoRight {
	display: none;
}
/* 
___________________________________________________________________________________

	F O O T E R  &  H E A D E R
___________________________________________________________________________________
*/
.footer {
	display: none;
}
.bottomMenu {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
	line-height: 16px;
	background-color: #FFFFFF;
}
.printHeader {
	display: block;
	position: absolute;
	z-index: 18;
	left: 0px;
	top: 0px;
	clear:both;
}
.printHeader td {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
}
/* 
___________________________________________________________________________________

	N I G C   L O G O
___________________________________________________________________________________
*/
.nigcLogo {
	position: absolute;
	z-index: 12;
	left: 0px;
	top: 0px;
	height:208px;
}
.nigcLogoImage {
	height: 208px;
	width: 180px;
}