
/***********************************************/
/* History Bar Divs                            */
/***********************************************/
#HBarFrame{
	position:relative;
	top:0px;
	height:29px;
	width:770px;
	background-color:#FFFFFF;
}
#HBar{
	position:absolute;
	top:2px;
	left:0px; 
	height: 24px;
	width: 770px; 
	z-index: 200;
}
#HBl{
	position: absolute;
	top: 0px;
	left:0px;
	width: 3px;
	height: 24px;
}
#HBr {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 3px;
	height: 24px;

}	
#HBLinks{
	font-size:80%; 
	color:#000000; 
	position:absolute; 
	top:4px; 
	left:20px; 
	width:670px;
}
#HBLinks a:link, a:visited{text-decoration:underline;	color:#000000;}
#HBLinks a:hover{text-decoration: underline;color:#0000FF;}

.hbHomeRpt{background-image: url(../i/hb/hbHome_rpt.jpg);}
.hbAboutRpt{background-image:url(../i/hb/hbAbout_rpt.jpg);}
.hbHelpUsRpt{background-image: url(../i/hb/hbHelpUs_rpt.jpg);}
.hbResearchRpt{background-image: url(../i/hb/hbResearch_rpt.jpg);}
.hbLibraryRpt{background-image: url(../i/hb/hbLibrary_rpt.jpg);}
.hbSupportRpt{background-image: url(../i/hb/hbSupport_rpt.jpg);}
.hbNewsRpt{background-image: url(../i/hb/hbNews_rpt.jpg);}
.hbForumsRpt{background-image: url(../i/hb/hbForums_rpt.jpg);}





