/* CSS Document */
#breadcrumb {
	position: relative;
	left:42px;
	top:10px;
	width:700px;
	height:20px;
	color:#B30F41;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}
#breadcrumb a {
	color:#B30F41;
	text-decoration: none;
}
.last_crumb {
	color:#FAD11E;
}
#printlink {
}

#contentHolder {
	overflow: hidden;
	position: relative;
	left:18px;
	top:15px;
	width:700px;
	height:390px;
	z-index:100;
}
html>body #contentHolder {
	overflow: hidden;
	position: relative;
	left:48px;
	top:15px;
	width:700px;
	height:390px;
	z-index:100;
}
div#wn {
	overflow: hidden;
	position:absolute;
	width:700px;
	height:390px;
	clip:rect(0px,700px,390px,0px);
	z-index:1;
}
#lyr1 p{
		color:#000000;
}
div.content { 
	position:absolute;
	left:0px; top:0px; 
	width:700px;
	z-index:1; 
}
#scrollHolder {
	position:relative;
	left:5px;
	top:44px;
	width: 20px;
	height: 385px;
}
html>body #scrollHolder {
/* Over ride for all other */
	position:relative;
	left:15px;
	top:44px;
	width: 20px;
	height: 381px;
}
#scrollbar { 
  position:absolute; left:0px; top:0px;
  width:11px; height:126px; 
  font-size:1px; z-index:1;
  }
#track {
	position:absolute;
	left:0px;
	top:16px;
	width:14px;
	height:347px;
	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: 363px;
}  
#lyr1 p a {
	//font-weight:bold;
	//color: #FFFFFF;
	color: #0000CC;
}
#lyr1 p a:hover {
	//color:#FFDF1B;
}
#lyr1 a:visited {
	//color:#FFFFFF;
}
#lyr1 a:active {
	color:#0000CC;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #FA6B43;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #FA6B43;
}
h3 {
	font-size: 14px;
	font-weight: bold;
}


body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
}

