@import "common.css";

h3 {
	color: #a1bb3c;
	}

p {
	font-size: 1.2em;
	}

.counties {
	float: left;
	width: 122px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

.counties li {
	margin: 0 0 6px 0;
	padding: 0;
	font-size: 1.2em;
	text-indent: 10px;
	background: transparent url(../images/bullet-green.gif) left center no-repeat;
	}

#main img {
	float: left;
	display: inline;
	width: 166px;
	margin: 0 0 0 10px;
	}

.news {
	margin: 0 0 20px 0;
	padding: 0;
	}

.news h3 {
	margin: 0;
	padding: 0;
	}

.news h3 a:link,
.news h3 a:visited {
	color: #d2232a;
	font-weight: bold;
	text-decoration: none;
	}

.news h3 a:hover,
.news h3 a:active {
	color: #d2232a;
	font-weight: bold;
	text-decoration: underline;
	}

.news p {
	margin: 0 0 0 20px;
	font-size: 1.2em;
	}