/* 
   Styles for scrolling layers  
	 Specify width and height in hold and wn, and in clip for wn 
*/
div#hold	{ 
	position:relative; overflow:hidden;
	width:500px; height:350px; 
  z-index:100; 
	}
div#wn	{ 
	position:absolute; 
	left:17px; top:12px; 
	width:400px; height:370px; 
	clip:rect(0px, 280px, 350px, 0px); 
	overflow:hidden;	
	z-index:1; /* 
   Styles for scrolling layers  
	 Specify width and height in hold and wn, and in clip for wn 
*/
div#hold	{ 
	position:relative; overflow:hidden;
	width:291px; height:350px; 
  z-index:100; 
	}
div#wn	{ 
	position:absolute; 
	left:17px; top:12px; 
	width:350px; height:370px; 
	clip:rect(0px, 280px, 350px, 0px); 
	overflow:hidden;	
	z-index:1; 
	}
div.content {
	position:absolute;
	left:2px;
	top:12px;
	z-index:1;
	height: 370px;
	color: #45598F;
	width: 252px;
	visibility: hidden;
	}

/* Set small font-size or size/position of div's will be off in some browsers  */
div#scrollbar { 
  position:relative; left:0px; top:-2px;
  width:11px; height:350px; 
  font-size:1px; z-index:1;
  }
div#track {
	position:absolute;
	left:8px;
	top:30px;
	width:11px;
	height:50px;
	background: url("/images/nav/track.gif") #336 repeat;
	z-index:1;
	background-color: #ffffff;
  }
div#dragBar {
  position:absolute; left:0px; top:27px;
  width:13px; height:19px;
  background-color:#020085;
  z-index:1;
  }  
div#up { position:absolute; left:3px; top:6px; z-index:2 }  
div#down {
	position:absolute;
	left:3px;
	bottom:0;
	z-index:3;
	top: 279px;
}  

/* Styles for demo, not necessary for scrolling layers */  
body  { text-align:left }
body, td  { font: 12px Arial, Helvetica, sans-serif; }  
th	{ font-size:1.4em; text-align:left }	
a img { border:none }
p { margin: 0 0 .6em 0 }
h2 { font-size:1.2em; margin:0 0 .6em 0 }
h3 { font-size:1.1em; margin:0 0 .6em 0 }
div.content { text-align:left }
table.main { 
  background-color:#eee;
  width:440px; 
  height:200px;
  margin:auto; 
  text-align:left;
  border:1px solid #999; 
  }
table.main td.text, table.main td.navs { vertical-align:top; text-align:left }
td#scrollLinks  { width:12px }
td.navs ul { margin:0; padding:0; list-style:none }
td.navs ul li { margin:0 0 .6em .4em }
td.navs ul li a { text-decoration:none }
td.navs ul li a:hover { text-decoration:underline }
.fObj {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

	}
div.content {
	position:absolute;
	left:2px;
	top:12px;
	z-index:1;
	height: 800px;
	color: #45598F;
	width: 252px;
	visibility: hidden;
	}

/* Set small font-size or size/position of div's will be off in some browsers  */
div#scrollbar { 
  position:relative; left:0px; top:-2px;
  width:11px; height:350px; 
  font-size:1px; z-index:1;
  }
div#track {
	position:absolute;
	left:-152px;
	top:30px;
	width:11px;
	height:50px;
	background: url("/images/nav/track.gif") #336 repeat;
	z-index:1;
	background-color: #ffffff;
  }
div#dragBar {
  position:absolute; left:0px; top:27px;
  width:13px; height:19px;
  background-color:#020085;
  z-index:1;
  }  
div#up {
	position:absolute;
	left:-157px;
	top:6px;
	z-index:2
}  
div#down {
	position:absolute;
	left:-157px;
	bottom:0;
	z-index:3;
	top: 279px;
}  

/* Styles for demo, not necessary for scrolling layers */  
body  { text-align:left }
body, td  { font: 12px Arial, Helvetica, sans-serif; }  
th	{ font-size:1.4em; text-align:left }	
a img { border:none }
p { margin: 0 0 .6em 0 }
h2 { font-size:1.2em; margin:0 0 .6em 0 }
h3 { font-size:1.1em; margin:0 0 .6em 0 }
div.content { text-align:left }
table.main { 
  background-color:#eee;
  width:440px; height:200px;
  margin:auto; text-align:left;
  border:1px solid #999; 
  }
table.main td.text, table.main td.navs { vertical-align:top; text-align:left }
td#scrollLinks  { width:12px }
td.navs ul { margin:0; padding:0; list-style:none }
td.navs ul li { margin:0 0 .6em .4em }
td.navs ul li a { text-decoration:none }
td.navs ul li a:hover { text-decoration:underline }
.fObj {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
