/* last revised June 11, 2007 */
/* created by Margaret Conelley, modified by Karl Irikura */
/* blue headline class added by H Triolo on 8/25/07 so entries could have both a blue header and
   the date in bold, to show up better */

p.alert {
	color: red ! important;
	text-decoration: blink ! important;
	font-style: italic ! important;
	font-weight: bold ! important;
	text-align: center;
	background: #ff0;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: rgb(0, 102, 153);
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: rgb(0, 102, 153);
}

h1#midtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	color: rgb(0, 102, 153);
}

table.pagelayout {
	width: 100%;
	margin: 0;
}

td.layout {
	vertical-align: top;
	border-width: 0;
}

img#chalice {
	height: 100px;
	border: 0;
	vertical-align: top;
}

img#header {
	height: 118px;
	width: 458px;
	border: 0;
}

img.thumbnail {
	height: 90px;
	border: 0;
	float:	right;
}

img.short {
	height: 150px;
	margin-left: 1em;
	float:	right;
}

img.portrait {
	height: 200px;
	float:	left;
	margin-right: 1em;
}

img.logo {
	height: 3em;
	border: 0;
	float:	right;
}

img.illustr {
	float:	right;
	margin-left: 1em;
}

tr#path {
	background: #006699;
}

tr#path td {
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
	font-style: normal;
	font-weight: bold;
	padding: 1px 0 3px 125px;
}

tr#path a:link { color: white; }
tr#path a:visited { color: white; }
tr#path a:hover { color: orange; }

td#leftmenu {
	vertical-align: top;
	border-width: 0;
	width: 150px;
	background:  url(images/bg2.jpg);
	padding: 10px 0px 10px 5px;
	font: smaller/2.5 Arial, Helvetica, sans-serif;
}

td#main {
	padding: 15px 0 15px 10px;
	border-bottom: 8px solid #006699;
}

td#leftmenu p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
	font-style: normal;
	font-weight: bold;
	color: #004e87;
}

td#leftmenu a:link {
	color: #ffffff;
	text-decoration: none 
}
	
td#leftmenu a:visited { 
	color: #FFFFFF;
	text-decoration: none
}


td#leftmenu a:hover { 
	color: #FFFFFF;
	text-decoration: underline
}




a:link.blue {
	color: #004e87; 
	text-decoration: none;
}

a:hover.blue {
	color: #004e87;
	text-decoration: underline;
}

a:visited.blue {
	color: #004e87;
	text-decoration: none;
}

a:link.mud {
	color: rgb( 256, 100, 20);
}

a:visited.mud {
	color: rgb( 256, 100, 20);
}

p.italblue {
	color: #004e87;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
}

p#address {
	font-size: 90%;
}

div.credits {
	font-style: italic;
	font-size: smaller;
}

p.headline {
	font-weight: lighter;
}

p.headline span {
	font-weight: bold;
	color: rgb(0, 102, 153);
}

p.headline a:link {
	color: rgb(0, 102, 153);
}

p#sermon {
	background: #fd7;
	padding: 0.5em;
}

p#celebrate {
	background: #fd7;
	padding: 0.5em;
	font-family: Arial, Helvetica, sans-serif;
	color: rgb(0, 102, 153);
	font-weight: bold;
	text-align: center;
}

p#memorial {
	background: #000;
	color: #bff;
	font-style: italic;
	text-align: center;
	padding: 0.2em;
}

UL.links {font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.blueheadline {
	font-weight: bold;
	color: rgb(0, 102, 153);
}