* {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Arial, Verdana, sans-serif;
}

.clear {
	clear: both;
}

.hidden {
	display: none;
}

body {
	background-color: #cfc9a9;
}

a:hover {
	text-decoration: none;
}

#container, #footer {
	width: 912px;
	margin: 0 auto;
	background-color: #fff;
}

#banner {
	height: 102px;
	background: url(../images/bkgd-banner.gif) transparent top left no-repeat;
}

#banner a {
	display: block;
	width: 515px;
	height: 95px;
	text-indent: -222em;
}

#footer {
	text-align: center;
	background-color: transparent;
	padding: 10px 0;
	font-size: 11px;
	color: #666;
}

#unitedway {
	text-align: right;
	background-color: transparent;
	position:relative;
	top:-41px;
	right: 5px;

}

#footer ul {
	list-style: none;
	margin: 0 0 10px 0;
	font-size: 12px;
}

#footer li {
	display: inline;
	color: #999;
}

#footer a, #footer a:visited {
	color: #669;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}
