/* Print Version */
body {
	width: 500px;
	margin: 0px;
	background: #FFFFFF;
	color:#000000;
	font-size: 9pt;
}

/* Font size hack to stop print version truncating in IE */
P   { font-size: 9pt; }
TD  { font-size: 9pt; }
LI  { font-size: 9pt; }

/* Hide a bunch of items */
.noPrint{
	display:none;
	width:0;
	height:0;
}
#titlebar {
	display:none;
	width:0;
	height:0;
}


/* TD */
#menubarleft, .tsandcs {
	display:none;
	width:0;
	height:0;
}

#pageoptionscontainer, #relatedlinkscontainer, #searchBox, #additionalInfo {
	display:none;
	width:0;
	height:0;
}

/* TR */
#quicklinks {
	display:none;
	width:0;
	height:0;
}

.locbaroptions {
	display:none;
	width:0;
	height:0;
}


/* Show some print specific stuff */

/* The Heading image */
/* idea here is to hide the display banner, and show a Print div that is normally hidden */
/* We could have loaded the image as part of the screen display, but this way it only loads the image when they print */
#titlebarprint {
	display:block;
}

/* for the Divisions Mapping Tool */
#main-right {
	clear: both;
	float: none;
}
#dataset {
	page-break-before: always;
}

/* end Divisions Mapping Tool */
