/*** BASIC PLACEMENT AND SIZING ***/
#body {text-align:center;}
#body-cntr {text-align:left; width:900px; margin:10px auto 0 auto; }
#head-cntr {width:900px; height:150px; }
#main-cntr {width:900px; clear:both; }
	#left-cntr {width:200px; float:left; }
	/*** added center-noside for no right side column***/
    #center-noside {width:700px; float:left; }
	#center-cntr {width:500px; float:left; }
		#content-cont {position:relative; }
	#right-cntr {width:200px; float:right; }
#bottom-cntr {width:700px; clear:both; }
	#whatis-bottom-cntr {float:left; width:33%; }
	#prayer-bottom-cntr {float:left; width:33%; }
	#keynote-bottom-cntr {float:left; width:33%; }
#footer-cntr {width:900px; clear:both; }

#footer-dove {position:absolute; top:0px; left:440px; width:90px; height:75px; }

/*** MARGINS AND PADDING ***/
#body-cntr {padding-bottom:100px;}
#banner-cont, #content-cont {margin:5px; }

#right-cntr div {margin-left:10px; padding-top:5px; }
#dates-cont, #activities-cont, #location-cont {margin-top:10px !important; border-top:2px solid #A5A5A5; }
#whatis-bottom-cont {margin-right:5px; border:2px solid #a5a5a5; padding:5px; }
#prayer-bottom-cont {margin-left:5px; margin-right:5px; border:2px solid #a5a5a5; padding:5px; }
#keynote-bottom-cont {margin-left:5px; border:2px solid #a5a5a5; padding:5px; }

/*** GRAPHIC BACKGROUNDS ***/
#body-cntr {background:url(../images/bottom-right.jpg) bottom right no-repeat; }
#head-cntr {background:url(../images/header.jpg) top left no-repeat;}
#footer-dove {background:url(../images/footer-dove.gif) top left no-repeat;}

/*** TEXT STYLING ***/

.blue-heading {color:#0F75BC; font-size:1.25em; }
#note-cont h1, #dates-cont h1, #location-cont h1, #activities-cont h1, #whatis-bottom-cont h1, #prayer-bottom-cont h1, #keynote-bottom-cont h1 {color:#A5A5A5; font-size:1.25em; }

.text-bold {font-weight:bold; }
.text-bold-red {font-weight:bold; color:red;}

.quotation  {font-weight:600; font-style:oblique; }

ul  {
    list-style: disc;
    display: block;
    margin: 5px 1px 0px 15px;
    padding: 0px;
}

li  {
    margin: 2px 0px 5px 2px;
    padding: 0px;
   }

ol  {
    margin: 5px 1px 0px 15px;
    padding: 5px;
}

/*** MAIN MENU ***/
#main-menu {width:180px; margin-top:5px; }
#main-menu li {display:block; width:180; height:20px; border:2px solid #0F75BC; margin-bottom:5px;}
/* #main-menu li a {display:block; height:20px; border-right:20px solid #0F75BC; text-align:center; color:#000000; text-decoration:none; font-size:.9em; font-weight:bold; padding-top:5px; }*/
#main-menu li a {display:block; height:18px; text-align:center; color:#000000; text-decoration:none; font-size:.9em; font-weight:bold; padding-top:2px; background:url(../images/link-arrow.gif) top right no-repeat; padding-right:20px; }
#main-menu li a:hover {background:url(../images/link-arrow-hover.gif) top right no-repeat #C2B59B; }

/*** Links page styling ***/

.links {color:#0F75BC; font-size:1.0em; font-weight: bold;}
