@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #17347F;
}
.oneColFixCtrHdr #container {
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 780px;
}
.oneColFixCtrHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #FFFFFF;
	background-image: url(../Media/Graphics/Buttons_Borders/gtop.gif);
	background-repeat: repeat-x;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 24px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #E73837;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	padding: 0px;
	margin: 20px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	font-size: 10px;
	font-weight: bold;
	background-color: #FFFFFF;
	background-image: url(../Media/Graphics/Buttons_Borders/gbot1.gif);
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.pictureHeader {
	text-align: center;
}
.pictureBody {
	text-align: center;
}
.pictureParagraph {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	text-align: left;
}
a:link {
	color: #17347F;
}
a:visited {
	color: #E73837;
}
a:hover {
	color: #860E10;
}
.counties {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	border-collapse: collapse;
}
.counties th {
	color: #FFFFFF;
	background-color: #152D6A;
	background-image: url(../Media/Graphics/bg_th.gif);
	text-align: left;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
.counties td {
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	border: 1px solid #999999;
}
.alternate {
	background-color: #EEEEEE;
}
.picturetext {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.3em;
	margin-right: 10px;
	margin-left: 10px;
}
