/* CSS for printing */

#skip a, #skip a:hover, #skip a:visited
{
	position:absolute;
	left:0px;
	top:-500px;
	width:1px;
	height:1px;
	overflow:hidden;
}
 
#skip a:active
{
	position:static;
	width:auto;
	height:auto;
} 

.noPrint
{
	display:none;
}

.screenReader
{
	clear: both;
	padding-top: 30px;
}

#mainContent
{
	width: 736px;
}

h1, h2, h3, h4
{
	clear: both;
	padding-top: 10px;
}