body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #002736;
	background-image: none !important; < - Make sure you set the background to white and none so that there is no colored background to print.
	background-color: #FFFFFF !important;
	border: none !important;
	float: none !important; < - In regards to Firefox’s printing errors, MAKE SURE you set the float to none so that the print will print multiple pages.
	margin: 20px !important; < - I usually set a 8% margin to allow for proper layout of a print. This usually works well with most printers.
	padding: 0% !important;
	width: auto !important;
	overflow: visible !important; < - Just as important as the float, it is also VERY IMPORTANT to set the overflow to none so that there are no Firefox print issues.
}

/* background images */

div#wrapper {
	text-align: center;
	width: 780px;
	min-width: 780px;
}

/* expanding figure box */

div#banner {
	display: none;
}

div#pageContent {
	/*clear: both;*/
	text-align: left;
	padding: 0 35px 15px 35px;
	/*background: url(../images/des1_contentBG.jpg) top left;*/
}

div#footbar {
	display: none;
}

div#footer {
	padding: 5px 0px 0px 0px;
	text-align: center;
	font-size: 7pt;
	height: 35px;
	/*background: url(../images/des1_footer.jpg) no-repeat top left;*/
}

/* div content styling */

#textBox {
	width: 690px;
	padding: 10px;
	/*background: url(../images/dcGhostBG.jpg) no-repeat bottom center;*/
}

#textContainer {
	width: 680px;
	padding: 0 10px 10px 5px;
}

div#navContainer2 {
	display: none;
}

div#navContent {
	display: none;
}

#bannerAnimContainer {
	display: none;
}

#bannerTitleContainer {
	display: none;
}

h1 {
	font-size: 160%;
	font-weight: bold;
	color: #00344D;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #99A9B1;
	padding: 0 0 5px 0;
}

h2 {
	font-size: 120%;
	font-weight: bold;
	color: #00344D;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #99A9B1;
}
