/* general element level - site wide styles */BODY, TABLE, TD, P {	font-family: Arial, Verdana, Helvetica, "Trebuchet MS", sans-serif;	font-size: 11px;	color: #666666;	line-height: 13px;	}IMG {	border: none;	}A {	color: #666666;	font-size: 11px;	text-decoration: underline;	}A:hover {	text-decoration: underline;	}H1 {	color: #666666;	font-size: 17px;	font-weight: bold;	margin: 0px;	margin-top: 10px;	margin-bottom: 5px;	}H2 {	color: #666666;	font-size: 12px;	font-weight: bold;	padding: 0px;	margin-top: 0px;	margin-bottom: 5px;	}H3 {	color: #666666;	font-size: 11px;	/*border-bottom: 1px solid #B2B2B2;*/	margin: 0px;	margin-top: 0px;	margin-bottom: 5px;	}SELECT, INPUT, TEXTAREA	{	border: solid 1px #BEBEBE;	font-family: Arial, Verdana, Helvetica, "Trebuchet MS", sans-serif;	font-size: 11px;	color: #666666;	line-height: 13px;	padding: 3px;	}.events A, TD {	font-family: Arial, Verdana, Helvetica, "Trebuchet MS", sans-serif;	font-size: 10px;	line-height:10px;	color: #666666;}.MainContent {	padding: 20px;	vertical-align: top;	}.footer {	font-family: Arial, Verdana, Helvetica, "Trebuchet MS", sans-serif;	font-size: 10px;	color: #8B8B8B;	margin-top:0px;	}.button {	border: groove 1px #BEBEBE;	font-family: Arial, Verdana, Helvetica, "Trebuchet MS", sans-serif;	font-size: 11px;	color: #FFFFFF;	background: #5D88A2;	padding: 2px;	}/* these styles are used specifically for the expandable lists that display the Neighborhood */TD.articles {	color: #43722A;	}TD.article {	font: normal normal normal 11px/20px Arial, Helvetica, sans-serif;	padding: 30px 60px 30px 30px;	}#articles UL {	margin-left: 10px;	padding-left: 10px;	}#articles UL LI {	font: normal normal bold 12px/normal Arial, Helvetica, sans-serif;	list-style-image: url(images/bul_right.gif);	line-height: 20px;	}#articles UL UL {	margin-top: 5px;	padding-top: 5px;	margin-left: 10px;	padding-left: 10px;	margin-bottom: 5px;	padding-bottom: 5px;	}#articles UL UL LI {	font: normal normal bold 11px/normal Arial, Helvetica, sans-serif;	list-style-type: disc;	list-style-image: none;	}#articles SPAN {	cursor: pointer;	}