/* PRINT CSS file control foramtting and layout of pages for printing. 
This file contains only settings that deviate from those set in the primary.css file. 
Formatting screen display are contained in the Primary.css file. */

body	{
	background-color: #ffffff;
	background-image: url(images/spacer.gif);
	font-size: 70%;
	margin: 0px;
	padding: 0px;
}

#container	{
	width: 100%;
	border: 0px solid #ffffff;
	margin: 0px;
	background-color: #ffffff;

}

.no_print {
	display: none;
}

#header	{
	display: none;
}

#header_print	{
	display:block;
}

#navigation	{
	display: none;
}


#content	{
	padding: 0px;
	page: auto;
}


#footer	{
	color:#000000;
	background-color: #ffffff;
	background-image: url(images/spacer.gif);
}
	#footer a	{
		color:#000000;
	}




