body {
	background-image: url(images/bkgd_left.gif);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
#top {
	background-image: url(images/bkgd_top.gif);
	background-repeat: repeat-x;
	width: 100%;
}
#nav {
	background-color: #0C2040;
	background-image: url(images/bkgd_left.gif);
	background-repeat: repeat-y;
	width: 200px;
}
#nav a {
	text-decoration: none;
	display: block;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #FFFFFF;
	padding-right: 12px;
	padding-left: 12px;
}

#nav a:hover {
	background-color: #1B468C;
}

#body {
	padding: 12px;
	line-height: 1.7em;
	background-color: #FFFFFF;
}
p {
	margin-bottom: 12px;
	margin-top: 0px;
}
a {
	color: #1B468C;
}
th {
	font-size: 12px;
	vertical-align: top;
	color: white;
	background-color: #1B468C;
	font-family: Georgia, "Times New Roman", Times, serif;
}
td {
	font-size: 12px;
	vertical-align: top;
}
.highlight {
	background-color: #D8DDE6;
}
#body td {
	line-height: 1.7em;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #1B468C;
	line-height: 1em;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #1B468C;
	margin-top: 24px;
	margin-bottom: 6px;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #1B468C;
	margin-top: 0px;
	margin-bottom: 0px;
}
ul {
	margin-top: 0px;
}
.floatRight {
	float: right;
	margin-left: 12px;
	margin-bottom: 6px;
}
#sermons, #live {
	margin: 0px;
	margin-bottom: 12px;
}
#sermons td, #live td {
	background-color: #D8DDE6;
	padding: 12px;
	border-right: 1px solid white;
}
#sermons td {
	width: 50%;
}
#sermons th {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
	font-size: 18px;
	color: #1B468C;
	padding-top: 12px;
	padding-bottom: 6px;
	background-color: #FFFFFF;
}
#sermons ol, #live ol {
	margin-top: 1px;
}
#sermons img {
	float: right;
	border: 0px;
	margin-left: 3px;
	margin-bottom: 3px;
}
#live #player {
	background-color: white;
	width: 300px;
	padding: 0px;
	padding-right: 12px;
}
#footnote {
	font-size: 10px;
	text-align: center;
	margin-top: 12px;
}
input {
	font-family: Arial, Helvetica, sans-serif;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#toc, #worship {
	float: right;
	background-color: #D8DDE6;
	padding: 12px;
	margin-left: 12px;
	margin-bottom: 6px;
}
#toc ul, #worship ul {
	margin-top: 1px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 16px;
}
#toc {
	width: 200px;	
}
#worship {
	width: 225px;
}
.download {
	padding: 1px;
}
img {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	font-weight: normal;
}
.offline {
	color: #990000;
	font-weight: bold;
}
.online {
	color: #006600;
	font-weight: bold;
}
th a {
	color: white;
	text-decoration: none;
	display: block;
}
th a:hover {
	background-color: #0C2040;
}
TR.show {
	display: table-row;
}
TR.hide {
	display: none;
}
.outline OL {
	font-weight: bold;
	list-style: upper-roman;
}
.outline OL OL {
	font-weight: normal;
	list-style: upper-alpha;
}
.outline OL OL OL {
	font-weight: normal;
	list-style: decimal;
}
.outline OL OL OL OL {
	font-weight: normal;
	list-style: lower-alpha;
}
H1.psalter {
	margin-bottom: 6px;
}
H2.psalter {
	margin-top: 0px;
	margin-bottom: 12px;
}
H3 A {
	text-decoration: none;
}
H3 A:HOVER {
	text-decoration: underline;
}