html,body {
	margin: 0;
	padding: 0;
	border: 0;
	height:100%;
FONT-FAMILY: Arial; 
}
IMG {
	border: 0;
}

DIV#superdiv {
	position:relative;
	width=480px;
	height: 400px;
	
}


DIV#superdiv2 {
	position:relative;
	width=178px;
	height: 270px;
	
}
DIV#slideshow {
	position:absolute;
	left:431px;
	top:132px;
	width:216px;
	height:165px;
}

TABLE.content A:link,A:visited,A:active{
	color:#000000;
	text-decoration: underline;
}
TABLE.content A:hover{
	text-decoration: none;
}
/* 
   Styles for scrolling layers  
	 Specify width and height in hold and wn, and in clip for wn 
*/
div#hold	{ 
	position:relative; overflow:hidden;
	width: 480px; height:400px; 
  	z-index:100; 
	}
div#wn	{ 
	position:absolute; 
	left:0px; top:0px; 
	width:480px; height:400px; 
	clip:rect(0px, 460px, 380px, 0px); 
	overflow:hidden;	
	z-index:1; 
	}
div.content { 
	position:absolute; visibility:hidden;
	
	z-index:1; 
	font: 12px arial, helvetica, sans-serif;
	text-align:left;	
	}

/* Set small font-size or size/position of div's will be off in some browsers  */
div#scrollbar { 
  position:relative; left:0; top:0;
  width:19px; height:351px; 
  font-size:1px; z-index:1;
  }
div#track { 
  position:absolute; left:0; top:0;
  width:19px; height:352px;
  /*background: url("images/track.gif") #336 repeat;*/
  background:url(../images/scrolltray.jpg);
  z-index:1;
  }
div#dragBar {
  position:absolute; left:0; top:0px;
  width:19px; height:119px;
  background:url(../images/scrollpoint.gif);
  background-color: transparent;
  z-index:1;
/*  border: 1px solid black;
*/  }  












div#hold2	{ 
	position:relative; overflow:hidden;
	width: 178px; height:270px; 
  	z-index:100; 
	}
div#wn2	{ 
	position:absolute; 
	left:0px; top:0px; 
	width:178px; height:270px; 
	clip:rect(0px, 320px, 276px, 0px); 
	overflow:hidden;	
	z-index:1; 
	}
div.content2 { 
	position:absolute; visibility:hidden;
	
	z-index:1; 
	font: 12px arial, helvetica, sans-serif;
	text-align:left;	
	}

/* Set small font-size or size/position of div's will be off in some browsers  */
div#scrollbar2 { 
  position:relative; left:0; top:0;
  width:15px; height:210px; 
  font-size:1px; z-index:1;
  }
div#track2 { 
  position:absolute; left:0; top:0;
  width:15px; height:210px;
  /*background: url("images/track2.gif") #336 repeat;*/
  background:url(../images/scrolltray2.jpg);
  z-index:1;
  }
div#dragBar2 {
  position:absolute; left:0; top:0px;
  width:15px; height:35px;
  background:url(../images/scrollpoint2.gif);
  background-color: transparent;
  z-index:1;
/*  border: 1px solid black;
*/  }  






