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

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

.no-print
{
    display: none;
}

#navigation
{
    display: none;
}

#wrap
{
	position: static;
	width: 90%;
	padding: 0px;
}

#page
{
	padding: 30px 30px 30px 130px;
	font-size: 80%;	
}

#header
{
	position: static;
	background: none;
	border-bottom: 1px dotted #ccc;
	height: auto;	
	width: 100%;	
}

#header h1
{
	font: normal 20px 'Georgia', 'Times New Roman', 'serif';
	color: #dcdcdc;
	font-variant: small-caps;
	margin: 0px 0px 5px 7px;
	letter-spacing: 0.0em;	
}

#header h1 span
{
	float: right;
	display: block;
}
