/* CSS Document */

#contentHolder {
	overflow: hidden;
	position: relative;
	left:18px;
	top:10px;
	width:700px;
	height:415px;
	z-index:100;
}
html>body #contentHolder {
	overflow: hidden;
	position: relative;
	left:48px;
	top:10px;
	width:700px;
	height:415px;
	z-index:100;
}
div#wn {
	overflow: hidden;
	position:absolute;
	width:700px;
	height:415px;
	clip:rect(0px,700px,415px,0px);
	z-index:1;
}
div.content { 
	position:absolute;
	left:0px; top:0px; 
	width:700px;
	z-index:1; 
}
#scrollHolder {
	position:relative;
	left:5px;
	top:10px;
	width: 20px;
	height: 415px;
}
html>body #scrollHolder {
/* Over ride for all other */
	position:relative;
	left:15px;
	top:10px;
	width: 20px;
	height: 415px;
}
#scrollbar { 
  position:absolute; left:0px; top:0px;
  width:11px; height:160px; 
  font-size:1px; z-index:1;
  }
#track {
	position:absolute;
	left:0px;
	top:16px;
	width:14px;
	height:381px;
	background: url(../images/track2.gif) repeat-y;
	z-index:1;
	/*border: 1px solid BCAF86;*/
  }
#dragBar {
	position:absolute;
	left:0px;
	top:0px;
	width:14px;
	height:20px;
	z-index:1;
	background: url(../images/dragbar.gif) repeat-y;
  }  
#up { position:absolute; left:0px; top:0px; z-index:2 }  
#down {
	position:absolute;
	left:0px;
	z-index:3;
	top: 397px;
}  
#lyr1 p a {
	font-weight:bold;
	color: #FFFFFF;
}
#lyr1 p a:hover {
	color:#FFDF1B;
}
#lyr1 a:visited {
	color:#FFFFFF;
}
#lyr1 a:active {
	color:#FFFFFF;
}
