@import "sidebar.css";

#slider {
	position: absolute;
	top: 0;
	left: 0;
	width: 180px;
	height: 100%;
}

#scrollbar { 
	position: absolute; 
	left: 640px; 
	top: 90px;
	height: 362px;
  width: 11px; 
  font-size: 1px; 
  z-index: 1;
  visibility: hidden;
}

#scrollbar-track { 
  position: absolute; 
  left: 0; 
  top: 11px;
  width: 11px; 
  height: 340px;
  background: url("../images/scrollbar/track.gif") transparent repeat-y;
  z-index: 1;
}

#scrollbar-handle {
  position: absolute; 
  left: 1px; 
  top: 1px;
  width: 9px; 
  height: 20px;
  background: url("../images/scrollbar/handle.gif") transparent repeat-y;
  z-index: 1;
}  
  
#scrollbar-handle-top-cap {
	position: absolute; 
	top: 0px; 
	left: 0px;
	width: 9px;
	height: 10px;
	background: url("../images/scrollbar/handle-top.gif") transparent no-repeat;
}

#scrollbar-handle-bottom-cap {
	position: absolute; 
	bottom: 0px; 
	left: 0px;
	width: 9px;
	height: 10px;
	background: url("../images/scrollbar/handle-bottom.gif") transparent no-repeat;
}

#scrollbar-up-button { 
	position: absolute; 
	left: 0; 
	top: 0; 
	z-index: 2;
	width: 11px;
	height: 11px;
	background: url("../images/scrollbar/btn-up.gif") transparent no-repeat;
}  

#scrollbar-down-button { 
	position: absolute; 
	left: 0; 
	bottom: 0; 
	z-index: 3; 
	width: 11px;
	height: 11px;
	background: url("../images/scrollbar/btn-dn.gif") transparent no-repeat;
} 

#scroller	{ 
	position: absolute; 
	left: 200px; 
	top: 90px; 
	width: 430px; 
	height: 362px; 
	clip:rect(0px, 430px, 362px, 0px); 
	overflow: hidden;	
	z-index: 1; 
}

#scroller-content {
	position: absolute; 
	visibility: hidden;
	left: 0px; 
	top: 0px; 
	z-index: 1; 
}

#scroller-content h1 {
	line-height: 3em;
	text-align: left;
	font-size: 1.3em;
	font-weight: bold;
  text-transform: uppercase;
  vertical-align: top;
}

#scroller-content h2 {
	line-height: 2em;
	text-align: left;
	font-size: 1.2em;
	font-weight: bold;
	font-variant: small-caps;
	vertical-align: middle;
	margin-top: 5px;
}

#scroller-content p {
	text-align: justify;
	font-size: 1.2em;
}

#scroller-content > hr {
	width: 60%;
	border-top: 1px dashed #433D00;
	border-left: none;
	border-right: none;
	border-bottom: none;
	margin-left: auto;
	margin-right: auto;	
	margin-top: 15px;
	margin-bottom: 15px;
	color: FFFAF0;
	background-color: #FFFAF0;
	height: 1px;
	text-align: center;
}

#scroller-content ol {
  margin-left: 30px;
  margin-right: 30px;
  margin-top: 10px;
  margin-bottom: 10px;
	text-align: justify;
	font-size: 1.2em;  
}

#scroller-content ol>li {
	list-style-type: decimal;
	list-style-position: outside;
	text-align: justify;
	margin-bottom: 5px;
}

#scroller-content a:link,
#scroller-content a:visited,
#scroller-content a:active {
	text-decoration: none;
	color: #433D00;
}

#scroller-content a:hover {
	border-bottom: 1px dashed #433D00;
}