@charset "UTF-8";

#masterpage {
	width: 95%;
	margin: 0 auto 0 auto;
}

	#header {
		text-align: center;
		font-size: 2.5em;
		font-weight: bold;
		font-style: italic;
		padding: 0 0 5px 120px;
	}
	
	#main {
		display: table;
		border-collapse: collapse;
	}
	
		#nav {
			display: table-cell;
			width: 120px;
			padding: 0 5px 0 2px;
			text-align: right;
			color: #9c3000;
			font-weight: bold;
			vertical-align: top;
		}
		
			#nav ul {
				list-style: none;
				padding: 0;
				margin-top: 0;
			}
			
			#nav li {
				padding: 0 0 2px 0;
			}
		
		#content {
			display: table-cell;
			padding: 0 0 10px 10px;
			/*width: 100%;*/
		}
	
	#footer {
		text-align: center;
		padding: 0 0 5px 120px;
		color: #9c3000;
	}

.tdnav {
	font-weight: bold;
	color: #000000;
	line-height: 20px;
	text-indent: 20px;
}

/* General site instructions */

body { 
	color: black;
	background-color: #dedfde;
	text-align: left;
	font-size: 1em;
}

a:link {
	color: #9c3000;
	text-decoration: none;
}

a:visited {
	color: #9c3000;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

a:active {
	color: #9c3000;
	text-decoration: underline;

}

h1, h2, h3 {
	padding-top: 0;
	margin-top: 0;
}

h1 {
	font-size: 2em;
	color: #000000;
}

h2 {
	font-size: 2em;
	color: #9C3000;
}

.header {
	font-weight: bold;
	text-decoration: underline;
}

.italics {
	font-style: italic;
}

.underline {
	text-decoration: underline;
}

.bold {
	font-weight: bold;
}

.btgh
{
	font-weight: bold;
	text-decoration: underline;
	font-style: italic;
}

.bulletindate {
	font-size: 2em;
	font-weight: bold;
}

.imgright {
	margin: 10px 0 10px 10px;
}

.imgleft {
	margin: 10px 10px 10px 0;
}

.sermon {
	font-style: italic;
	font-weight: bold;
}

.announcement {
	font-weight: bold;
	font-size: 2em;
	color: #990000;
}

.indent {
	padding-left: 2em;
}

.imgpad {
	padding-left: 10px;
}