/*remove the elements we don't want to print*/
  #nav, #breadcrumb, #bottomdiv, #innerfooter, #internalnav,  #skip, #content .handheldheader {
	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: 10pt;
}

/*let the wrapper take the available room*/
#wrapper {
	width: auto;
}

#pagecontent .printheader {
display: block;
margin-bottom: 25px;
}

#topbanner {
	/*background-image: url(../images/header_bg.jpg);*/ 
	image: url(../i/header2.jpg);
	background-position: 0 0;
	height: 86px;
	margin: 0 auto;
	width: 750px;
}
/*then center the content within the wrapper*/
#content {
	margin: 0 auto;
	width: 7in;
}

#content h2 {
	color: #0D1448;
	font-size: 14pt;
}

/* refloat the image in the content area*/


/*set the print header to display block - provides a heading for our printed page*/
#pagecontent .printheader {
	display: block;
	margin-bottom: 25px;
}



