
/*remove the elements we don't want to print*/
#logo, #skip, #nav, #footer, #content .handheldheader {
	display: none;
}

/* get rid of the body bg, change the font and size to be print friendly*/
body {  
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
}

/*let the wrapper take the available room*/
#wrapper {
	width: auto;
}

#logo-print {
	display: block;
	margin-bottom: .5in;
	}

h1 {
	font-size: 16pt;
	font-family: "Trade Gothic LT Std Cn", "Arial Narrow", Arial, sans-serif;
	}
h2 {
	font-size: 14pt;
	}
h3 {
	font-size: 12pt;
	}




