/*Print media stylesheet*/
body
{
	margin:0px;
	width:auto;
	background-color:white;
}
#links
{
}
#links ul
{
	display:block;
	height:20px;
}
#links li
{
	border:0px;
	
}
#links a
{
	display:none;
	border:0px;
}
#sizer
{
	width:auto;
	margin:0px;
	padding:0px;
	background-image:none;
}
#homenav , #flash , #footer a
{
	display:none;
}
#footer
{
	width:auto;
	border:0px;
	margin:0px;
	
}
#footer p
{
	margin-top:0px;
}
#column
{
	display:none;
}
#content
{
 background-color:white;
 padding-left:10px;
 padding-bottom:15px;
 height:auto;
 overflow:visible;
}
