body {
	margin:0px; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	background-color:#b7cfff;
	width:760px;
	margin-left:auto;
	margin-right:auto;
}

.booples:after {

	content: ".";

	display: block;

	height: 0;

	font-size:0;

	clear: both;

	visibility:hidden;

	text-align:left;

}

.booples{display:block;}

/* Hides from IE Mac \*/

* html .booples {height: 1%;}

   .booples{display:block;}

/* End Hack */

a, a:link, a:active, a:visited {
	color:#0087DC;
}

a:hover {
	color:#0087DC;
	text-decoration:none;
}

h1 {
	color:#0087DC;
	font-size:26pt;
	font-weight:normal;
}

h2 {
	color:#0087DC;
	font-size:16pt;
	font-weight:normal;
}

.mainContainer {
	width:760px;
}

.header {
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	width:760px;
	height:306px;
	position:relative;
}

.header h1 {
	position:absolute;
	top:35px;
	left:100px;
	margin:0px;
	padding:0px;
}

.footer{
	width:560px;
	text-align:center;
	font-size: 8pt; 
	font-family:Arial, Helvetica, sans-serif;
	color: rgb(119, 119, 119);
	padding-left:100px;
	padding-right:100px;
	padding-top:8px;
}

.contentWrapper {
	width:760px;
	background-color:#FFFFFF;
}

.menuContainer {
	float:left;
	width:150px;
	background-image:url(../images/menu-top.gif);
	background-repeat:no-repeat;
	padding-bottom:12px;
}

.menuContainer ul {
	list-style:none;
	margin:0px;
	padding:0px;
	margin-left:4px;
}

.menuItem {
	border-bottom:1px #CCCCCC dashed;
	padding-top:6px;
	padding-bottom:6px;
}

.menuItem a, .menuItem a:link, .menuItem a:visited, .menuItem a:active {
	color: rgb(0, 135, 220);
	text-decoration:none;
}

.menuItem a:hover {
	text-decoration:underline;
}

.menuItem div {
	color: rgb(0, 135, 220);
	text-decoration:none;
}

.menuItem ul {
	margin-left:0px;
}

.subMenuItem {
	padding-top:4px;
	padding-bottom:4px;
}

.subMenuItem a, .subMenuItem a:link, .subMenuItem a:visited, .subMenuItem a:active  {
	color: rgb(119, 119, 119);
	text-decoration:none;
}

.subMenuItem a:hover {
	text-decoration:underline;
}

.contentContainer {
	float:left;
	width:406px;
	padding-left:12px;
	padding-right:12px;
	overflow:hidden;
}

.contentContainerGallery {
	width:580px;
	float:left;
	padding-left:12px;
	padding-right:12px;
	overflow:hidden;
}

.feedContainer {
	float:left;
	width:176px;
}

.feedItem {
	background-color:#f0f0f0;
	border-color: #D0D0D0;
	border-style:solid;
	border-width:1px;
	padding:6px;
	margin-bottom:3px;

	font-size:11px;
}

.feedHeader {
	font-weight:bold;
}

.feedContainer a, .feedContainer a:link, .feedContainer a:hover, .feedContainer a:visited, .feedContainer a:active {
	font-weight:bold;
	text-decoration:underline;
	color:#000000;
}

.feedDescription {
	
}

.calendarWrapper {
	margin-bottom:18px;
}

.calendarHeader {
	text-decoration:underline;
	margin-bottom:5px;
}

.councillorTitle {
	font-weight:bold;
	text-decoration:underline;
	margin-bottom:6px;
}

.councillorContactHead {
	font-weight:bold;
}

.councillorContactBlock {
	margin-bottom:8px;
}

.newsContainer h2 {
	font-size:14pt;
}

.newsBody {
	margin-bottom:6px;
}

.newsReadMore {
	float: right;
	
}

.newsPosted {
	font-style:italic;
}

img.homeImage {
	margin:0 auto;
	display:block;
}