/* It is common to set printer friendly styles such as a white background with black text. */
body {
	background-color: #fff;
	background-image: none;
	border-color: #000; /* Sets the border color properties for an element using shorthand notation */
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
}
#tagline {
	font-size: 14pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

/* Remove unwanted elements */
#logo, #rightcolumn, img, .noprint
{
display: none;
}
/* Ensure the content spans the full width */
#midcolumn, #content
{
width: 100%; margin: 0; float: none;
}
/* Improve colour contrast of links */
a:link, a:visited
{
color: #781351
}

