div#committeeblock {
	clear:both;
	width:100%;
	background-color:#c0c0c0;
}

div#committeeblock h2 {
	font-size:12px;
	padding-top:1.0em;
	line-height:1.0em;
	text-align:center;
	text-transform:none;
}

div#committeeblock .cnames {
	font-size:10px;
	text-align:center;
	padding:10px 10px 10px 10px;
}

div#committeeblock .scores {
	background-color:#004200;
	text-align:left;
	padding:4px 4px 4px 4px;
}

div#committeeblock .scores a {
	color:#fff;
}
	
div#committeeblock .scores a:hover {
	color:#ffff00;	
}

div#notices {
	clear:both;
	width:100%;
	line-height:2.0em;
	font-size:10px;
}

div#notices .left {
	float:left;
	width:328px;
	border:1px #c0c0c0 solid;
	padding:5px 5px 5px 5px;
}

div#notices .right {
	float:right;
	width:328px;
	border:1px #c0c0c0 solid;
	padding:5px 5px 5px 5px;
}

div#diarydates {
	width:100%;
	line-height:2.0em;
	font-size:10px;
}

div#diarydates .left {
	float:left;
	width:180px;
	margin-left:20px;
	text-align:right;
}

div#diarydates .right {
	float:right;
	width:460px;
}

div#meetings {
	width:100%;
	font-size:10px;
}

div#meetings .left {
	background-color:#004200;
	display:block;
	float:left;
	width:300px;
}

div#meetings .left.dark a {
  color:white;
}

div#meetings .right {
	float:right;
	width:300px;
	padding-left:5px;
}

div#meetings .left a {
	color:#004200;	
}
	
div#meetings .left a:hover {
	color:#4C8000;
}

div#meetings .right a {
	color:#000;
}
	
div#meetings .right a:hover {
	color:#c0c0c0;	
}

div#news {
	width:100%;
	font-size:10px;
}

div#news .left {
	background-color:#A8FFA8;
	display:block;
	float:left;
	width:400px;
	border-bottom:2px #fff solid;
	padding:10px 10px 10px 10px;
}

div#contactoffice {
	clear:both;
	width:100%;
	display:block;
	background-color:#ccc;
	padding:8px 8px 8px 8px;
	color:#000;
	line-height:1.4em;
}

div#contactoffice a {
	color:#fff;
}
	
div#contactoffice a:hover {
	color:#ffff00;	
}