
/*remove the elements we don't want to print*/
#subheader, #sidebar, #innerfooter, #skip, #content .handheldheader, .dish, .jkd {
	display: none;
}

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

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

/*then center the content within the wrapper*/
#content {
	margin: 0 auto;
	width: 7in;
}

#content h2 {
	color: #0D1448;
	font-size: 14pt;
}

/*set the print header to display block - provides a heading for our printed page*/
#content .printheader {
	display: block;
	margin-bottom: 25px;
}

#footer p {
	font-size: 70%;
	float: left;
	margin: 0 0 0 5px;
	width: auto;
}

#footer p {
	display: inline;
}

#footer p {
	display: block;
}

#topbanner {
	height: 92px;
	margin: 0 auto;
	width: 768px;
}

#footer {
	margin: 0px 0px 0px 0px;
	padding: 0 9px 0 9px;
	height: 81px;
	width: 768px;
}



