/* Graphic Overlay */
#titlef{
	margin-top: 50px;
	margin-bottom: 15px;
}

div#hold	{	
	height:330px;width:185px;
	margin-bottom:30px;	
	}
	
div#wn	{ 
	width:185px; height:330px; 
	clip:rect(0px, 190px, 330px, 0px); 
	}

div#scrollbar {
	height:330px;
  }
  
div#track { 
	height:300px;
  }
  
  
  /* CSS Document */
div#article{
	margin-top: 0px;
	height: 430px;
}

div#detail{
	background-image:none;
	width: 470px;
	height:430px;
	margin-left: 238px;
	background-repeat: no-repeat;
	position:relative;
}

div#article{
	float:left;
	margin-left:-850px;
	background-color: #666666;
	width:206px;
}

.sheader{
	margin-top: 40px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
}

div#nav-breadcrumb{
	width:706px;
}

  /* State List */ 
div#lyr1 ul
{
	padding:0;
	margin: 0 0 0 12px;
	list-style:none;
}

div#lyr1 li
{
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 11px;
	margin-bottom:10px;

}

div#lyr1 li a
{
	color: #000000;
	text-decoration: none;
}