﻿/* CSS Document */

body {
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-size: 12px;
	background: #FFFFFF;
	text-align: center;
}

/* Table Styles */

#mainTable {
	text-align: left;
	vertical-align: top;
	background: #FFFFFF;
}

#leftShadow {
	background: url('images/assets/leftshadow.jpg') repeat-y;
	width: 25;
}

#rightShadow {
	width: 25;
	background: url('images/assets/rightshadow.jpg') repeat-y;
}

#mainArea {
	border: 1px solid #792B17;
}

/* Navigation */

#navBar {
	text-align: right;
	padding-right: 5px;
	background: #792B17;
	vertical-align: center;
	font-size: 14px;
	font-weight: bold;
}

#navBar a {
	color: #FFFFFF;
	text-decoration: none;
}

#navBar a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#navBar a:hover{
	color: #CCCC99;
	text-decoration: none;
}

#navBar a:active {
	color: #CCCC99;
	text-decoration: none;
}

/* News Area */

#newsHeader {
	background: #EAE5D1;
	color: #5B613B;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	border-top: 2px solid #792B17;
	border-left: 2px solid #792B17;
	border-right: 2px solid #792B17;
	border-bottom: 1px dotted #666666;
}

#newsBox {
	max-height: 228px;
	background: #EAE5D1;
	color: #5B613B;
	padding: 5px;
	vertical-align: top;
	border-left: 2px solid #792B17;
	border-bottom: 2px solid #792B17;
	border-right: 2px solid #792B17;
}

.newsItem {
	margin: 5px;
	font-size: 8pt;
}

#scriptureBox {
	max-height: 200px;
	background: #EAE6D1;
	color: #5B613B;
	vertical-align: top;
	padding: 5px;
	border: 2px solid #792B17;
	font-size: 14px;
}

#scriptureHeader {
	background: #EAE5D1;
	color: #5B613B;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px dotted #666666;
}

#Box {
	max-height: 200px;
	background: #EAE6D1;
	color: #5B613B;
	vertical-align: top;
	padding: 5px;
	border: 2px solid #792B17;
	font-size: 14px;
}

#bottomLeft {
	min-height: 5px;
}

/* Content Area */

#contentArea {
	text-align: left;
	vertical-align: top;
	padding: 5px;
	background: #FFFFFF;
}

#contentArea p {
	font-size: 12px;
}

#contentArea .feature {
	width: 600px;
	padding: 5px;
	border: 2px solid #792B17;
}

#contentArea .leftPic {
	float: left;
	display: inline;
	border: none;
	margin-right: 3px;
	margin-top: 3px;
	margin-bottom: 3px;
}

#contentArea .rightPic {
	float: right;
	display: inline;
	border: none;
	margin-left: 3px;
	margin-top: 3px;
	margin-bottom: 3px;
}

/* Headers */

.boxHeader {
	font-size: 18px;
	margin-top: 3px;
	color: #5B613B;
	text-align: left;
	border-bottom: 1px dotted #666666;
}

.boxHeader2 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 8px;
	color: #5B613B;
	text-align: left;
	border-bottom: 1px solid #666666;
}


.boxHeader2 a {
	color: #5B613B;
	text-decoration: none;
}

.boxHeader2 a:visited {
	color: #5B613B;
	text-decoration: none;
}

.boxHeader2 a:hover{
	color: #792B17;
	text-decoration: none;
}

.boxHeader2 a:active {
	color: #792B17;
	text-decoration: none;
}

.boxHeader3 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 8px;
	color: #5B613B;
	text-align: left;
}


.boxHeader3 a {
	color: #5B613B;
	text-decoration: none;
}

.boxHeader3 a:visited {
	color: #5B613B;
	text-decoration: none;
}

.boxHeader3 a:hover{
	color: #792B17;
	text-decoration: none;
}

.boxHeader3 a:active {
	color: #792B17;
	text-decoration: none;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	color: #5B613B;
	text-align: left;
	margin-bottom: 5px;
}

h2 {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	text-align: left;
	margin-bottom: 5px;
}

/* Footer */

#footer {
	text-align: center;
	color: #666666;
	font-size: 10px;
	border-top: 1px dotted #666666;
}