* { font-size: 1em; }

html, body {
	font-size: 100%;
	margin: 0;
	padding: 0;
}
body {
	font: 75%/1.2 Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
	color:#656768;
	line-height:1.5em;
}

.IntPhoto {float: right; padding-left: 10px; padding-bottom: 10px; padding-top: 10px;}
.IntPhotolft {float: left; padding-right: 10px; padding-bottom: 10px; padding-top: 10px;}

p { margin:12px 0; }

h1 {/* frame headings */color:#2e5572; font-size:1.5em;}
h2 {/* content headings */color:#2e5572; font-size:1.3em;} 
h3 {/* content sub-heading */color:#2e5572; font-size:1.1em;}

.TopLogo {padding: 0px; border: 0px;}

big { font-size: 1.2em; }
small { font-size: .83em; }

img { border: 0 none; }

table.data {
	border-collapse: collapse;
	border: 1px solid black;
}

.data td, .data th {
	border: 1px solid black;
	padding: 4px 2px 4px 5px;
	font-size: .9em;
}

table.sermon { width: 100%; }
.data th { background: #356589; color: #fff; font-size: 1em; padding-top: 7px; padding-right: 5px; }
.data .file { width: 50px; text-align: center; }
.data .preacher { width: 100px; }

.divider { width:80%; margin:7px auto; height:0px; overflow:hidden; display:block; padding-top:1px; background-color:#2e5572;}

/* =LINKS 
**********************************/
a:link { color:#2b73aa; text-decoration:underline;}
a:visited { color:#953b25; }
a:hover, a:focus, a:active { text-decoration:none; }


/* =LAYOUT (printsafe)
**********************************/
.container { display: inline-block; }
.container:after {
	content: '.';
	clear: both;
	display: block;
	overflow: hidden; visibility: hidden;
	height: 0;
}




.left {float:left; margin:5px; margin-left:0;}
.right {float:right; margin:5px; margin-right:0;}
.featured { font-size: 1.2em; }

ul.coe {
	list-style: none;
	margin: 0; padding: 10px 15px 0 25px;
	font-size: .9em;
	line-height: 1.2em;
}
div.coe { margin: 1em 0; }
	ul.coe li { margin-bottom: 1.2em; }
	.coe h3 { margin: 0; font-size: 1em; }
	.coe .more { font-weight: bold; padding-left: 1em; }
	.coe #viewall {font-weight:bold; padding-left:3em; }
	
	.coe h2 span { display: block; font-size: .83em; }

/* IEmac hack \*/
.container { display: block; }
* html .container { height: 1%; }
/* */

@media print {
}