﻿a:link, a:visited, a:active { 
	color: #00f; 
}
a:hover { 
	font-style: italic;
}
a:focus  { 
	color: black; 
}
body {
	margin: 0;
	padding: 0;
	color: #000000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 90%;
	line-height: 130%;
}
#wrapper {
	text-align: left;
	border-bottom: 2px solid #aaa;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
 	width: 850px;
 	padding-bottom: 25px;
 	margin-bottom: 25px;
}
#header { 
	height: 150px; 
	color: #b51032;
	border-top: 2px solid #aaa;
	border-bottom: 3px solid #aaa; 
	text-align: right;
	padding-right: 10px;
}
#header img {
	border: 2px solid #000;
	float: left;
	height: 145px;
	width: 220px;
}
#header h1 { 
	font-size: xx-large;
	font-style: italic;
	padding-top: 10px;
	margin-bottom: 5px;
} 
#header p {
	font-size: large;
	font-style: italic;
	padding: 5px 0 5px 0;
	margin: 0;
}
#navigation { 
	margin: 0;
	padding: 0;
	float: left;
	width: 150px;
	font-size: medium;
	line-height: 120%;
}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#navigation li {
	margin: 0;
	padding: 0;
	border-bottom: 2px solid #aaa;
}
#navigation li a:link, #navigation li a:visited { 
	padding: 0.4em 0 0.4em 0.5em;
	display: block;
	background-color: #fff;
	color: #b51032;
	text-decoration: none;  
}
#navigation li a:hover { 
	font-style: italic;
}
#navigation li a:active { 
	font-style: italic;
}
#navigation li a.current { 
	font-weight: bold;
}
#navigation ul ul {
	margin-left: 25px;
}
#navigation ul ul li {
	border-bottom: 0;
	border-top: 1px solid #aaa;
	margin: 0;
}
#navigation ul ul a:link, #navigation ul ul a:visited, #navigation ul ul a:hover, #navigation ul ul a:active {
	font-size: 90%;
}
#content { 
	float:	right;
	width: 660px;
	padding-top: 10px;
}
#content h1 { 
	font-size: x-large;
} 
#content h2, #content h3  { 
	margin-bottom: 0;
}
#content p {
	margin-top:0;
}
#links {
	padding: 0 0 0 60px;
  line-height: 150%;
}
#links ul {
	padding-top: 0;
	margin-top: 0;
	list-style-type: Lower-Greek;
}
#footer {
	clear: both;
	font-size: small;
	padding-top: 10px;
}
#footer p {
	text-align: center;
}
table { 
	border-collapse: collapse;
	width: 100%;
	line-height: 130%;
	margin: 0;
	border: 0;
}
th { 
	text-align: left; 
	font-weight: bold; 
}
table.meetings th, table.meetings td {
	padding: 8px;
	border-bottom: 1px solid #000;
}
table.admin { 
	border-bottom: 3px solid #000;
	margin-bottom: 5px;
}
table.admin th { 
	padding: 0;
	padding-top: 10px; 
	border-bottom: 2px solid #000;
}
table.admin td { 
	padding: 0;
}
table.sermons {
	border-bottom: 3px solid #000;
}
table.sermons th {
	border-bottom: 1px solid #000;
	border-top: 3px solid #000;
}
table.sermons tr {
	border-bottom: 1px dotted #000;
}
table.sermons td { 
	font-size: 95%; 
	line-height: 100%;
	padding: 3px;
}
table.archive {
	border-bottom: 2px solid #000;
}
table.archive th {
	border-bottom: 1px solid #000;
	border-top: 3px solid #000;
}
table.archive tr {
	border-bottom: 1px dotted #000;
}
table.archive td {
	width: 25%;
	font-size: 100%; 
	line-height: 100%;
	padding: 3px;
}
.bocsbach { 
	border: 1px dotted black; 
	margin-left: 80px; 
	margin-right: 80px; 
	padding: 1em;
	}
#blog h2 { 
	clear: both;
	font-weight: bold; 
	text-align: center; 
	font-size: large; 
	margin: 1.2em 0 0.3em 0; 
}
#blog p { 
	font-size: medium;
	margin: 0 10px 20px 0;
}
img { 
	border: 3px solid black; 
}
img.l {
	float: left; 
	margin: 0 10px 10px 0;
}
img.r {
	float: right; 
	margin: 0 0 10px 10px; 
}
.clear { 
	clear: both; 
}
.footnote {
	font-weight: normal;
	font-style: italic;
}