@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #151f40;
}
.twoColFixLtHdr #container {
	width: 780px;  /* 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. */
	font-size: 0.85em;
	line-height: 1.6em;
} 
.twoColFixLtHdr #header {
	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. */
	background-color: #FFFFFF;
} 
.twoColFixLtHdr #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: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.twoColFixLtHdr #header #nav_top {
	text-align: right;
	width: 500px;
	padding-right: 20px;
	padding-top: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 260px;
	font-size: .85em;
	line-height: 1em;
}

.twoColFixLtHdr #header #nav_top p {
	margin-top: 10px;
	margin-bottom: 13px;
}

.twoColFixLtHdr #header #nav_top a:link {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #006699;
	text-decoration: none;
	color: #218B33;
}

.twoColFixLtHdr #header #nav_top a:visited {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #006699;
	text-decoration: none;
	color: #218B33;
	
}

.twoColFixLtHdr #header #nav_top a:hover {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #006699;
	text-decoration: none;
	color: #218B33;
}


.twoColFixLtHdr #header #nav_hor_top {
	background-image: url(_media/images/nav_background_2.jpg);
	background-repeat: no-repeat;
	display: block;
	margin: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	background-color: #6F89BA;
}


.twoColFixLtHdr #welcome {
	color: #37a249;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 2px;
	padding-left: 20px;
} 

.twoColFixLtHdr #welcome .heading-img {
	margin: 0;
	padding: 0;
} 

.twoColFixLtHdr #welcome h1 {
	color: #37a249;
	margin-top: 0px;
} 

.twoColFixLtHdr #welcome p {
	color: #000000;
	margin-top: 2px;
	margin-bottom: 8px;
} 

.twoColFixLtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 225px;
	padding-top: 0px;
	padding-bottom: 15px;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

.twoColFixLtHdr #sidebar1 #sidebar_top_img {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;	
}

.twoColFixLtHdr #sidebar1 #divider_right {
	background-image: url(_media/sidebar/bracket_right_1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 175px;
	padding-right: 15px;
	padding-left: 20px;
}

.twoColFixLtHdr #sidebar1 #divider_right p {
	font-size: 1.1em;
	letter-spacing: .15em;
}

.twoColFixLtHdr #sidebar1 #divider_right h1 {
	color: #009900;
	font-size: 1.5em;
	letter-spacing: .2em;
	margin-bottom: 0px;
	padding-top: 10px;
}

.twoColFixLtHdr #sidebar1 #quote_left {
	background-image: url(_media/sidebar/sidebar_quote.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 15px;
	padding-left: 20px;
}

.twoColFixLtHdr #sidebar1 #quote_left p {
	font-style: italic;
	letter-spacing: 0.15em;
	color: #000000;
	text-align: left;
	margin-bottom: 3px;
}
.twoColFixLtHdr #sidebar1 #quote_left #sig_line1 {
	font-style: normal;
	letter-spacing: 0.15em;
	color: #000000;
	text-align: right;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 5px;
}
.twoColFixLtHdr #sidebar1 #quote_left #sig_line2 {
	font-style: normal;
	letter-spacing: 0.15em;
	color: #000000;
	text-align: right;
	margin-top: 0px;
	font-size: .9em;
}

.twoColFixLtHdr #sidebar1 #block_right {
	padding-right: 15px;
	padding-left: 20px;
}

.twoColFixLtHdr #sidebar1 h2 {
	font-size: 1.25em;
	color: #218B33;
	padding-top: 5px;
	padding-bottom: 1px;
	margin-bottom: 1px;
}

.twoColFixLtHdr #sidebar1 #lastupdated {
	text-align: right;
	font-size: .7em;
	color: #666666;	
}

.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 235px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 2px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 

.twoColFixLtHdr #mainContent #bkg_box {
	border: 1px solid #666666;
	background-color: #EEEEEE;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
} 


.twoColFixLtHdr #mainContent h1 {
	color: #4B6AAB;
	margin-top: 12px;
	font-size: 1.7em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
} 

.twoColFixLtHdr #mainContent h2 {
	color: #4B6AAB;
	margin-top: 12px;
	font-size: 1.3em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
} 

.twoColFixLtHdr #mainContent table {
	text-align: left;
	vertical-align: top;
} 

.twoColFixLtHdr #mainContent table td {
	text-align: left;
	vertical-align: top;
} 

.twoColFixLtHdr #mainContent ul {
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 25px;
} 

.twoColFixLtHdr #mainContent li {
	list-style-position: outside;
	margin-top: 1px;
	margin-bottom: 2px;
} 

.twoColFixLtHdr #mainContent a:link {
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #006699;
	text-decoration: none;
	color: #006699;
}

.twoColFixLtHdr #mainContent a:visited {
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #006699;
	text-decoration: none;
	color: #006699;
}

.twoColFixLtHdr #mainContent a:hover {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #009900;
	text-decoration: none;
	color: #009900;
}

.twoColFixLtHdr #mainContent #bold_topline {
	font-weight: bold;
	margin-bottom: 0px;
}

.twoColFixLtHdr #mainContent #bold_nextline {
	margin-top: 0px;
}

.twoColFixLtHdr #mainContent #verse_nextline {
	margin-top: 0px;
	margin-bottom: 0px;
	font-style: italic;
}

.twoColFixLtHdr #mainContent #reference_nextline {
	margin-top: 0px;
	text-align: right;
	font-size: .9em;
}


.link-button-super a:link {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #7E99CE;
	padding: 5px;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #CCCCCC;
}

.link-button-super a:visited {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #7E99CE;
	padding: 5px;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #CCCCCC;
	
}

.link-button-super a:hover {
	text-decoration: underline;
	color: #CCCCCC;
	background-color: #7E99CE;
	padding: 5px;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #CCCCCC;
}

.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	text-align: right;
	line-height: 2em;
	font-size: .85em;
} 
.twoColFixLtHdr #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 */
}

.twoColFixLtHdr #footer a:link {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #006699;
	text-decoration: none;
	color: #218B33;
}

.twoColFixLtHdr #footer a:visited {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #006699;
	text-decoration: none;
	color: #218B33;
	
}

.twoColFixLtHdr #footer a:hover {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #006699;
	text-decoration: none;
	color: #218B33;
}

.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: 8px;
}
.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;
}
