@charset "utf-8";
/* CSS Document */

.divTopic {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-align:center;
	vertical-align:middle;
	line-height: normal;
	height:70px;
	width:180px;
	background-color:#e6e6fa;
	margin-top: 5px;
	float:left;
	margin-right:20px;
	margin-left:5px;
}



.councilMiniC {
	background-color: #FFF;
	float:left;
	margin-top:10px;
	margin-bottom:10px;
	width:440px;
	height:90px;
	
}

.headText{
	font-family:arial,helvetica,sans-serif;
    font-weight:bold;
	font-size:18px;
	}
    
.blueSubHeading {font-family: Arial, Helvetica, sans-serif; font-size: 12pt; font-weight: bold; color: #000080}
	
table.formatted {
    border-color: silver;
	border-style: solid;
	border-width: 0 0 1px 1px;
	border-spacing: 0;
	border-collapse: collapse;
}

table.formatted th {
	border-color: silver;
	border-style: solid;
	padding: 5px;
	border-width: 1px 1px 0 0;
	background: #F5F5F5;
	vertical-align: bottom;
	text-align:center;
	font-size: 110%;
}

table.formatted td {
    border-color: silver;
    border-style: solid;
    padding: 5px;
    border-width: 1px 1px 0 0;
    vertical-align: top;
}

.fieldset {
    height: 190px; 
    border:1px solid #999; 
    border-radius:5px; 
    box-shadow:0 0 5px #999;
}
 
.legend {
    "background:#fff;
}

