/* Printer Overrides */


/* Remove unwanted elements */
#titlewrapper, #breadcrumbs, #menuwrapper, #rss, #rightcol
{
    display: none;
}


/* Ensure the content spans the full width */
#content
{
    width: 100%; margin: 0; float: none;
}


/* Ensure print font types */
html, body
{
	font-family: Tahoma, Helvetica, sans-serif;
}


/* Center footer */
#footer
{
	text-align:center;
        font-size: 70%;
        font-weight: bold;
}


/* H1 sizing */
h1
{
	color: #B01230;
	margin: 0 0 6px 0;
	font-weight: normal;
	font-size: 22px;
}
				
