/* NIA Corporate style sheet - printing */
/* Revised November 2, 2009 */

html, body {
	height:auto !important;
	width:auto !important;
	min-height:auto !important;
}

body {
	color: #000000;
	font-size: 12pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #FFFFFF;
	background-image:none;
	margin:10mm 0 10mm 0;
	line-height:18pt !important;
}

h1, h2, h3, h4, h5, h6 {
	font-family:Arial, Helvetica, sans-serif;
	page-break-after:avoid !important;
	margin-bottom:0 !important;
}

h1 {font-size:26pt;}
h2 {font-size:21pt;}
h3 {font-size:16pt;}
h4 {font-size:14pt;}
h5 {font-size:12pt;}
h6 {font-size:11pt;}
p, ul, ol, table {font-family: Georgia, "Times New Roman", Times, serif;}
p.intro:first-letter {line-height:18pt !important;}

div#mainLogo,
div#header, 
div#mainNav, 
div#sectionHeading,
div#secNav, div#left,
div#right, 
div#search,
div#contentMenuContainer, 
div#bottomMainNav,
div#footer ul,
div#footer .address,
input.btn, 
input.actButton,
input.cancelButton,
input.doButton,
div#center img, 
div#content img, 
.invisible, 
.invisibleBtn,
.internalUser {
	display: none;
}

div#main {
	background-image:none;
	margin: 0 10% !important;
	_margin: 0 3%;
	float:none !important;
	position:static !important;
}

div#container {
	margin:auto;
	width:auto !important;
	height:auto;
	border:none;
	float:none !important; /* for IE6 */
	padding:0;
	background-image:none;

	overflow:visible !important;
	left:0;
}

div#center, div#content {
	margin: 0px 25px 0 0;
	padding: 0px;
	width:90% !important;
	_width:640px;
	float:none !important;
	position:static !important;
	height:auto;
	line-height:14pt;
	left:0;
}

* html div#center h1, * html div#content h1 { /* styles for IE6 */
	display:block !important;
	position:relative !important;
	float:left;
	clear:both;
	width:99%;
}

div#center p, div#content p   {
	widows:3;
	orphans:3;
}	

div#center ul, div#content ul,
div#center ol, div#content ol   {
	page-break-inside: avoid;
}	

div#center th, div#content th {
	font-size: 12pt;
	font-weight:bold;
	color:#993300;
	padding-top: 1px;
	padding-bottom: 1px;
	text-align: left;
}

div#footer {
	width:95% !important;
	width:75%;
	color: #000000;
	background: none;
	clear:both !important;
	float:none;
	position:relative !important;
	margin:0;
	display:block;
	top:3em;
	left:-7px !important;
	height:100px;
	border-bottom:0 solid #999999 !important;
}

div#footerContent {
	margin:0 !important;
	padding:10px 0 0 0 !important;
	position:static !important;
	float:none !important;
	width:95% !important;
	text-align:left;
	overflow:visible !important;
}

div#footer a {
	color: #999999;
	text-decoration: underline;

}
div#footer .copyright, div#footer div#footerContent h6 {
	color: #999999;
	margin:0;
}

#printOnly {
	height: 70px;
	width: 600px;
	position: relative;
	top: 1%;
	_top:0 !important;
	left:10.5%;
	_left:-10px !important;
	display:block;
	margin-bottom:5% !important;
}

#printOnly .printLeft {
	position:relative;
	float:left;
}

#printOnly .printRight {
	float: right;
	position:relative;
	left:350px;
	top:15px;
} 

.boxFullSize, .boxHalfSize, .halfWidth, .fullWidth, .left, .right, .MISHeading, table {
	float: none !important;
	position:static !important;

}

.highlightBackground .right, .sectionHeadingBackground .right, .pageHeadingBackground .right, .noprint, div#pageNav, div.paging, div.recordSet {
	display:none !important;
}

p.evenRow {
	background:none !important;
	border:none !important;
}

h2.pageHeadingBackground, h3.sectionHeadingBackground, div.highlightBackground, div.sectionHeadingBackground, div.pageHeadingBackground {
	background:none;
	border-bottom:1px solid #999999;
	padding-bottom:5px;
	position:static !important;
	float:none !important;
}

div.highlightText {
	font-size:14pt;
	color:#000000;
}















