/* PRINT CSS */

/* This CSS file hides unwanted elements when a page is printed out,
by overriding styles set in pagelayout.css */

body
{
    font-size: 11px;
    background-image:none;
    font-family:Arial;
}

/*#page
{
	width: 768px;
	padding:5px;
}*/

div#topmenuwrap, 
div#sidecolumn, 
div#footer, 
div#maincontent img.mainimage,
a.link 
{
    display: none; 
}

#columns
{
	background:none;
}

#columns, #maincolumn, table
{
    margin: 0;
    padding: 0;
    border: 0 none;
	float: none !important;
    width:100%;
    text-align:left;
    font-size: 11px;
}

div#logo
{
	display: block;
}




