@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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
#container {
	width: 1000px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header {
	font-size: 150%;
	color: #0F0;
	text-align: center;
	padding: 0;
	border: 8px none #bf2e1a;
	height: 200px;
}
#header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 10px;
	padding-right: 500;
	padding-bottom: 10px;
	padding-left: 0;
}
#mainContent {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#mainContent p {
	font-family: "Tw Cen MT";
}
.welcomeHeader {
	font-family: "Tw Cen MT";
	font-size: 32px;
	color: #039;
	margin-left: 150px;
	margin-right: 150px;
}
.mainText {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	margin-right: 150px;
	margin-left: 150px;
	line-height: 130%;
	color: #000;
}
.mainDistrict1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	line-height: 130%;
	color: #f62f0e;
}
.mainDistrict2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	line-height: 130%;
	color: #6b2503;
}
.mainDistrict3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	line-height: 130%;
	color: #fafd03;
}
.mainDistrict4 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	line-height: 130%;
	color: #3c00ff;
}
.mainDistrict5 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	line-height: 130%;
	color: #ffa800;
}
.mainDistrict6 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	line-height: 130%;
	color: #0ec920;
}
.mainDistrict7 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	line-height: 130%;
	color: #ff165d;
}
.mainMeetings {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	margin-right: 150px;
	margin-left: 150px;
	line-height: 130%;
	color: #000;
	text-align: center;
	border: 0px none #FFF;
}
.newsUpdates {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 32px;
	margin-right: 150px;
	margin-left: 150px;
	line-height: 130%;
	color: #C00;
	text-align: center;
	border: 0px none #FFF;
	text-decoration: underline;
}
.numberedList {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 110%;
	color: #000;
	margin-right: 193px;
	margin-left: 225px;
	line-height: 160%;
}

#footer {
	height: 30px;
	padding-top: 0;
	padding-bottom: 0;
	clear: left;
	background-color: #0C3;
}
#footer img {
	margin-left: 155.5px;
}

#footer a {
	font-family: "Century Gothic";
	font-size: 13px;
	color: #FFF;
}

#footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFF;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	padding-top: 8.5px;
	padding-right: 0;
	padding-bottom: 8.5px;
	padding-left: 0;
}
#topbar {
	font-size: 100%;
	color: #FFF;
	height: 40px;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #0C3;
}
.clearfloat {
	font-size: 1px;
	line-height: 1px;
	margin: 0px;
	height: 0px;
	clear: left;
}
.headerImage {
	float: left;
}
.districtImage {
	margin-right: 365px;
	margin-left: 365px;
}
.topimages {
	margin-left: 30px;
	margin-right: 30px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

