body {
	background-image: url(BG.jpg);
	background-repeat: repeat;
	top: 0px;
	clip: rect(0px,auto,auto,auto);
	background-position: center top;
	text-align: center;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}
table {
	margin: 0px;
	padding: 0%;
}

.oneColFixCtrHdr #container {
	width: 850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #FFFFFF; 
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	clear: right;
	border-top: 3px #222222 solid;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

p {
	color: black;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif
}

h2 {
	color: black;
	font-size: 14pt;
	font-family: Arial, Helvetica, sans-serif;
}


#headerBox {
		width: 850px;
		margin: 0;
		padding: 0;
}
#logoBox {
	width: 450px;
	height: 130px;
	float: left;
	margin: 0;
	padding: 0;
}
#imageBox {
	float: right;
	height: 130px;
	padding-top: 5px;
}
#navBox {
	text-align: center;
	background-color: #AAAAAA;
	clear: right;
	padding: 5px;
}

.navBorder {
	padding: 10px;
	border-left: medium, #444444:
}

.leftContainer {
	width: 200px;
	float: left;
	margin-left: 200px;
}

.rightContainer {
	width: 200px;
	float: right;
	margin-right: 200px;
}

a {
	color: maroon;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none
}
a:hover {
	color: #4682b4;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none
}
.headerText12ptBold {
	color: #000;
	font-weight: bold;
	font-size: 12pt;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none
}
.headerText9pt {
	color: black;
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none
}
.scripture  {
	color: #000;
	font-style: italic;
	font-size: 11pt;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.sectionHeaders   {
	color: maroon;
	font-weight: bold;
	font-size: 11pt;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none
}
img.float_left { 
	float: left; 
	width: 100px 
}
img.float_right { 
	float: right; 
	width: 100px 
}
.footerText {
	color: black;
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
}
.calendar_table { 
	border: solid 1px #696969 
}
.calendar_days {
	color: #000;
	font-style: italic;
	font-weight: bold;
	font-size: 11pt;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	text-align: center;
	border: #4682b4
}
.calendar_days_gray {
	color: #c0c0c0;
	font-style: italic;
	font-weight: bold;
	font-size: 11pt;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	text-align: center;
	border: #4682b4
}
li { 
	color: #000; 
	font-size: 11pt; 
	line-height: 14pt; 
	text-decoration: none 
}
body {
	background-image: url(BG.jpg);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
}
