/* CSS Document */
#councillist {
	width: 350px;
	border: 1px solid #000;
	float: left;
}
#councillist a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}
#councillist a:visited {
	color: #000;
}
#councillist a:hover {
	color: #009;
}
#councillistheader {
	background-color: #FFCC00;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 9pt;
	font-weight: bolder;
	padding: 2px;
}
#councilitem {
	width: 350px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin-bottom: 5px;
}
#councilitemtitle {
	width: 233px;
	background-color: #CCCCFF;
	padding: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
}
#councilitememail {
	width: 108px;
	float: right;
	background-color: #FFFFCC;
	text-align: center;
	padding: 2px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-bottom-color: #000;
}
#counciliteminfo {
	width: 234px;
	height: 78px;
	padding: 2px;
}
#councilitemimage {
	width: 112px;
	float: right;
	height: 77px;
	text-align: center;
	padding-top: 5px;
}
#councilitemimage img{
	border: 1px solid #000;
}




