BODY {
	font-family:arial,helvetica,default-sans;
	font-size:10pt;
	text-align: left;
	background-color: #555555;
}	
P {
	margin-top:10px;
	margin-left:15px;
	margin-right:15px;
	text-align:left;
}
LI {
	margin-top:5px;
	margin-left:5px;
	margin-right:10px;
}
#page-layout {
	background-color: black;
	width: 760px;
}
#page-content {
	background: #fefefe;
	width: 100%;
	vertical-align: top;
}
#content {
	/* http://www.search-this.com/2007/02/05/css-min-height-explained/ */
	/* brain-dead ie doesn't do min-height, see below */
	min-height: 800px;
	height: 800px;
	/* default; for when only welcoming, drummer, and facebook are present  
	min-height: 700px;
	height: 700px; 
	*/
}
html>body #content {
	/* brain-dead ie doesn't do min-height or auto, see above */
	height:auto; 
}

.navbar {
	background-color:#345288; /* baby blue #3452AA; */ /* electric blue #3F7FFF; */
	width: 160px;
	vertical-align:top;
	text-align:left;
}
.navbar1
{
	font-family:book antiqua,garamond,arial,helvetica,default-sans;
	font-size:12px;
	font-weight:bold;
	color:#eeeeee;
	margin-top:8px;
	margin-left:8px;
	margin-right: 0px;
}
.navbar2
{
	font-family:book antiqua,garamond,arial,helvetica,default-sans;
	font-size:10px;
	font-weight:bold;
	color:white;
	/*color:#eeeeee;*/
	margin-top:3px;
	margin-left:20px;
	margin-right: 0px;
}
.navbar-banner
{
	margin-top:20px;
	margin-left:10px;
	margin-right:10px;
}
.navbar-banner2
{
	margin-top:10px;
	margin-left:10px;
}
.navbar1 A
{
	color: #eeeeee;
	text-decoration: none
}
.navbar2 A
{
	color: #eeeeee;
	text-decoration: none
}
.navbar-top {
    background: url(/images/churchfrontwide.jpg) no-repeat;
    width: 160px;
    height: 100px;
	}
.navbar-top-home {
    background: url(/images/churchfronthome.jpg) center no-repeat;
    width: 160px;
    height: 100px;
}
.header-top {
	background: white url(/images/churchname-w-address.jpg) no-repeat;
	width: 600px;
	height: 100px;
}
.header-top-home {
	background: white url(/images/churchname-w-address.jpg) no-repeat;
	vertical-align: middle;
	width: 600px;
	height: 140px;
}
.section-head
{
	font-family:arial,helvetica,default-sans;
	font-size:14pt;
	font-weight:bold;
	/*color:maroon;*/
	color:#002277; /* dark blue */
	margin-top:20px;
	margin-left:15px;
	margin-right:15px;
	margin-bottom:10px;
}
.section-head-centered
{
	font-family:arial,helvetica,default-sans;
	font-size:14pt;
	font-weight:bold;
	/*color:maroon;*/
	color:#002277; /* dark blue */
	margin-top:20px;
	margin-left:5px;
	margin-right:5px;
	margin-bottom:10px;
	text-align:center;
}
.bullet {
	font-family:arial,helvetica,default-sans;
	font-size:12pt;
	font-weight:bold;
	margin-top:25px;
	margin-left:50px;
	margin-right:50px;
	margin-bottom:5px;
	color:#0c0c66; /* dark blue */
}
.service-date {
	color: maroon;
	font-size:12pt;
	font-weight:bold;
	margin-top:20px;
	margin-left:15px;
	margin-right:15px;
	margin-bottom:10px;
}
.service-head {
	font-size:12pt;
	font-weight:bold;
	font-style:italic;
	margin-top:2px;
	margin-left:25px;
	margin-right:25px;
	margin-bottom:2px;
}
.service-body {
	margin-left:25px;
	margin-right:25px;
}
#footer {
	font-family:arial,helvetica,default-sans;
	font-size:8pt;
	background: #fefefe;
	text-align:center;
	padding-top:30px;
	padding-bottom:10px;
}
#footer-divider {
	width:95%;
} 
.centered
{
	text-align:center;
}
.indented {
	margin-left:25px;
}
.alert {
	background-color:#ffff99;
	color:red;
	padding:3px;
	font-style:italic;
	font-weight:bold;
}
.navbar-alert {
	background-color:#ffff99;
	margin-left:5px;
	padding-left:2px;
	padding-right:2px;
	font-family:arial,sans-serif;
	color:red;
	font-style:italic;
	font-weight:bold;
}
.em {
	font-style: italic;
	font-weight: bold;
}
.horiz-divider {
	width: 95%;
	height: 2px;
	background-color: black;
}	
#designated-offering, #alert {
    margin-bottom: 10px;
    padding: 10px;
    background-color: #F3F3F8;
    border: 1px solid #aaaaaa;
}
#designated-offering .title, #alert .title {
	margin-right: 10px;
	margin-botton: 0px;
	color: red;
	font-weight: bold;
}
#designated-offering .text, #alert .text {
	margin: 8px 0px;
}
#designated-offering A, #alert A {
	text-decoration: none;
}
#home #designated-offering, #home #alert {
    margin-left: 25px;
    margin-right: 25px;
}
#sundays-home #designated-offering, #sundays-home #alert {
    margin-left: 25px;
    margin-right: 25px;
}
