* {
	margin: 0;
	padding: 0;
}
body {
	background: #2DAFD2;
	text-align: center;
	font-size: 62.5%; /* RESET 1em to 10px */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 155%;
}
a {
	text-decoration: none;
	font-weight: bold;
	letter-spacing: .5px;
	color: #933;
	font-size: .9em;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: 0;
}
h1 a {
	position: absolute;
	left: 0;
	top: 0;
	height: 80px;
	width: 280px;
}
h2 {
	font-size: 1.3em;
	line-height: 140%;
	font-weight: bold;
	margin: 0 7px .6em;
	color: #005269;
}
h2 a {
	font-size: 1em;
}
h3 {
	font-size: 1.1em;
	margin: 0 7px .6em;
	color: #005269;
}
p+h3 {
	padding-top: .8em;
}
h4 {
	margin: .6em 7px .6em;
}
blockquote {
	margin-left: 10px;
}
p {
	font-size: 1.1em;
	margin: 0 12px .6em 7px;
	color: #005269;
}
td, th {
	color: #005269;
	text-align: left;
}

hr {
	margin: 1.8em 0 .6em;
	border: 0;
	color: #2DAFD2;
	background: #2DAFD2;
	height: 1px;
}
ol, ul {
	margin: 0 0 .6em 25px;
	color: #005269;
	font-size: 1.1em;
}
#wrap {
	width: 780px;
	margin: 0 auto;
	text-align: left;
	background: url(../images/page_elements/bg.gif);
	overflow: hidden;
}
#head {
	height: 99px;
	background: #2DAFD2 url(../images/page_elements/head.gif) no-repeat left top;
	text-indent: -9999px;
	position: relative;
}
/* LEFT */
#left {
	width: 177px;
	color: #DBF6FD;
	margin-right: 8px;
	float: left;
}
#left p {
	color: #DBF6FD;
}
#left h2 {
	color: #933;
}
/* NAV */
#nav {
	list-style-type: none;
	border-top: 1px solid #A7DFEE;
	margin: 0 0 2em 0;
}
#nav li {
	border-bottom: 1px solid #A7DFEE;
}
#nav a {
	display: block;
	font-size: 1em;
	margin: 0 0 0 7px;
	color: #005269;
	padding: .6em 0;
	text-transform: uppercase;
	letter-spacing: 0;
	word-spacing: -1px;
}
#nav a:hover, #nav .active {
	color: white;
	text-decoration: none;
}

/* SEARCH */
#search {
	margin-top: 4em;
}
#search input {
	border: 0;
	width: 100px;
	font-size: .9em;
	padding: 2px 0 2px 3px;
}
#search #submit {
	background: none;
	border: 0;
	width: auto;
	color: #933;
	padding: inherit 0;
	font-weight: bold;
}
/* CONTENT BOX */
#content {
	float: left;
	width: 411px;
	padding: .8em 0 0;
}
/* RIGHT */
#right {
	float: left;
	width: 184px;
	padding-top: .8em;
}
#right p, #right ol, #right ul, #right h3 {
	color: #DBF6FD;
}
/* BREADCRUMB */
p#breadcrumb {
	font-size: .9em;
	margin-top: 4em;
	color: #005269;
}
p#breadcrumb a {
	font-size: 1em;
	font-weight: normal;
}
p#breadcrumb span {
	margin-left: 12px;
	display: block;
}
/* FOOT */
#foot {
	margin-top: 12px;
	color: #AADAE5;
	padding-bottom: 12px;
}
#foot a {
	text-transform: none;
	font-weight: normal;
}
/* DONATIONS */
table#donations {
	width: 96%;
	margin: 0 8px 1em;
	display: table;
}
#donations th {
	font-weight: normal;
	background-color: #178AB2;
	color: white;
}
#donations .odd td {
	background: #6FB9CF;
	background-color: #6FB9CF;
}
#donations .nob {
	border-left: none;
	text-align: left;
	display: table-cell;
}
#donations th, #donations td {
	border-left: 1px solid #DCF2F8;
	text-align: center;
	padding: 3px;
	font-size: 1.1em;
}
#donations td {
	color: #005269;

}
/* classes */
.small {
	font-size: .9em;
}
.center {
	text-align: center;
}
.left {
	float: left;
}
.right {
	float: right;
}
.tracklist {
	width: 230px;
}
.highlight {
	font-weight: bold;
	color: #005269;
}
.cover {
	border: 1px solid #333;
}
.col {
	width: 49%;
	float: left;
	display: inline;
	margin: 0 0 1.2em;
}
.col p {
	margin-right: 6px;
}
.vrule {
	background: url(../images/page_elements/rule.gif) repeat-y 49% top;
	overflow: hidden;
	width: 100%;
}
.vrule hr {
	margin: 0;
	padding: 0;
	width: 100%;
}
.vrule .col {
	padding: .8em 0 .8em;
	margin: 0;
	margin-bottom: 0;
}
.vrule .col hr {
	margin: 1.8em 0 .6em;
}
.vrule .col hr.secondary {
	margin: 1.2em 8px 1.2em;
	color: #DCF2F8;
	background: #DCF2F8;
	width: 94%;
}
.clear {
	clear: both;
}
p.button {
	margin: 10px inherit;
	display: block;
	padding: 6px 0;
}
a.button, input.button {
	text-transform: uppercase;
	font-weight: bold;
	color: white;
	background: #933;
	padding: 6px 5px;
	font-size: 1em;
	width: auto;
	border: 0;
}
.photo-left {
	float: left;
	margin: 0 10px;
	width: 150px;
}
.photo-right {
	float: right;
	margin: 0 10px;
	width: 150px;
}
.popup {
	voice-family: inherit;
}


@media print {
	body {
		font-size: 9pt;
	}
	#left {
		display: none;
	}
	#head {
		text-indent: 0;
		height: auto;
	}
	h1 a {
		position: relative;
		height: auto;
		font-size: .8em;
		margin-left: 7px;
		color: #005269;
	}
}