/* CSS Document */
@charset "utf-8";


body {
	background-color: #ededed;
	background-image: url(../images/PageBackground_slvr2.png);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Geneva, sans-serif;
}
h1 {
	font-size: 19px;
	color: #00274D;
	padding-bottom: 1px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #00274D;
	font-weight: bold;
}
h2 {
	font-size: 17px;
	font-weight: bold;
	color: #571C1F;
}
h3 {
	font-size: 14px;
}

.italics {
	font-style: italic;
}
.burgundy {
	font-weight: bold;
	color: #571C1F;
}
.ltBlue {
	color: #4498C7;	
}
.ltBlueBold {
	color: #4498C7;	
	font-weight:bold;
}




.clear {
	clear: both;
}
.clear15 {
	clear: both;
	height:15px;
}
.clear30 {
	clear: both;
	height:30px;
}




.PageWrapper {
	width: 990px;
	margin-top: 0px;
	margin-right: auto;
	/*background-color: #F0E9D2;*/
	margin-left: auto;
	background-color: #DAC792;
}
.HeaderContainer {
	width: 990px;
}
.HeaderContainer .Header {
	border-bottom: 8px solid #571C1F;
	border-top: 8px solid #571C1F;
}
.NavigationContainer {
	background-color: #00274D;
	height: 35px;
	width: 990px;
	clear: both;
}

.ContentMainWrapper {
	border-top: 2px solid #00274D;
	border-right: 2px solid #00274D;
	border-left: 2px solid #00274D;
	padding-top: 15px;
	width: 986px;
}
.MainContentColumn {
	width: 664px;
	float: left;
	margin: 0px 14px;
	background-color: #FFF;
	padding: 12px 12px 20px 12px;
	border: 1px solid #00274D;
}
.SpanFull {
	width: 932px;
}
.SpanFullHomePage {
	width: 932px;
}


.dottedspacer {
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #00274D;
}
.dottedspacer2 {
	margin-top: 20px;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #00274D;
}
.dottedspacer3gray {
	margin-top: 30px;
	margin-bottom: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.RightMarParagraph {
	margin-right: 150px;
}
.StyledTable table{
	border-top: 6px solid #571C1F;
	border-bottom: 6px solid #571C1F;
	border-right: 1px solid #571C1F;
	border-left: 1px solid #571C1F;
	background-color: #EAEAEA;
}
.StyledTable table tr {
	padding: 6px;
}
.StyledTable table tr th {
	padding: 6px;
	border: 1px solid #666;
	border-bottom: 1px solid #666;
}
.StyledTable table tr td {
	padding: 6px;
	border-right: 1px solid #666;
	border-left: 1px solid #666;
	border-bottom: 1px solid #666;
}









/*Scripture styles*/
.Scripture {
	margin: 30px;
	padding: 0px 15px;
	background-color: #F0E9D2;
	border: 1px inset #00274D;
}
.Scripture h3 {
	text-align: center;
}
.Scripture p {
	font-style: italic;
}













/*Callout Column Styles*/
.CalloutColumn {
	float: left;
	width: 252px;
	margin-right: 15px;
}
.CalloutItem {
	margin-bottom: 20px;
	float: right;
}
.CalloutItem .TopCallout {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background-image: url(../images/callout_top.png);
	background-repeat: no-repeat;
	height: 18px;
	width: 243px;
	padding-left: 8px;
	padding-top: 2px;
}
.CalloutItem .ContentCallout {
	background-image: url(../images/callout_slvr.png);
	background-repeat: repeat-y;
	padding: 6px;
	width: 239px;
	font-size: 12px;
}
.CalloutItem .EndCapCallout {
	background-image: url(../images/callout_bottom.png);
	background-repeat: no-repeat;
	height: 19px;
	width: 251px;
}
p.CalloutNoMar {
	margin: 0px 0px 15px 0px;
}







/*Footer*/
.FooterContainer .Line1 {
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: inset;
	border-bottom-color: #FFF;
	width: 800px;
}
.FooterContainer .Line2 {
	width: 800px;
}

.FooterContainer {
	background-color: #00274D;
	height: 45px;
	color: #FFF;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
	font-size: 11px;
	padding-left: 95px;
	padding-top: 8px;
}
.FooterContainer a {
	color: #FFF;
	text-decoration: none;
}
.FooterContainer a:hover {
	text-decoration: underline;
}
