<!-- 
/* set up the font to be used for the page */
body {
  font-family: tahoma; arial, sans-serif; margin: 0; padding: 0;
  }
/* set the size of the definition list <dl> and add the background image */
#imap {
  width:760px;
  height:409px;
  position:relative;
  }
/* place the <dd>s in the correct absolute position */
#imap dd {
  position:absolute; 
  padding:0; 
  margin:0;
  }
#imap #a1 {
  left:447px; 
  top:196px; 
  z-index:20;
  }
#imap #a2 {
  left:447px; 
  top:234px; 
  z-index:20;
  }
#imap #a3 {
  left:447px; 
  top:272px; 
  z-index:20;
  }
#imap #a4 {
  left:447px; 
  top:310px; 
  z-index:20;
  }
#imap #a5 {
  left:447px; 
  top:348px; 
  z-index:20;
  }
/* style the <dd><a> links physical size and the background image for the hover */
#imap a#b1, #imap a#b2, #imap a#b3, #imap a#b4, #imap a#b5
  {
  display:block; 
  width:204px; 
  height:38px; 
  text-decoration:none; 
  z-index:20;
  }
  /* style the span text so that it is not initially displayed */
#imap a span, #imap a:visited span {
  display:none;
}
.hdrreplace {
text-indent: -9999px;
padding: 0;
margin: 0;
}
 -->

