@media print {
/* Remove unwanted elements */
/*.topsectionb, .top, #picture, #tabsB, #RHSheader, #body, #rightcolumn, #headcontainer, #footer{display: none;} */
body {background: none; }
#rightcolumn {display: none;}
#topsectionb {display: none;}
#footer{display: none;}
.top {display: none;}
#footer a {display: none;}
#top a {display: none;}
#rightcolumn {display: none;}
#FlashDiv {display: none;}

/* Ensure the content spans the full width */
#contentcolumn{width: 100%; margin: 0; float: none; font-family:Arial, Helvetica, sans-serif}

/*
Change text colour to black (useful for light text on a dark background) */
/*.lighttext
{
color: #000 
}
*/

/* Improve colour contrast of links */
a:link, a:visited
{
color: #781351
}
}