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: 8px !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;
	display: visible !important; < - Make sure that your header text block that is defined in each page is now visible in the print.
	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;
	padding: 10px;
	overflow: visible;
}

div#banner {
	visibility: hidden;
}

div#generalBannerContainer {
	visibility: hidden;
}

/* product range */

div#productRange {
	/*clear:both;*/
	height: 24px;
	text-align: center;
	padding: 7px 0 0 0;
}

div#productRange .space {
	margin-right: 0.5em;
}

div#productRange .sml {
	font-size: 6pt;
}

div#productRange .med {
	font-size: 7pt;
}

div#productRange .lrg {
	font-size: 8pt;
}

div#productRange .bd {
	font-weight: bold;
}

div#productRange .blue {
	color: #007BBD;
}

div#productRange .red {
	color: #C7092F;
}

div#productRange .green {
	color: #4B9549;
}

div#productRange .yellow {
	color: #E7D000;
}

div#productRange .dkblue {
	color: #002736;
}

div#pageContent {
	text-align: left;
	padding: 0 35px 15px 35px;
	background: url(../images/generalContent2.jpg) top left;
}

div#footbar {
	visibility: hidden;
}

div#footer {
	padding: 5px 0px 0px 0px;
	text-align: center;
	font-size: 7pt;
	height: 40px;
	background: url(../images/generalFooter.jpg) no-repeat top left;  
	background-repeat: no-repeat;
}

/* div content styling */

#textBox {
	width: 690px;
	padding: 10px;
	background: url(../images/generalGhostBG.jpg) no-repeat bottom center;
}

#textContainer {
	width: 680px;
	padding: 0 10px 10px 5px;
}

/* dc strapline makeup */

div#dcStrapline {
	text-align:center;
	/*position: relative;*/ 
	top: 18px;
}

div#dcStrapline .topline {
	font-size: 11pt;
	font-weight: bold;
	color: #007BBD;
	line-height: 12pt;
}

div#dcStrapline .midline {
	font-size: 12pt;
	font-weight: bold;
	line-height: 17pt;
	color: #FF0000;
}
div#dcStrapline .botline {
	font-size: 8pt;
	color: #002736;
}

div#navContainer2 {
	visibility: hidden;	
}

div#navContent {
	visibility: hidden;
}

#bannerAnimContainer {
	visibility: hidden;
}

#bannerTitleContainer {
	visibility: hidden;
}

h1 {
	/*padding: 4px;
	margin: 4px;*/
	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;
}

.quote {
	color: #C7092F;
}

div#pageTitle {
	font-size: 135%;
	color: #00344D;
	padding: 5px 0 0 0;
	line-height: 140%;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #99A9B1;
}

h2 {
	font-size: 120%;
	font-weight: bold;
	color: #00344D;
}
