body, td {
	color: black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 13px;
}

p, ul, td, blockquote {
	line-height: 1.4em;
}

h1, h2, h3, h4 {
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 1.6em;
  color: blue;
  background: transparent;
  font-weight: bold;
  text-align: center;
}

h2 {
	font-size: 1.4em;
  color: #999966;
  background: transparent;
  font-weight: bold;
}

h3 {
	font-size: 1.3em;
  color: #006400;
  background: transparent;
  font-weight: bold
}

h4 {
	font-size: 1.1em;
  font-weight: bold
}

h5 {
  font-weight: bold
}

a:link {
	color: Blue;
}

a:visited {
  color: #800080;
}

a:active {
}

ul, ol, dl {
  margin-left: 15px;
  margin-right: 6%
}

li { 
	margin-left: 10px;
}

pre {
  margin-left: 10%;
  white-space: pre
}

table caption {
  font-size: 1.2em;
  font-weight: bold;
}

blockquote {
	margin: 10px 20px 10px 20px;
	padding: 4px 4px 4px 4px;
	border: thin ridge Black;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background : #C8E3C8;
	color : Black;
	text-transform: capitalize;
}

body.dark, td.dark {
	background: #003366;
	background: black;
	color: white;
}

td.darktop {
	color: white;
}

.dark a:link, .dark a:active {
	color: #FFFF99;
}

.dark a:visited {
	color: #99FFCC;
}

.content {
	border-right: 1px solid silver;	
}

.content table {
	margin: 0;
	border-right: 1px solid #ccc;
}
.content th {
	background: black;
	color: white;
}
.content tr {
	background: #ffc;
}
.content td {
	border-left: 1px solid #ccc;
	border-bottom:  1px solid #ccc;
	border-left: 0px dotted #eee;
	border-bottom: 2px dotted #ccc;
	margin: 0;
	padding: 10px;
	vertical-align: top;
}
.title { /* sermon, message or book title */
	font-weight: bold;
	font-size: 1.1em;
	padding: 2px;
	margin-left: -2px;
}
.author {
	color: #036;
	font-weight: bold;
	font-size: .9em;
}
.scripture {
	font-style: italic;
}
.summary {
	margin: 10px;
}

.frontpagecolumn {
	background-image: url(Images/backfade3.jpg);
	background-repeat: no-repeat;
	border-left: 1px solid #CCCCCC;
	border-top: 1px solid #DDDDDD;
}
.confsched {
	text-align : center;
	vertical-align : top;
}

.conftime {
	font-weight: bold;
	text-align : center;
	vertical-align : top;
	background : #FFFFCC;
	border-bottom : thin solid Silver;
}

.labelbright {
	font-weight: bold;
	text-align : left;
	vertical-align : top;
	background : #FFFFCC;
}

.databright {
	text-align : left;
	vertical-align : left;
	background : White;
}

.footer {
  margin-top: 2em;
  padding-top: 1em;
  border-top: solid thin black;
}

.schedtime {
	text-align: right;
}

.homenews {
	clear: left;
	margin: 0 10px 10px 10px; 
	padding: 0 0 10px 0;
}
.homenews p {
}
.homenews .pic {
	clear: both;
	float: left;
	display: inline; /* IE fix */
	margin: 0 10px 10px 0;
	padding: 0;
}
.homenews img {
	border-width: 0;
}
.homenews .curb {
	clear: left;
	border-bottom: 1px solid #036;
	margin: 0;
	padding: 0;
}

