﻿@media print{
/* Start printer-friendly styles */	

/* Set contentin division to fill page width */
#contentin{
	width:100%
}

/* Set paragraph widths so they will print properly on a landscape oriented page*/
p {
	width:95%;
}

/*  Hide the following divisions and table cells*/
#toptd,
#verytop,
#logoarea,
#search,
#lefttd,
#leftcolumn,
#slideshowwrap,
#figureLeft,
#figureRight,
#righttd,
#right,
#footer,
#footer2
{
	display:none;
}

/* End Printer-friendly styles */
}
