﻿@media print{
/* Start printer-friendly styles*/

/*Get rid of content div margins and padding.
Use a different font for print */
#content{
	width:100%;
	color:#000000;
	margin:0;
	padding:0;
	font-family:"Century Gothic", times, serif;
	font-size:1em;
}

/* Hide the following */
#toptd,
#topnavbar,
#lefttd,
#righttd,
#right,
#footer,
#footer2,
#valid,
#valid1{
	display:none;
}

/* End printer-friendly styles */	
}
