* {
    margin: 0;
    padding: 0;
}
html, body { height: 100%; }
body {
	margin: 0px; padding: 0px; 
	background: url(../images/bg_site.jpg) fixed repeat top center;
}
body, p, ol, ul, td {
	font-family: georgia, "Times New Roman", serif;
	font-size:   11px;
	line-height: 18px;
	color: rgb(18,50,56); /* font color */
}
img {
	border: 0px;
}
table,td,th { vertical-align: top; font-size: 13px;}
a,a:visited { color: #0083A6; font-size: 13px;}
a:hover { 
	text-decoration: underline;
}
div.editPageMenu a,a:hover,a:visited {
	color: #0083A6; font-size: 13px;
}
p { 
	color: rgb(18,50,56); 
	margin-left: 10px;
	margin-right: 10px;
}
p.western { 
	color: rgb(18,50,56); 
	margin-left: 10px;
	margin-right: 10px;
}

h1 {
  clear: both;
  border-bottom: 1px solid #000;
  padding-left: 25px;
  padding-bottom: 5px;
  color: rgb(255,187,2);
  font-size: 20px;
}

h2 {
  clear: both;
  font-family: arial, helvetica, tahoma, verdana, sans-serif;
  padding: 0 0 8px 0;
  margin: 0;
  font-size: 18px;
}

h3 {
  clear: both;
  padding: 0 0 8px 0;
  margin: 0;
  font-size: 16px;
}

div.mainBox { width:772px;  margin-left: auto; margin-right: auto; border: 0px; }

#menuItem {
	float: left;
}
div.mainBoxHeader {
	height: 80px;
	width: 772px;
	padding-top: 25px;
}
div.mainBoxHeader a,a:visited { 
	text-decoration: none;
	font-weight: bold;
	color: rgb(255,255,255); 
	font-size: 15px;
	line-height: 36px; 
	padding-left: 7px;
	padding-right: 7px;
}
div.mainBoxHeader a:hover {
	text-decoration: underline;
}

/* MENU */
div.menuBox {
	height: 45px;
	background: url('../images/03_bg.png') no-repeat scroll top left;
}
div.menuBox a,a:visited { color: #FFFFFF; font-size: 14px; line-height: 49px; font-weight: bold; text-decoration: none;
	padding-left: 30px;
}
div.menuBox a:hover { 
	text-decoration: none;
}
/* END MENU */

div#devotional p {
	margin: 1em 0 0 0;
}
div#devotional h4 {
	margin: 1.2em 0 0 0;
}
#content {
	background: url(../images/bg_content.png) top right repeat-y;
	min-height: 400px;
}


div.mainContent {
	color: rgb(18,50,56); font-size: 13px; line-height: 20px;
	float: left; width: 500px; padding-left: 40px; padding-right: 30px; padding-top: 8px;
/*	border: 1px red solid; */
}
div.mainContent p {
	font-size: 13px; line-height: 18px;
}
div.mainContent ul {
	padding-left: 20px;
	color: rgb(18,50,56); font-size: 13px; line-height: 18px;
}
div.mainContent a,a:visited { color: #0083A6; font-size: 13px; padding: 0; margin: 0; font-weight: normal; text-decoration: underline; line-height: 18px;}
div.mainContent a:hover { 
	text-decoration: none; line-height: 18px;
}


div.sidebar {
	padding-top: 20px;
	width: 170px;
	float: left;
/*	border: 1px red solid; */
}



div.mainBoxFooter {
/*	color: #0083a6;*/
	color: rgb(18,50,56);
	font-weight: bold;
	text-align: center;
	padding-top: 30px;
	padding-right: 50px;
	width: 722px;
	height: 34px;
	clear: left; 
	background: url('../images/04_footer.png') no-repeat scroll top left;
}
div.siteBy {
	color: rgb(18,50,56);
	font-weight: bold;
	text-align: center;
	padding-right: 20px;
	width: 772px;
	height: 64px;
	clear: left; 
}


div.signing {
	color: rgb(18,50,56);
	font-weight: bold;
	text-align: center;
	font-size: 18px;
	line-height: 20px;
	padding-bottom: 5px;
	padding-top: 5px;
}





