@charset "iso-8859-1";

	div.search{
		border:1px solid #CC0000;
		float:left;
		width:93%;
		background-color:#FFFFFF;
		margin-top:25px;
		width:264px;
	}
	
	div.search h1{
		display:block;
		width:auto;
		background-color:#CC0000;
		margin:0px;
		color:#FFFFFF;
		text-align:center;
		font-size:12px;
		padding:4px;
		margin-bottom:4px;
		border:0px;
	}
	
	div.search label, div.search select, div.search input{
		display:block;
		width:47%;
		float:left;
		padding:2px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	
	html>body div.search label, html>body div.search select, html>body div.search input{
		padding:0px;
		padding-left:2px;
		height:18px;
	}
	
	div.search select{
		font-size:12px;
		width:51%;
		margin-bottom:2px;
		color:#073E77;
	}
	
	div.search br {
		clear: left;
	}
	
	div.banner{
		border:1px solid #CC0000;
		float:left;
		width:93%;
		background-color:#FFFFFF;
		margin-top:25px;
		background-image:url(bizfiles/home.jpg); 
		background-repeat:no-repeat; 
		border-color:#999999; 
		margin-top:0px; 
		padding-top:206px;
	}
	
	ul.list{
		margin:3px 3px 3px 20px;
	}
	
	html>body ul.list{
		margin-left:-23px;
	}
	
	ul.list h2{
		margin-bottom:1px;
		font-weight:normal;
	}
	
	ul.list a{
		color:#000000;
	}
	
	ul.list a:hover{
		color:#073E77;
	}
	
	div.hiddentext {
		position: static;  
		left:0px; 
		top:0px; 
		display: none;
		text-align:center;
		color:#000000;
		font-weight:bold;
	}