/*PRINT CSS*/

@media print
{
div {page-break-after:avoid}
}
/* Remove unwanted elements */
#header, #navdiv, #sidebar, #adsright, #resource, #brandwindow, #wrap-logo, #tools, .noprint
{
display: none;
}

/* Ensure the content spans the full width */
#contentarea, #content-tab, #main, #twocolumns, #content, #footer, .content-box
{
width: 700px; margin: 0; float: none;
background:#ffffff;
overflow:visible;
}

/* Add Logo and position content */
#content
{
background:#ffffff url(../images/bg-logo.png) no-repeat;
}
#contentarea, #content-tab
{
margin-top:110px;
position:relative;
left: -10px;
}

/* 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
} 
*/
