/* CSS Document */

div#left{
	position:absolute;
	width:403px;
	margin-left:5px;
	}
	
div#lthead{
	background-color:#666633;
	font-family:"Tahoma Small Cap", Arial, Tahoma;
	font-size:18px;
	height:26px;
	}
	
div#stream{
	float:left;
	width:200px;
	height:25px;
	border-right:1px solid #000000;
	border-left:1px solid #000000;
	border-bottom:1px solid #000000;
	border-top:1px solid #000000;
	}
	
div#county{
	float:left;
	width:200px;
	height:25px;
	border-bottom:1px solid #000000;
	border-top:1px solid #000000;
	border-right:1px solid #000000;
	}
	
div#strnames{
	font-family:"Tahoma Small Cap", Arial, Tahoma;
	font-size:12px;
	background-color:#CCCC66;
	position:absolute;
	width:202px;
	left:0px;
	top:35px;
	text-indent:5px;
	border-left:1px solid #660000;
	border-top:1px solid #660000;
	}
	
div#conames{
	font-family:"Tahoma Small Cap", Arial, Tahoma;
	font-size:12px;
	background-color:#CCCC66;
	position:absolute;
	width:201px;
	left:200px;
	top:35px;
	text-indent:5px;
	border-left:1px solid #660000;
	border-top:1px solid #660000;
	}
	
div#ind{
	border-bottom:1px solid #660000;
	border-right:1px solid #660000;
	}


