/* CSS Print Styles */

body {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	background: none;
}

#accessibility,
#topnavigation,
#topcontainer,
#banner,
#homeclientlogin,
#clientlogin,
#footer,
#homefooter,
#leftnavigation,
h2.hide {
	display: none;
}


h1, h2, h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18pt;
	font-weight: bold;
}

h2, h3 {
	font-size: 13pt;
}

#homecontainer,
#maincontainer {
	width: auto;
	border: 0;
	margin: 0 5%;
	padding: 0;
	float: none !important;
}

#maincontainer a:link:after, 
#maincontainer a:visited:after {
	content: " (" attr(href) ") ";
	font-size: 10pt;
}

a:link, a:visited {
	color: blue;
	text-decoration: underline;
	font-weight: bold;
}

