﻿html {
	background-color: #262626;
	background-image: url('graphics/gradient.gif');
	background-repeat: repeat-x;
}

#hd {
	margin-top: 20px;
	margin-bottom: 5px;
	text-align: center;
}

#hd #header_graphic {
	background-color: #ccb8a1;
	height: 150px;
}

#hd #header_graphic a {
	vertical-align: middle;
	font-family: "Palatino Linotype", "Palatino", "Book Antiqua", serif;
	font-weight: bold;
	font-size: 3em;
	color: #000000;
	text-decoration: none;
	line-height: 3.5em;
}

#hd p {
	color: #ececec;
	font-size: 100%;
	clear: both;
	font-weight: bold;
	margin-bottom: 5px;
}

#doc #bd {
	background-color: #f3ebde;
	background-image: url('graphics/content-bg.gif');
	background-repeat: no-repeat;
}

#doc #bd p {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	padding-bottom: 1em;
	line-height: 146.5%;
	text-align: left;
}

#doc #bd {
	padding: 15px 15px 15px 15px;
}

#doc #bd a {
	color: #00538d;
	text-decoration: none;
}

#doc #bd a:hover {
	text-decoration: underline;
}

#doc #bd h1, h2 {
	font-family: "Palatino Linotype", "Palatino", "Book Antiqua", serif;
	font-weight: bold;
	color: #801d20;
}

#doc #bd h1 {
	font-size: 167%;
}

#doc #bd h2 {
	font-size: 138.5%;
}

#doc #bd h3 {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 116%;
	font-weight: bold;
}

#doc #bd h4 {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 108%;
	font-weight: bold;
}

#doc #bd h5 {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
}

#doc #bd hr {
	clear: both;
	border: none;
	border-top: 1px #801d20 solid;
	padding-top: 1em;
}

#doc #bd ul, ol {
	margin-top: -.8em;
	margin-bottom: 13px;
	margin-left: 3em;
}

#doc #bd ul li {
	list-style-type: disc;
}

#doc #bd ol li {
	list-style-type: decimal;
}

#doc #bd img {
	padding: 5px 5px 5px 5px;
}

#doc #bd .program {
	color: #801d20;
}

#doc #bd .left {
	float: left;
}

#doc #bd .right {
	float: right;
}

#doc #bd table {
	margin-left: auto;
	margin-right: auto;
}

#doc #bd table th {
	text-align: center;
	font-weight: bold;
	border: 1px #ccb8a1 solid;
	background-color: #ccb8a1;
	padding: 3px;
}

#doc #bd table td {
	border: 1px #ccb8a1 solid;
	padding: 3px;
}

#ft {
	background-color: #ccb8a1;
	margin-top: 30px;
	margin-bottom: 20px;
	text-align: center;
	color: #000000;
}

#ft p {
	line-height: 197%;
	font-size: 85%;
	
}

#ft a {
	color: #00538d;
	text-decoration: none;
}

#ft a:hover {
	text-decoration: underline;
}

#ft ul li a {
	color: #000000;
	text-decoration: none;
}

#ft ul li a:hover {
	text-decoration: underline;
}

em {
	font-style: italic;
}

cite {
	font-style: italic;
}

strong {
	font-weight: bold;
}

.note {
	margin-left: 3px;
	padding: 0 0 0 15px;
	background: url("/music/graphics/music-bullet.gif") no-repeat 0 25%;
}

