
/***********************************
 CSS Rules to use when Page Printed
************************************/

body
{
    background: white;
    color: black;
    font: normal 12px 'Verdana', 'Arial', 'sans-serif';
}

.no-print
{
    display: none;
}

.print-only
{
    display: block;
}

#navigation
{
    display: none;
}

#page
{
    padding: 40px 0px 50px 0px;
    position: absolute;
    margin: 10px 0px 0px 20px;
    top: 44px;
}

#header
{
	border-top: none;	
}

#wrap
{
    text-align: left;
    background: none;
}