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;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
}
.oneColFixCtr #councilcontainer {
	width: 850px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-style: normal;
	font-size: 12px;
}
.rightalign {
	text-align: right;
	padding-right: 18px;
}
.oneColFixCtr #councilcontainer #mainContent h1 {
	text-align: center;
}
.oneColFixCtr #councilcontainer #mainContent table tr td p em {
	font-size: 75%;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.oneColFixCtr #councilcontainer #mainContent table tr td #mainContent {
	font-size: 75%;
	font-style: italic;
}
.year {
	font-weight: bold;
	font-style: normal;
	text-align: left;
	text-decoration: underline;
}