/* CSS Document */
.forReader {
	width: 100%;
	display: block;
	height:auto;
}

.noPrint {
	display: none;
}
.printOnly {
	display:block;	
}

/* below is an example of negating the background image if you happen to have it specified in the main.css file */
body {
	background: #fff url(none); 
	font: 12pt "Times New Roman", Times, serif; 
	color: #000000;
	margin:0px;
}
/* gets rid of navigation and other items for printing */
#navList, #skipNav{
	display: none;
}
#hintContainer {
	display:none;
	
}

/* changes link color to black */
a:link {
	color: #000;
}
a:visited {
	color: #000;
}

#mainContent {
	width: 100%;
	display: block;
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	float: none;
}
table td {
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
}

img {
	display:block;
}
h1{
	width:100%;
	padding: 6px 0px 6px 0px;
	background: #FFFFFF;
	display: block;
	float: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
}
h1 br {
	display:none;
}
#subHeader1 h3{
	width: 100%;
	overflow: visible;
	display: block;
	font-weight: bold;
	font-size: 1em;
	padding: 0px 0px 12px 0px;
	float: none;
	font-family: "Times New Roman", Times, serif;
}

#subHeader2 h2{
	width: 100%;
	overflow: visible;
	display: block;
	font-weight: bold;
	font-size: 1.2em;
	padding: 0px 0px 12px 0px;
	float: none;
	font-family: "Times New Roman", Times, serif;
}

#footer{
	text-align: center;
	margin-top: 20px;
	font-size: 80%;
}



#links{
	display: none;
}