
html {
	font-family: Helvetica, Arial, sans-serif;
	background-color: #dad5db;
}
.container {
	position: relative;
	width: 960px;
	min-height: 700px;
	color: #004688;
	background-color: white;
	/* border: solid 2px green; */
}
.header-top {
	position: relative;
	width: 781px;
	height: 120px;
	left: 0px;
	top: 15px;
	font-weight: bold;
	text-decoration:none;
	font-size: 15px;
	/* border: solid 1px red; */
}
#header-menu {
	position: relative;
	left: 20px;
	margin-top: 40px;
	width: 870px;
}
#header-menu li {
	float: left;
	display: inline;
	margin-left: 0px;
	height: 26px;
	list-style-type: none;
	padding-right: 30px;
	text-align: left;
}
#header-menu a {
	font-size: 22px;
}
.header-bottom {
	position: relative;
	clear: left;
	top: 10px;
	left: 20px;
}

#district-container {
	position: absolute;
	width: 775px;
	height: 272px;
	clear: left;
	top: 4px;
	left: 71px;
	overflow: hidden;	
}

.content {
	position: relative;
	margin-bottom: 35px;
	top: 20px;
	width: 781px;
	min-height: 200px;
	font-size: 16px;
	line-height: 1.3;
	color: black;
	text-align:left;
	/*  border: 1px solid red;  */
}

.bulletin{
	float:left;
	width: 390px;	
}

.meeting p {
	margin-left:15px;
	margin-top:5px;
}

h1 {
	margin-top: 25px;
	margin-bottom: 5px;
	font-size: 30px;
	font-weight: bold;
	font-family: 'Century Gothic', Helvetica, verdana, Arial;
}

h2 {
	margin-bottom: 5px;
	margin-top: 25px;
	font-size: 24px;
	font-family: 'Century Gothic', Helvetica, verdana, Arial;
	/* font-weight: bold; */
	font-weight: normal;
	text-align: left;
}

h3 {
	margin-top:5px;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: normal;
	font-family: Helvetica, verdana, Arial;
}
h4 {
	margin-top:16px;
	margin-bottom: 25px;
	font-size: 18px;
	text-decoration: underline;
	font-weight: normal;
	font-family: Helvetica, verdana, Arial;
	text-align: left;
}

ul {
	line-height: 1.3;
	font-size: 16px;
}

ul li  {
	margin-bottom: 8px;
}

a  {
	font-size: 15px;
}

a:link {
	color: #004688;
	text-decoration:underline;
}
a:visited {
	color: #004688;
}
a:hover {
	color: #363636;
}
a:active {
	color: #004688;
}
.clear {
	clear: both;
}

#bottom-bar {
	position: relative;
	display: block;
	/*  width: 776px;  */
	margin-top: 30px;
	margin-bottom: 0px;
	height: 45px;
	line-height: 40px;
	font-family: 'Century Gothic', Helvetica, verdana, Arial;
	font-size: 18px;
	color: white;
	/*  border: 2px solid red;  */
}
#bottom-bar p {
	margin-top: 0px;
	text-align: left;
}