@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #a2a2a2;
	background-image: url(../images/bkgr_fade.jpg);
	background-repeat: repeat-x;
}
.twoColFixLtHdr #container {
	width: 887px; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color: #FFFFFF;
	background-image: url(../images/bkgr_horiz.jpg);
} 
.twoColFixLtHdr #header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #123F8E;
	background-color: #FFFFFF;
	background-image: url(../images/header.jpg);
	text-align: right;
	height: 160px;
	width: 887px;
	padding: 0;
}  
.twoColFixLtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #123f8e;
	padding-top: 10px;
	padding-right: 20px;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 185px;
	background-image: url(../images/nav_bkgr.jpg);
	background-repeat: no-repeat;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	height: 220px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 20;
	margin-bottom: 0;
	margin-left: 220px;
} 
.twoColFixLtHdr #footer {
	background-image: url(../images/footer.jpg);
	height: 108px;
	width: 887px;
	background-repeat: no-repeat;
	padding: 0;
} 
.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;
}
.twoColFixLtHdr #headerOrage {
	margin: 0;
	background-repeat: no-repeat;
	height: 3em;
	width: 662px;
	padding-top: 15;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	vertical-align: middle;
	background-image: url(../images/header_bar.jpg);
}
.twoColFixLtHdr #headerOrage h1 {
	height: 52px;
	width: 632px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	vertical-align: middle;
	text-align: left;
	text-indent: 60px;
	padding: 0;
	margin: 0;
	clip: rect(auto,auto,auto,auto);
	line-height: 2.7em;
}
.twoColFixLtHdr #headerLinks {
	height: 40px;
	width: 860px;
	font-family: Arial, Helvetica, sans-serif;
	color: #053F8E;
	text-align: right;
	margin-top: 10px;
	font-size: 12px;
	font-weight: bold;
}
.topNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #123F8E;
	font-weight: bold;
	padding: 10px;
}
.leftNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #123f8e;
	vertical-align: 20%;
	line-height: 30px;
	font-weight: bold;
	background-position: left;
	text-decoration: none;
}
.leftNavHilight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #123f8e;
	vertical-align: 20%;
	line-height: 30px;
	font-weight: bold;
	text-transform: uppercase;
}
.churchText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .65em;
	font-style: italic;
	color: #123f8e;
}
.times {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #123F8E;
}
.timesDescript {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #123F8E;
	font-weight: bold;
}
.leftNav a:hover {
	color: #1C93F2;
	text-decoration: underline;
}
.leftNavHilight a:hover {
	color: #1C93F2;
	text-decoration: underline;
}
a:hover {
	color: #FF9E27;
}
.headerLinks {
	color: #053F8E;
	text-decoration: none;
}
.twoColFixLtHdr  #header a:hover {
	color: #FF7201;
	text-decoration: underline;
}
.orangeHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FE9D26;
	text-decoration: none;
}
.statement {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.statementFrom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #053F8E;
}
.articlesHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.articlesLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #3B66A7;
}
.downloadLinkBlue {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #0375C8;
	text-decoration: none;
	font-size: 12px;
}
.twoColFixLtHdr #articleContainer {
	padding-right: 30px;
	padding-left: 30px;
}
.missionaryDescript {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #123F8E;
	font-weight: bold;
}
.missionaryHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
.webcamHdr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #3766A8;
	text-decoration: underline;
}
.webcamSub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

