/*** turn off orange background gif ***/

body { background-image:none; } 

/*** remove unwanted page elements ***/

#title { display:none; }

#logoLife { display:none; }

#logoBank { display:none; }

#logoCare { display:none; }

#pnav { display:none; }

#other { display:none; }

#contentleft { display:none; }

#contentright { display:none; } 

#footleft { display:none; }

/*** turn on print title and logo: white backgrounds ***/

#print-title { display:inline; }

#print-logoBank { display:inline; }

/*** move breadcrumb left to line up with content ***/

#bread { left:20px; }

/*** nudge main div to the right as Netscape 7 chops off the left edge ***/

#frame {margin-left:10px; }

/*** set width of main content area ***/

#contentcenter {
	display:block;
	width:12cm;
}

/*** turn off footer element, but turn on copyright and legal statement ***/

#footer { visibility:hidden; }

#copyright { 
	visibility:visible; 
	float:none;
	width:12cm;
	margin-left:10px;
}

#legal { 
	visibility:visible; 
	float:none;
	width:12cm;
	margin-top:10px;
	margin-left:10px;
}

TABLE.productDetailRates TH.dark { border-bottom:1px solid #000; }
TABLE.productDetailRates TH.light { border-bottom:1px solid #000; }
TABLE.productDetailRates TD.dark { border-bottom:1px solid #000; }
TABLE.productDetailRates TD.light { border-bottom:1px solid #000; }

.infoBoxHeadImages, .infoBoxBottomLeft, .infoBoxBottomCentre, .infoBoxBottomRight { display:none; }
.infoBoxHead { border:1px solid #000; border-bottom:none; background-color:#fff; }
.infoBoxHeadText { color:#000; }
.infoBox { background-color:#fff; border: 1px solid #000; }
