body, h1, h2, h3, h4, p, ul, li {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	text-align: center; /*ie workaround for centering the entire page*/
}


.container {
	margin-right: auto;
	margin-left: auto;
	width: 868px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align:left; /*counteracting the IE workaround so that the text is left*/
	}


#module1 {
	width: 100%;
	float: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;	
}

#module2 {
	margin: 0px;
	clear: both;
	
}

#module2 p {
	margin-right: 150px;
	margin-left: 100px;
	margin-bottom: 15px;
	
}
#module2 li {
	margin-left: 185px;
	margin-right: 150px;
	list-style-type: none;
	list-style-image: url(Images/dot_xs_grey.gif);
}
#module2 h3 {
	width: 700px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 150px;
	color: #000000;
	margin-bottom: 15px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-top: 0px;
}



#module3 {
	clear: both;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}

#module3 img {
margin-bottom: 15px;
}

.footer-wrapper {
	float: left;
	width: 778px;
	border: 1px solid #B5B5B5;
	margin-left: 50px;
}

.column {
	float: left;
	width: 256px;
}
.column p {
	font-size: 75%;
	padding: 10px;
	float: left;
	text-align: left;
}
.columnAmm p{
	font-size: 75%;
	padding: 10px;
	float: left;
	text-align: center;
}

.clearfloat {
	font-size: 1px;
	line-height: 0px;
	clear: both;
	height: 0px;
}
a:link {
	color: #014f99;
}
a:visited {
	color: purple;
}
a:hover {
	color: black;
}
a:active {
	color: #0000FF;
	outline:none;
}

.footer {text-align:center;
}

.indent { 
text-indent: 0.25in;
}
#council {
	width: 450px;
	margin: auto;
}
#council td {
	white-space: nowrap;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding: 3px;
}
#council th {
	background-color: #D7F4EE;
}

/* tooltip styling. by default the element to be styled is .tooltip */
.tooltip {
	display:none;
	font-size:12px;
	height:70px;
	width:160px;
	padding:20px;
	color:#fff;
	background-color: transparent;
	background-image: url(Images/blue_arrow2.png);
	background-repeat: no-repeat;
}


/*  get rid of those system borders being generated for A tags 
a:active {
  outline:none;
}
*/
:focus {
  -moz-outline-style:none;
}
