/* Home Page CSS document for ZCU */
body {
	margin: 0;
	background-color: rgb(122,137,108);
	padding: 0;
	text-align: center;
	font-family: "Arial", "Times New Roman", sans-serif;
	}

.topSpace { margin-top: 20px; }

#mainContainer {
	margin: 0px auto; 
	width: 760px;
	background-color: rgb(135,155,86);
	}

.orange{ color: rgb(204,113,29); }
.list { padding-top:1em; }
.backtop { text-decoration: none; float: right;}
.red { color: rgb(114,77,15); }
.bold { font-weight:bold; }
.italic { font-style:italic;}
.req {color: Red; }
.prayer a { color: rgb(63,71,19); }

/*----------------------------- Top Contents------------------------- */
#banner {
    width: 760px; 
    height: 208px;
    background-color: White;
    }	
.bannerName {float: left; padding: 60px 0px 0px 10px;}
.bannerPic {float:right;}

#nav {
	width: 760px; 
	height: 30px;
	text-align: center;
	font-family: "Arial";
	margin: 0;
	font-size: 12px;
	color: rgb(83,94,22);
	background-color: rgb(227,200,97);
 	} 
#nav a {
	color: rgb(83,94,22); 
	font-weight: bold;
	text-decoration: none;
	margin:0;
	}
#nav a:hover {
	text-decoration: underline;
	}
	.navText {padding-top: 7px;}

#leftTop { 
    width: 760px;
    height: 35px; 
    background-color: rgb(83,94,22); 
    font-size: 13px;
    text-align: left;
    }
    .topText { margin-left: 10px; padding-top: 8px; color: White; }
        .topText a {text-decoration: none; color: White; }
    
/*------------------------------ Mid Contents Styles------------------------------------------------------*/
#midContainer {
	width: 758px;
	text-align: left;
	font-size: 12px;
	border-left: 2px solid rgb(198,232,139);
	border-bottom: 2px solid rgb(198,232,139);
	}

        	
/*----------------------------- Left Column Styles-----------------------*/
#leftColumn {
	float: left;
	width: 220px;
	height: 24px; 
	border-top: 1px solid rgb(198,232,139);
	}
	.leftLinks {  margin: 20px 0px 0px 20px; font-weight: bold; }
	    .leftLinks a { color: White; text-decoration: none; }



/*---------------------- Right Column Styles--------------------*/
#rightColumn {
    position: relative;
	float: right;
	width: 536px; 
	color: rgb(63,71,19);
	margin-top: -29px;
	border-right: 2px solid rgb(198,232,139);
	background-color: rgb(83,94,22);
	}
	.rightText {
	    float:right; 
	    width: 508px;
	    background-color: white;
	    color: rgb(63,71,19);
        padding: 20px 10px 20px 10px;
        border-left: 2px solid rgb(198,232,139);
        border-top: 2px solid rgb(198,232,139);
	    }
	    .rightText a { color: rgb(63,71,19); }
	    .rightTitle {margin-left: 5px; clear:both;}
	    .rightLine {border-top: 2px solid rgb(151,148,127); margin-top: 4px; width: 500px; clear: both;}
	    .rightTextTitle {text-align: center; font-size: 14px; font-weight: bold;}
	
	.ministriesTitle {}
	.ministriesList{list-style-type:disc;}
	
	.sermon {
	    margin: 0px 0px 0px 0px; 
	    width: 400px;
	    }
	    .instructions { margin-top: -10px; padding-bottom: 20px;}
	    .sermonimg {float:left; padding: 0px 5px 0px 0px; }
	    .sermonTitle { float:left; color: rgb(152,113,32); padding-top: 3px; }
	        .sermonTitle a { text-decoration: none; color: rgb(152,113,32); }
	    .new { color: rgb(204,113,29); }
	    .sermonText { margin: 0px 10px 25px 0px; }
    .devotionTitle { color: rgb(152,133,32);}