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

.grayBG {
	background-color:#E3E6F6
	height: 200px;
	width: 200px;
	background-color: #ECECFE;
	text-align: center;
}
.counties {
	height: 20px;
	width: 200px;
}
.countiesNav {
	height: 100px;
	width: 200px;
	overflow: auto;
	background-color: #F2F3F6;
}

