﻿@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
/*	background-image: url("../images/background.gif");*/
/*	background-repeat: repeat-x;*/
	background-repeat:repeat;
	background-attachment: scroll;
	background-color:#0c061f; 
/*background-color:#000033;*/

}
#container {
	/*border-right: 2px solid #484848;
	border-bottom: 2px solid #484848;
	border-left: 2px solid #484848;*/
	background-color: #668187;
}
#masthead {
	text-align: right;
	color: white;
	background-color: #668187;

	background-position: top;
	background-repeat: no-repeat;
}
#webtitle {
	text-align: right;
	color: white;
	background-position: top;
	background-repeat: no-repeat;
}

#navigation {
	width:900px;
}
html>body #navigation {
	overflow: hidden;
	text-align:left;
}
#column_l {
	width: 900px;
	padding: 15px;
	background-color: #668187;
}
html>body #column_l {
	width: 100%;
	padding: 0 15px;
	background-color: #668187;
}
#column_r {
	width: 217px;
	padding: 15px 10px;
	background-color: #fff;
}
html>body #column_r {
	width: 220px;
	padding: 15px 10px;
	background-color: #fff;
}
#content {
	background-color: #fff;
	
}
#footer {
	text-align: center;
	padding-bottom: 10px;
}
html>body #footer {
	text-align: center;
	padding-bottom: 0;
}
/* Masthead */
#masthead h1 {
	color: #8b0000;
	margin-right: 0.5em;
	margin-bottom: 0;
}
#masthead h3 {
	color: #000;
	margin-top: 0;
	margin-right: 1em;
}

/* Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
/* Right Column */
#column_r img {
	border: 1px solid #808080;
}
/* Site typography */
h1 {
	font-size: xx-large;
 	color: #800; 
}
h2 {
	font-size:large;
	font-family:Arial, Helvetica, sans-serif;
	color: #600;
}
h3 {
	font-size: medium;
	color: #600;
}
h3.arial {
	font-size:14pt;
	color:#600;
	font-family: Tahoma, sans-serif
}
h4 {
	font-size: small;
	color: #600;
}
h5 {
	font-size: x-small;
	color: #400;
}
h6 {
	font-size: xx-small;
	color: #300;
}
/* Footer */
#footer p {
	font-size: x-small;
	color: #000;
}
/* Links */
a {
	color: #000099;
	text-decoration:none;
}
a:hover {
	color: #600;
	text-decoration: underline;
}
a:visited {
	color:#000099;
	text-decoration:none;
}
a:active {
	color:#600;
	text-decoration:underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.white-text {
	color:#FFFFFF;
}
TD.pdf
{
       FONT-FAMILY:verdana, Arial, Tahoma, Geneva, Helvetica, sans-serif;
       font-size:small;

}
li{
 padding-right:10px;

}
.texttop {
	vertical-align: text-top;
}
p {
	font-family: Verdana, Arial, Helvecta, sans-serif;
	font-size:small;
	text-decoration:none;
	
}
td {
	font-family: verdana, arial, sans-serif;
		text-decoration:none;
	font-size:small;
}
li {
	font-family:Verdana, Arial, Helvecta, sans-serif;
	font-size:small;
	text-decoration:none;
}

.bheading {
	font-family:Verdana, Arial, Helvecta, sans-serif;
	font-size:small;
	font-weight:800;
}
.sermon
{
	font-size:small;
}
.sermonheader 
{
	font-size:small;
	font-weight:bold;
	text-decoration:underline;
}
.na 
{
	color:#FF0000;
	font-weight:bold;
}
.grayback
{
	background-color:#DCDCDC;
}
.whiteback
{
	background-color:#FFFFFF;
}
.subheader{
	font-size:small;
	color:#000000;
	font-weight:bold;
}

.subhead {
	font-size:xx-large;
	font-weight:bold;
	font-family:"Comic Sans MS";
}
a.nolink {
	text-decoration:none;
	color:#000000;
	cursor:text;
}
a:hover.nolink {
	text-decoration:none;
	color:#000000;
	cursor:text;
}
a:active.nolink {
	text-decoration:none;
	color:#000000;
	cursor:text;
}

a.nolinku {
	text-decoration:underline;
	color:#000000;
	cursor:text;
}
a:hover.nolinku {
	text-decoration:underline;
	color:#000000;
	cursor:text;
}
a:active.nolinku {
	text-decoration:underline;
	color:#000000;
	cursor:text;
}

.medsubhead {
	font-size:small;
	color:#600;
	font-weight:bold;

}