/* Print CSS Document for Unity Microsite product */
body {
	background-image: none;	
}
#topbanner,
#productmenu,
#secondarymenu,
#printbutton,
#leftlogocontainer,
#maincontent input.formbutton {
	display: none;
}

#middle {
	padding: 120px 0 20px 0;
}

#contentborder { /* Draws the vertical border to the right of the Menu for Mozilla */
	border-left: none;
	margin: 0;
	padding: 0;
}

/* Terms and conditions scrolling div*/
#applyPage #maincontent,
#importantinformationpage #maincontent { 
	height: 6000px;
	margin: 0;
	padding: 10px;
	_height: 500%;
}

#maincontent #legalinformation,
#maincontent #importantinformation {
	border: none;
	overflow: visible;
	padding: 0;
}

#printheader 
{
	display: block;
	height: 80px;
	left: 0;
	position: absolute;
	top: 0;
	/* width: 798px; */
	z-index: 500;
}



#maincontent #faqanswers {
	border: none;
	height: auto;
	overflow: visible;
	padding: 0;
}

#maincontent #faqanswers p {
	margin-bottom: 0;
}