/* Header, changed text align from right */
.printHeader
{
	display: block;
	text-align: left;
	border-bottom: 1px solid #E0E0E8;
	padding: 5px 300px 5px 0px;	
}

/* Footer */
.printFooter
{
	display: block;
	text-align: left;
	border-top: 1px solid #E0E0E8;
	padding: 5px 300px 5px 0px;	
}

/* Remove unwanted elements */
#p-header, #p-footer, #column1, .menu_container, .container, .imagetop, .noprint { display: none; }


/* Improve color contrast of links */
a:link, a:visited { color: #781351;  font-weight: normal; text-decoration: underline; }

/* Turn off any background styling, turn off floating */
body, #grid-2cols-10pxPadding #column2 { background: none; width: 100%; windows: 3; orphans: 5; position: relative !important; float: none !important; overflow: visible !important;}

/* Ensure the content spans the full width */
#container  { width: 100%; margin-bottom: 10px; float: none ! important; } 

#p-body, #p-body-innerwrapper, #p-body-bottomwrapper, #p-body-wrapper { background: url(none) ! important;}

ul { page-break-inside: avoid; }