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

#mainContentFor3ColumnMainPages {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 440px;
	height: 100%;
	top: 65px;
	margin-left: 2px;
	margin-top: 4px;
	position: relative;
	background-color: #FFFFFF;
	left: 227px;
	float: left;
	text-align: center;
	margin-right: 2px;
	margin-bottom: 1px;
	z-index: 3;
	visibility: visible;
}

#mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 440px;
	height: 100%;
	top: 65px;
	margin-left: 2px;
	margin-top: 4px;
	position: relative;
	background-color: #FFFFFF;
	left: 227px;
	float: left;
	text-align: center;
	margin-right: 2px;
	margin-bottom: 1px;
}

#sidebarLeft {
	position: relative;
	top: 1px;
	width: 205px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #CCCC99; /* padding keeps the content of the div away from the edges */
	height: 100%;
	left: 2px;
	border: solid #CCCC99 0px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
	z-index: 4;
	clear: left;
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: 1px;
	margin-left: 2px;
}

#sidebarPicture {
	margin: 0;
	vertical-align: top;
	padding: 0px;
}
#scriptureBoxLeft {
	height: 166px;
	width: 168px;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	position: relative;
	visibility: visible;
	background-color: #FFFFFF;
	margin-top: 1px;
	top: 0px;
	vertical-align: top;
	z-index: 4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: normal;
	border-top-width: 3px;
	border-right-width: 7px;
	border-bottom-width: 2px;
	border-left-width: 7px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCC99;
	border-right-color: #CCCC99;
	border-bottom-color: #CCCC99;
	border-left-color: #CCCC99;
}

#sidebarRight{
	position:relative;
	top: 1px;
	width: 205px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #CCCC99;
	height: 100%;
	right: 1px;
	border-right: solid #ffffff 2px;
	float: right;
	vertical-align: top;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 2px;
	margin-right: -3px;
	margin-bottom: 1px;
	margin-left: 4px;
}
#scriptureBoxRight {
	height: 166px;
	width: 168px;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	position: relative;
	visibility: visible;
	background-color: #FFFFFF;
	margin-top: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: normal;
	border-top-width: 2px;
	border-right-width: 6px;
	border-bottom-width: 2px;
	border-left-width: 6px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCC99;
	border-right-color: #CCCC99;
	border-bottom-color: #CCCC99;
	border-left-color: #CCCC99;
	z-index: 4;
}
.rightAlign12pxName {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 13px;
	color: #FFFFFF;
	height: auto;
	padding-right: 12px;
}
.leftAlign12pxBlock {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 16px;
	color: #FFFFFF;
	text-align: left;
	padding-right: 10px;
}
#footer  {
	position: static;
	bottom: 1px;
	width: 875px;
	margin-right: 1px;
	margin-bottom: 1px;
	margin-left: 1px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #FFFFFF;
	height: 100px;
} 

#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 */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 0px auto;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.styleTextDecoration {text-decoration:none;}
