body#tours #menu li.tours, body#choir #menu li.choir, body#concerts #menu li.concerts, body#membership #menu li.membership, body#support #menu li.support, body#mailing #menu li.mailing, body#contact #menu li.contact, body#default #menu li.default{
	background-color: #DDD;
}
html, body, #wrapper {
	min-height:100%;
	width:100%
	height:100%
}
html>body, html>body #wrapper {
	height:auto
}
h1 {
	font-size: 1.4em;
	margin-top: 0px;
	margin-bottom: 5px;
	color: #F30;
}
h2 {
	font-size: 1em;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 10px;
}
h3 {
	font-weight: bold;
	font-size: .9em;
}
p {
	font-size: 0.9em;
}
a {
	color: #06F;
	text-decoration: none;
}
a:hover {
	color: #000;
}
	#wrapper {
	position: absolute;
	height: 100px;
	width: 100%;
	min-height: 100%;
	left: 0px;
	top: 0px;
}

#top {
	background-color: #fff;
	margin: 0px;
}
#header {
	height: 140px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin: 0px;
	height: 100%;
	color: #666;
}
#footer {
	height: 20px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	text-align: right;
	color: #FFF;
	font-size: .7em;
	padding-top: 5px;
}
#footercontainer {
	position: absolute;
	bottom: 0px;
	text-align: center;
	width: 100%;
	background-color: #333;
	margin-top: 30px;
	clear: both;
}
#container {
	text-align: left;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
#menu {
	float: left;
	width: 140px;
	margin-right: 30px;
	border: 1px solid #CCC;
}
#menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#menu ul li {
	background-color: #EEE;
}
#menu ul li a {
	text-decoration: none;
	display: block;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	font-size: 0.8em;
	font-weight: bold;
	color: #000;
}
#wrapper #container #menu ul li ul li {
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	background-color: #FFF;
}
#menu ul li ul li a {
	font-weight: normal;
	color: #06F;
}
#menu ul li:hover {
	background-color: #DDD;
	cursor: Pointer;
}
.sponsorlogo {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
#main {
	float: left;
	width: 500px;
}
#sidebar {
	float: right;
	width: 248px;
	clear: right;
	border: 1px solid #CCC;
}
.floatRight {
	float: right;
}
.caption {
	font-size: 0.7em;
	padding-top: 2px;
	padding-bottom: 2px;
}
#picture {
	float: right;
	width: 250px;
}
.centerlinks ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.centerlinks ul li {
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
}
.centerlinks p {
	font-size: 1em;
	margin-top: 0px;
	margin-bottom: 0px;
}
.centerlinks a{
	font-size: 1em;
	font-weight: normal;
}
.thumbnail {
	float: left;
	margin-right: 10px;
}
.clearAll {
	clear: both;
	height: 30px;
}.time {
	color: #666;
	float: right;
}
.highlight {
	font-size: 1em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-bottom: 2px;
}
label {
	width: 100px;
	float: left;
	margin-right: 10px;
	color: #900;
}
.submit_button {
	color: #FFF;
	background-color: #006;
	padding: 5px;
	cursor: hand;
}
input {
	background-color: #FFF;
	border: 1px solid #CCC;
	padding: 2px;
}
.border {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
}
#menu ul li ul li a:hover {
	color: #000;
}
#main li {
	font-size: .9em;
}
.privacy a{
	color: #FFF;
	float: left;
}
