body {
	background: #FFF;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#container {	
	width: 960px;
	margin: 0px auto;
	text-align: left;
	line-height: 1.8em;
	border-right: 1px solid #EEE;
	border-left: 1px solid #EEE;
}
a:hover {
	text-decoration: underline !important;
}
.clear_left {
	clear: left;
}
.float_right {
	float: right;
	width: 200px;
	margin: 5px 5px 5px 20px;
	text-align: center;
	line-height: 1.2em;
}
.outerWrapper {
	overflow: hidden;
}
td .CollapsiblePanel {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
td .CollapsiblePanelTab {
	-khtml-user-select: none;
	display: none;
	border: none;
}
#mainContent {
	padding: 20px 2px 0px 20px;
	min-height: auto;
	background: #FFFFFF url(/neighborhoods/images/bkg_page.jpg) repeat-y right top;
}
#scoop {
	height: 200px;
	width: 100%;
	background: #FFF url(/neighborhoods/images/scoop_logo.gif) no-repeat center 5px;
	display: block;
	font-size: 14px;
	position: relative;
	text-decoration: none;
	color: #997A32;
	border: 1px solid #666;
}
#scoop:hover {
	text-decoration: underline;
}
#scoop #scoop_alerts {
	position: absolute;
	width: 100%;
	color: #CD9932;
	font-size: 13px;
	line-height: 1.2em;
	top: 138px;
	left: 5px;
	text-align: left;
}
#scoop #scoop_signup {
	position: absolute;
	left: 0px;
	width: 100%;
	bottom: 5px;
	font-size: 1.2em;
	text-transform: uppercase;
	text-align: right;
	color: #660F33;
	font-weight: bold;
}
#footer {
	padding: 20px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: center;
	overflow: hidden;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	clear: both;
	background-color: #A9A9A9;
}
#footer #bkg_footer {
	float: right;
	margin-top: 60px;
	margin-right: 10px;
}
#footer a:link, #footer a:visited {
	color: #FFF;
	text-decoration: none;
}
#footer .outerWrapper ul {
	margin: 0px;
	padding: 0px;
	text-align: left;
}
#footer .outerWrapper > ul {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 90px;
	margin-left: 30px;
}
#footer .outerWrapper ul li {
	font-size: 14px;
	font-weight: bold;
	list-style: none;
	padding: 0px;
}
#footer .outerWrapper ul li ul li {
	font-weight: normal;
	font-size: 10px;
	margin: 0px;
}
#footer .outerWrapper div {
	float: left;
	width: 33%;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	text-align: center;
	margin-top: 20px;
	color: #333;
	font-size: 0.9em;
}
#footer a#wdtp {
	margin: 40px 0px 10px;
	display: block;
	clear: both;
}
