body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-image: url(../backgrounds/background.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}
#header {
	padding: 0px;
	height: 200px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper {
	width: 1000px;
	text-align: left;
	margin: 0 auto;
	height: auto;
	background-image: url(../backgrounds/wrapper.gif);
	background-repeat: repeat-y;
}

#footer {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-color: #A8C1D7;
	height: 80px;
	font-family: Arial, Helvetica, sans-serif;
	color: #497198;
	padding: 0px;
}
#H1 {
	font-size: 18px;
	font-weight: bold;
	color: #88110E;
	height: 27px;
	vertical-align: bottom;
}
.H2 {
	font-weight: bold;
	color: #00005E;
}
.H3 {
	font-weight: bold;
	color: #497198;
}
.H4 {
	font-style: italic;
	font-weight: bold;
	color: #4971AA;
}
.H5 {
	font-weight: bold;
	color: #88110E;
}
.smallText {
	font-size: 10px;
}
.phoneNumbers {
	font-size: 10px;
	font-weight: bold;
	color: #4971AA;
	text-align: left;
}
.committee {
	font-size: 10px;
	font-weight: bold;
	color: #4971AA;
	text-align: left;
}

a:link {
	color: #497198;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #497198;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #88110E;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #449DEE;
	font-weight: bold;
}
.bullets {
	list-style-image: url(../bullets/basketball.gif);
}

