body {
	font-family: Arial, Helvetica, sans-serif;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

#topLeft {  /* actually ELCA stuff */
position: absolute;
width: 20%;
padding:10px;
margin-top: 320px;
margin-left: 80%;
border-right: 1px solid #C6EC8C;
font-weight: normal;
background-color: #FFFFFF;
color:#000099;
}
#centerTop {  /* links */
	position: absolute;
	width: 15%;
	height: auto;
	padding: 5px; /*top right bottom left*/
	margin-top: 320px;
	margin-left: 5px;
	color:#999933;
	background-color: #339933;
	font-size:12px;
	left: 0px;
}
#rightTop {        /* actually the title */
position: absolute;
width: 99%;
height: 310px;
padding: 0 0 0 0; /*top right bottom left*/
margin-top: 0px;
margin-left: 0%;
color:#CC9966;
font-weight :bold;
font-size:24px;
background-color:#EEEEEE;
}
#editM {
position: absolute;
width: 63%;
padding: 5px; /*top right bottom left*/
margin-top: 320px;
margin-left: 16%;
font-weight: normal;
background-color:#EEEEEE;
}
#councilL{
position : relativw;
width:inherit;
height:120;
margin-top:10px;
text-align:left;
background-color:#EEEEEE;
}
a.two:link {      /*Links on the Links div*/
	color: yellow;
}
a.two:visited {
	color: white;
}
a.two:hover {
background-color:#000000;
	text-decoration: none;
	font-size: 150%;
}
a.two:active {
	text-decoration: none;
}
