body {
	margin:0;
	padding:0;
	font-size:13px;
	font-family: CenturyGothic, Arial, Helvetica, sans-serif;
	background:url(../images/bg.jpg) repeat-x;
}
#wrap {
	width:970px;
	margin:0 auto;
	background-color:#2372bd;
	overflow: hidden;
}
#head {
	width:960px;
	margin:0 5px;
	background-color:#ffffff;
	clear: both;
}
#head-top {
	width: 960px;
	height: 41px;
}
#head-top-left {
	margin: 5px 0 0 5px;
	float: left;
}
#head-top-right {
	font-size: 18px;
	font-weight: bold;
	color: #3e5589;
	margin: 5px 5px 0 0 ;
	float: right;
}
#head-top-right form{
	display: inline;
}
#head-bottom {
	width: 960px;
	height: 28px;
	font-size: 12px;
	font-weight: bold;
	border-top: 4px solid  #c0dbee;
	float: right;
	background-color:#ffffff;
}
#head-bottom ul{
	margin: 0px;
	padding: 0px;
}
.head-bottom-menu {
	height: 13px;
	float: right;
	margin: 5px;
	padding-left: 8px;
	border-left: 1px solid #000000;
}
.head-bottom-menu-last {
	height: 13px;
	float: right;
	margin: 5px;
}
#contain {
	width:  960px;
	height: auto;
	margin: 0 5px;
	padding: 0;
}
#main {
	width:  960px;
	height: auto;
	margin: 0;
	padding: 0;
	overflow: visible;
	float: left;
	background-color:#ffffff;
}
#main-content-title {
	width: 719px;
	height: 65px;
	background-color:#ffffff;
	float: right;
}
#main-content-title h1{
	margin: 15px 5px 5px 10px;
	padding: 0px;
	color: #6e356c;
	font-size: 26px;
	font-weight: bold;
	vertical-align: middle;
}

.menu {
	color: #3e5589;
}

#left-menu {
	width: 240px;
	float: left;
	background-color:#ffffff;
	margin-bottom: 22px;
	clear: both;
	z-index: 100;
}
#left-menu ul{
	margin: 0 20px 0 24px;
	padding: 0;
	vertical-align: middle;
}
#left-menu li{
	color: #3e5589;
	margin: 7px 0 2px 0;
	padding: 0 0 2px 0;
	font-size: 12px;
	font-weight: bold;
	vertical-align: middle;
	border-bottom: 1px dashed #cccccc;
	list-style-position: inside;
	list-style-image: url("../images/li_icon.jpg");
}
#left-menu li ul li{
	margin: 5px 5px 5px 20px;
	border-bottom: 1px dashed #cccccc;
	list-style-position: outside;
	list-style-image: url("../images/li_icon_2.jpg");
}
#left-menu ul ul {
	width: 160px;
	margin: 8px 0 0 0;
	padding: 0;
	font-size: 10px;
	vertical-align: middle;
	border-bottom: none;
	list-style-position: inside;
	visibility: hidden;
	position: absolute;
	left: 25px;
	top: 0px;
}
#left-menu ul li:hover ul,  #left-menu ul a:hover ul
{
	visibility: visible;
	position:   relative;
	left: 25px;
	top: 0px;
	background: none;
}
/* For IE6 */
#left-menu ul li:hover ul ul, #left-menu ul a:hover ul ul
{
	visibility: hidden;
	position:   absolute;
	left: 15px;
	top: 0px;
	background: none;
}
/* For IE6 */
/* 
#left-menu  ul li.menu ul li:hover ul, #left-menu  ul li.menu ul a:hover ul
{
	visibility: visible;
	position:   relative;
	background: none;
}
*/



/*  325 */
#left-menu  ul li.menu { 
	/* color: #d52b2c; */
}

#left-menu  ul li.menu ul { 
	/* color: #ff0000; */
	visibility: visible;
	position:   relative;
	background: none;
}

#left-menu  ul li.menu ul  ul
{ 
	width: 130px;
	visibility: hidden;
	position: absolute;
	left: 15px;
	top: 0px;
}
#left-menu  ul ul li:hover ul, #left-menu  ul ul a:hover ul
{ 
	visibility: hidden;
	position: absolute;
	left: 15px;
	top: 0px;
}
/* 
#left-menu  ul li.menu ul li:hover ul, #left-menu  ul li.menu ul a:hover ul
{ 
	visibility: hidden;
	position: absolute;
	left: 25px;
	top: 0px;
}
*/
#left-menu  ul li.menu ul .sub_menu ul
{
	visibility: visible;
	position: relative;
	left: 15px;
	top: 0px;
	background: none;
}
/* 325 */

#left-menu ul ul ul{
	width: 130px;
	margin: 8px 0 0 0;
	visibility: hidden;
	position: absolute;
	left: 15px;
	top: 0px;
	background-color: #ff0000;
}

.sub-menu li ul{
	visibility: visible;
	position:   relative;
	background: none;
}
#main-leftside {
	margin: 0px;
	padding: 0px;
	width: 240px;
	background-color:#ffffff;
	float: left;
}
.main-leftside-text {
	margin: 0px 15px 0px 0px;
	padding: 0px 20px 5px 25px;
	width: 180px;
	border-right: 1px solid #2372bd;
	border-bottom:1px solid #2372bd;
	font-weight: bold;
}
.main-leftside-text h3{
	margin: 2px 0;
	color: #6e356c;
	font-size: 20px;
	font-weight: bold;
}
.main-leftside-text h4{
	margin: 0;
	padding-right: 10px;
	color: #2372bd;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
}
.main-leftside-text-img {
	margin: 0px 15px 0px 0px;
	padding: 0px;
	width: 225px;
	border-right: 1px solid #2372bd;
	border-bottom: 1px solid #2372bd;
	clear: both;
}
#main-content {
	width: 719px;
	background-color:#ffffff;
	float: right;
}

#main-content table {
	table-layout: fixed;
}
.main-content-text-table {
	margin: 5px 9px 10px 15px;
	width: 680px;
	border-collapse:collapse;

	text-align: center;
}
.main-content-text-table td {
	padding: 5px;
	border: 1px solid #111111;
	border-collapse:collapse;
}
.main-content-text-table th {
	padding: 5px;
	border: 1px solid #111111;
	border-collapse:collapse;
}
.main-content-text-table-noborder {
	margin: 5px 9px 10px 15px;
	width: 680px;
	border-collapse:collapse;
	border: none;
}
.main-content-text-table-noborder td {
	padding: 5px;
	border: none;
	border-collapse:collapse;
}
.main-content-text-table-noborder th {
	padding: 5px;
	border: none;
	border-collapse:collapse;
}
#main-content-text h1 {
	margin: 30px 15px;
	padding: 0px;
	color: #6e356c;
	font-size: 26px;
	font-weight: bold;
	vertical-align: middle;
}
#main-content-text h2 {
	margin: 15px;
	color: #000080;
	font-size: 20px;
	font-weight: bold;
}
#main-content-text h3 {
	margin: 15px;
	color: #000080;
	font-size: 16px;
	font-weight: bold;
}
#main-content-text h4 {
	margin: 15px;
	color: #6e356c;
	font-size: 18px;
	font-weight: bold;
}
#main-content-text p{
	margin: 15px;
}
#main-content-text h5{
	margin: 15px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}
#main-content-left {
	/* width: 527px;
	background-color:#ffffff;
	float: left; */
}
/* for contact.php start */
#main-content-left h2{
	margin: 2px 0;
	padding: 10px;
	color: #6e356c;
	font-size: 21px;
	font-weight: bold;
}
#main-content-left h3{
	margin: 2px 0;
	padding: 10px;
	color: #6e356c;
	font-size: 18px;
	font-weight: bold;
}
#main-content-left p{
	margin: 2px 0;
	padding: 10px;
	font-size: 13px;
	font-weight: normal;
}
#main-content-left form{
	margin: 2px 0;
	padding: 10px;
	color: #6e356c;
	font-size: 15px;
	font-weight: bold;
}
/* for contact.php end */
.main-content-left-text {
	/* width: 527px; */
	margin: 0 0 20px 0;
	padding: 0px;
	font-size: 12px;
	clear: both;
}
.main-content-left-text h2{
	margin: 2px 0;
	padding: 10px;
	color: #6e356c;
	font-size: 21px;
	font-weight: bold;
}
.main-content-left-text h4{
	margin: 2px 0;
	padding: 10px;
	color: #6e356c;
	font-size: 17px;
	font-weight: bold;
}
.main-content-left-text p{
	margin: 2px 0;
	padding: 10px;
	font-size: 13px;
}
.main-content-left-text h5{
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}
#main-content-right {
	width: 191px;
	background-color:#ffffff;
	border-bottom:1px solid #2372bd;
	float: right;
}
.main-content-right-text {
	margin: 0px;
	padding: 30px 10px 5px 10px;
	width: 170px;
	border-left:1px solid #2372bd;
	border-bottom:1px solid #2372bd;
	font-weight: bold;
	clear: both;
}
.main-content-right-text h3{
	margin: 2px 0;
	color: #6e356c;
	font-size: 16px;
	font-weight: bold;
}
.main-content-right-text h4{
	margin: 0;
	padding-right: 10px;
	color: #2372bd;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
}
.main-content-right-text-img {
	margin: 0px;
	padding: 0px;
	width: 191px;
	border-left:1px solid #2372bd;
	clear: both;
}
.main-content-right-text-img table{
	width: 130px;
	margin: 20px 30px 2px 30px;
	padding: 2px;
}
.main-content-right-text-img td {
	text-align: center;
	vertical-align: middle;
}
.main-content-right-text-img img{
	border: none;
}
.readmore {
	color: #2372bd;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
#footer {
	width:  960px;
	height: 65px;
	margin: 0 5px;
	background-color: #ffffff;
	clear:both;
}
#footer-top {
	width:  960px;
	height: 5px;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	clear: both;
}
#footer-left {
	width: 102px;
	height: 60px;
	float: left;
	border-top: 4px solid  #c0dbee;
	background-color: #ffffff;
}
#footer-right {
	width: 102px;
	height: 60px;
	float: left;
	border-top: 4px solid  #c0dbee;
	background-color: #ffffff;
}
#footer-content {
	width: 756px;
	height: 60px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	background-color: #ffffff;
	border-top: 4px solid #c0dbee;
	float: left;
}

/* links */

#head A:link	{ color:#000000; text-decoration: none; white-space:nowrap;}
#head A:visited	{ color:#000000; text-decoration: none;}
#head A:hover	{ color:#2372bd; text-decoration: none;}
#head A:active	{ color:#2372bd;}

#left-menu A:link	{ color:#2b2a70; text-decoration: none; background-color: #ffffff;}
#left-menu A:visited{ color:#2b2a70; text-decoration: none; background-color: #fffffe;}
#left-menu A:hover	{ color:#2372bd; text-decoration: none; background-color: #fffffd;}
#left-menu A:active	{ color:#2372bd; background-color: #ffffff;}

.main-leftside-text  A:link	{ color:#2b2a70; text-decoration: none;}
.main-leftside-text  A:visited{ color:#2b2a70; text-decoration: none;}
.main-leftside-text  A:hover	{ color:#2372bd; text-decoration: none;}
.main-leftside-text  A:active	{ color:#2372bd;}

#main-content-right  A:link	{ color:#2372bd; text-decoration: none; }
#main-content-right  A:visited{ color:#2372bd; text-decoration: none;}
#main-content-right  A:hover	{ color:#000000; text-decoration: none;}
#main-content-right  A:active { color:#000000;  background-color: #ffffff;}

#main-content-text  A:link	{ color:#2372bd; text-decoration: none; }
#main-content-text  A:visited{ color:#2372bd; text-decoration: none;}
#main-content-text  A:hover	{ color:#2372bd; text-decoration: underline;}
#main-content-text  A:active	{
	color:#1B588F;
	font-weight: bold;
}

#footer  A:link	{ color:#000000; text-decoration: none;}
#footer  A:visited{ color:#000000; text-decoration: none;}
#footer  A:hover	{ color:#2372bd; text-decoration: none;}
#footer  A:active	{ color:#2372bd;}

/* links */

#left-menu  A.selected   {
	color: #2372bd;
}
/* For IE6 START */
#main #left-menu  A.selected   {
	color: #2372bd;
}
/* For IE6 stop */

.red {
	color: #ff0000;
}
.text-img-center {
	text-align: center;
}
#prayer-book {
	margin-left: 150px;
	margin-right: 150px;
	width: 400px;
	height: 50px;
	background-color: #ffffff;
}
#prayer-book img{
	float: left;
	margin-right: 5px;
    border:	none;
}
#prayer-book embed{
	float: left;
	margin-right: 5px;
    border:	none;
}
#prayer-add {
	margin-left: 85px;
	margin-right: 85px;
	margin-bottom: 20px;
	width: 540px;
	height: auto;
	/* background-color: #ffffff; */
	border: 1px dashed #cccccc;
	vertical-align: middle;
	background-color: #ffffff;
}
#prayer-add  form {
	width: 540px;
	height: auto;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
}
#prayer-add  table {
	margin: 10px;
	padding: 0;
	width: 520px;
	table-layout: fixed; 
	/* background-color: #ffff00; */
}
#prayer-add  table  table{
	margin: 10px;
	padding: 0;
	width: 430px;
	/* table-layout: fixed; */
	/* background-color: #cccccc; */
}
#input-add {
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
	display: table;
}
#input-add  td {
	margin: 5px;
	padding: 5px;
}
.add-img {
	margin-top: 18px;
}
.prayer-add-input{
	width: 261px;
	height: 18px;
	border-top: 1px solid #ccdeec;
	border-left: 1px solid #ccdeec;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	display: table-cell;
	background: #fbfcfe url(../images/roundedcornr_818555_grad_form.gif) repeat-x top left;
}
#prayer-add  textarea {
	border-top: 1px solid #ccdeec;
	border-left: 1px solid #ccdeec;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background: #fbfcfe url(../images/roundedcornr_818555_grad_form.gif) repeat-x top left;
	overflow: hidden;
}
.prayer-add-title {
	color: #6e356c;
	font-size: 20px;
	font-weight: bold;
}
#prayer-add-search {
	margin-left: 120px;
	margin-right: 120px;
	width: 460px;
	height: 100px;
	border: 1px solid #2372bd;
	background: #fbfcfe url(../images/roundedcornr_818555_grad.gif) repeat-x top left;
}
#prayer-add-search  form {
	margin-top: 19px;
	margin-bottom: 19px;
}
#prayer-add-search table {
	margin-top: 10px;
	margin-left: 60px;
	margin-right: 60px;
}
#prayer-add-search table  td {
	table-layout: fixed;
}
.prayer-add-title {
	color: #6e356c;
	font-size: 20px;
	font-weight: bold;
}

#prayer-add-database {
	margin-left: 60px;
	margin-right: 60px;
	margin-bottom: 20px;
	width: 596px;
	height: auto;
	border: 1px dashed #cccccc;
	background-color: #ffffff;
}
#prayer-add-database  table {
	margin: 10px 10px 10px 10px;
	table-layout: fixed;
	/* background-color: #00ff00; */
}
#prayer-add-database form {
	margin: 0;
	padding: 0;
}
#preview-result {
	width: 398px;
	height: auto;
	vertical-align: middle;
	text-align: left;
	border: 1px solid #2372bd;
	background: #fbfcfe url(../images/roundedcornr_818555_grad.gif) repeat-x top left;
	table-layout: fixed;
}
#index-data-show  {
	width: 690px;
	text-align: center;
	padding: 10px;
}
#index-data-show  table {
	width: 690px;
	border: 1px solid #2372bd;
	background-color: #c0dbee;
	padding: 10px;
	background: #fbfcfe url(../images/roundedcornr_818555_grad.gif) repeat-x top left;
	display: block;
	table-layout: fixed;
}
#index-data-show  table  td{
	margin: 5px;
	padding: 5px;
}
.index-data-show  table  td{
	width: 630px;
	height: auto;
	margin-left: 10px;
	padding-right: 5px;
}
.search {
	width: 650px;
	text-align: center;
	color: #ff0000;
}
.search-result {
	width: 650px;
	text-align: left;
	color: #000000;
	font-weight: bold;
}

/*  For contact.php */

.contact {
    margin: 10px 20px 20px 100px;
}

.contact-input{
	border-top: 1px solid #ccdeec;
	border-left: 1px solid #ccdeec;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	display: table-cell;
	background: #fbfcfe url(../images/roundedcornr_818555_grad_form.gif) repeat-x top left;
}
.contact-textarea {
	border-top: 1px solid #ccdeec;
	border-left: 1px solid #ccdeec;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background: #fbfcfe url(../images/roundedcornr_818555_grad_form.gif) repeat-x top left;
	overflow: hidden;
}
/*  For contact.php */
.poem3 {
	font-family:"Comic Sans MS", "Arial";font-size:90%; padding:5px;  color:#330099; }
.red {
	color: #d52b2c;
}
.green {
	color: #6fb715;
	font-weight: bold;
}
#wrap #contain #main #main-leftside .main-leftside-text table tbody tr td p {
	color: #7C9B02;
}
