body,
	html {
	margin:0;
	padding:0;
	font-family: Century Gothic, arial, helvetica, sans-serif;
	font-size: 13px;
	background-color: #FFFFFF;
	
	}
/*
#container {
	background-image:url(images/container.gif);
	background-repeat:repeat-y;
	background-position:center;
	}
*/

#page {
	width: 800px;
	height: 1000px;
    margin: 0 auto;
    overflow: hidden;
    text-align: left;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-image: url(images/pagebg_green.gif);
	background-repeat:repeat-x;
}
	
#header {
	width: 800px;
	height: 333px;
	}

	
table.menu{
	width: 800px;
	background-color:#11381d;
	color:#FFFFFF;
	}

table.menu a {
  	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	}

table.menu a:visited {
	color: #ffffff;
	text-decoration: none;
	background-position: center;
	}

table.menu a:hover {
  	color: #b2be36;
  	text-decoration: underline;
	background-color: none;
	}

td.menuend{
	width: 154px;
	text-align: center;
	padding: 2px;
	}

td.menu{
	width: 154px;
	text-align: center;
	border-left-color: #FFFFFF;
	border-left-style: solid;
	border-left-width: 1px;
	}

table.greenstreets{
	width: 555px;
	border-width: 1px;
	border-color:#333333;
	border-style: solid;
	}
	
td.greenstreets{
	width: 60px;
	text-align: left;
	font-size: 12px;
	border-width: 1px;
	border-color:#333333;
	border-style: solid;
	}

th.greenstreets{
	width: 60px;
	text-align: center;
	border-width: 1px;
	border-color:#333333;
	border-style: solid;
	}
	
table.services{
	width: 555px;
	border-width: 1px;
	border-color:#333333;
	border-style: solid;
	}
	
td.services{
	border-width: 1px;
	border-color:#333333;
	border-style: solid;
	}

th.services{
	border-width: 1px;
	border-color:#333333;
	border-style: solid;
	}

h1 {
	color:#11381d;
	font-size: 30px;
	border-bottom-color:#b2be36;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	}
	
h2 {
	color:#788f47;
	font-size: 24px;
	margin-top: 0px;
	margin-bottom: 0px;
	}
	
h3 {
	font-weight:bold;
	font-size: 13px;
	padding: 0;
	margin: 0;
	}
	
a {
  	color: #000000;
	font-weight: none;
	text-decoration: underline;
	}

a:visited {
	color: #000000;
	text-decoration: underline;
	}

a:hover {
  	color: #000000;
  	text-decoration: underline;
	font-weight: bold;
	}

	
#leftcolumn {
	width:564px;
	float:left;
	padding-left: 8px;
	}
	
#leftcontent {
	width: 570px;
	height: 445px;
	overflow: auto;
	float:left;
	padding-right: 5px;
	}
	

#rightcolumn {
	width: 212px;
	float:right;
	padding-top: 5px;
	margin-bottom: 250px;
	}
	

#items {
	width: 204px;
	padding-bottom: 10px;
	}
	
	
#footer { 
	width: 800px;
	height: 55px;
	background-color:#000000;
	clear: both;
	}
	

/* Feeds
----------------------------------------------- */

#feed {
	width: 276px;
	height: 50px;
	}

.feedburnerFeedBlock ul {
margin-left: 0;
padding-left:0;
margin-top: 0;
margin-bottom: 0;
list-style-type: none;
}

.feedburnerFeedBlock ul li span.headline a {
color: #000000;
text-decoration: underline;
display: block;
}

.feedburnerFeedBlock ul li span.headline a:hover {
color: #000000;
font-weight: bold;
}

#creditfooter {
display: none;
}


#news .feedburnerFeedBlock p.date {
		    font-size: 13px;
			font-weight: bold;
		    display: inline;
			margin-right: 5px;
			}
#news .feedburnerFeedBlock ul li div {
			display: inline;
			}
#news .feedburnerFeedBlock span.headline {
			font-weight: bold;
			display: block;
			text-indent: 0;
			}
#news .feedburnerFeedBlock ul li {
			padding-left: 0 !important;
			text-indent: 0 !important;

			}
	
