@charset "utf-8";
/* CSS Document */

			body {
				background-color: #ffffcc;
			}
			
			.pageWrapper {
				position: relative;
				z-index: 10;
				margin-left: auto;
				margin-right: auto;
				padding: 30px;
				width: 990px;
				height: 750px;
				border: 1px solid black;
				background-color: #ffffff;					
			}
			
			.countyContainerDiv {
				float: left;
				margin: 10px;
				padding: 10px;
				width: 945px;
				height: 710px;
				border: 1px solid black;	
				background-color: green;
				box-shadow: 10px 10px 5px #888888;
			}
			
			.countyTitleDiv {
				float: left;
				margin-bottom: 10px;
				padding-top: 0px;
				width: 942px;
				height: 219px;
				border: 1px solid black;
				text-align: center;
				text-weight: bold;
				font-family: arial;
				font-size: 30px;
				background-color: #ffffff;
				background-image:url(../images/logoJointCouncil.gif);
				background-repeat: none;				
			}
			
			.countyTitle {
				float: left;
				width: 603px;
				height: 60px;
				margin-left: 260px;
				margin-right: 70px;
				margin-top: 45px;
				line-height: 28px;
				border: 0px solid red;
				text-align: center;
				text-weight: bold;
				font-family: arial;
				font-size: 30px;
				color: white;				
			}
			
			.countyTitleSub {
				font-size: 12px;
				float: left;
				width: 780px;
				height: 80px;
				margin-left: 80px;
				margin-right: 80px;
				margin-top: 15px;
				padding: 4px;
				border: 0px solid red;
				background-color: white;							
			}
			
			.countyMapDiv {
				float: left;
				width: 600px;
				height: 478px;
				border: 1px solid black;				
			}
			
			.countyContent {
				float: left;
				margin-left: 10px;
				width: 320px;
				height: 468px;
				border: 1px solid black;
				padding: 5px;
				background-color: #ffffff;
				overflow: auto;				
			}
			
			.listTitleLook {
				font-family: arial;
				font-weight: bold;
				font-size: 20px;	
			}
			
			.listSubTitleLook {
				font-family: arial;
				font-weight: bold;
				font-size: 14px;	
				text-decoration: underline;			
			}

