/* This is the basic CSS file to be included in all HTML modules. Each individual module will have it's own	*/
/*   style sheet that will modify particular styles, such as body width. 	*/

/* Examples from CSSPro, chapter 9	*/
/* Searchbox example on p. 336			*/

body {
	color : #000;
/* 	font-size : 62.5%;			CSSPro p.333	*/
	font-family : Helvetica,Geneva, "Lucida Grande",  sans-serif;
/*	margin : 0 auto;*/
	padding : 0;
	background-color: rgb(203,222,157);
/*	background-color: white;*/
	width :100%;
/*	width:800px; */
	}

h1, h2 {
	font-family : Helvetica,Geneva, "Lucida Grande",  sans-serif;

	font-weight : normal;
	line-height : 1.25em;
	margin-top : 0;
		}
h6 {
    margin: 5px 0 0 0;
    font-weight: bold;
    font-size :1.0em;
    line-height : 1.1em;
}
h3 {				/* added */
	font-family : Helvetica,Geneva, "Lucida Grande",  sans-serif;
	font-weight : bold;
	font-size:1.5em;
	font-style : italic;
	line-height : 1.25em;
	margin-top : 0;
	}

h4 {
	font-family : Helvetica,Geneva, "Lucida Grande",  sans-serif;
	font-weight : normal;
	line-height : 1.0em;
	margin-top : 0;
	}

div#container {
	width:900px;
/*	margin : 0 auto;   		 */
	background-color: white;
/*	background-color: rgb(239,241,222);  */
   position : relative;
	height :960px;
}

div#content {
   width : 100%;
	background-color: rgb(170,191,118);
/*   position : absolute;	   */
}

div#wrapper {
	top :20px;
	width: 100%;
	margin: 0 auto;
/*	border: 1px solid black;
	background-color: rgb(203,222,157); */
	position : relative;
}

div#detail {
/*	margin: 3px 3px 3px 3px;  */
/*	width: 525px;	 */
	width: 100%;
/*	border: 1px solid green;  */
	position : relative;
/*	position : absolute;	  */
/*	left : 0; */
/* 	background-color: lightblue; 	*/
/*	background-color: rgb(170,191,118);  */
}

div#header,
div#footer {
 	position: relative;
/*	width: 710px; 	 */
   width : 100%;				/* ******* */
	margin : 0 auto;
	min-height: 60px;
/*	background-color: rgb(203,222,157); */
/*	border : 1px solid red; */
}

div#headerReg	{
 	position: relative;
	width: 960px;
	margin : 0 auto;
	min-height: 60px;
/*	background-color : #DFD;  */
	border : 1px solid red;
}

	/* The Holly hack fixes positioning in older versions of MS-IE */
div#header {
	height : 1%;
}

div#header-left {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 380px;
    margin: 3px;
    padding : 5px;
}

div#header-right {
/*	margin: 3px 3px 3px 450px; */
		float : right;
		padding : 5px;
}

	/* options */
#options {
	position : absolute;
	left : 740px;
	top : 0;
	width : 180px;
	font-family : Helvetica,Geneva, "Lucida Grande",  sans-serif;
	font-size : 0.85em;
	font-weight : normal;
	line-height : 1.5em;
}
.printVer {
	top:400px;
	left:720px;
	height : 30px;
	width:180px;
	position: absolute;
	font-family : Helvetica,Geneva, "Lucida Grande",  sans-serif;
	font-size:0.85em;
	text-align: center;
}

#linkfont {				/* Index, Biographies, Country, ServedMain 	*/
	font-family : Helvetica,Geneva, "Lucida Grande",  sans-serif;
	font-size : 1.0em;
	list-style : none;
}

#linkfont a {			/* Index,	*/
	text-decoration : none;
}

.div-text,
.div-text-left,
.div-text-right
{
/*	position:absolute;  */
	position:relative;
	font-family : Helvetica,Geneva, "Lucida Grande",  sans-serif;
	font-size:0.85em;
	color:#000000;
	display : block;
/*	border : 1px solid blue;   */
	padding :3px;
/*	margin:5px; 	 */
}

.div-text-left{
	left : 0;
	padding :3px ;
/*	border-right : 1px solid blue;	  */
}

.div-text-right{
	padding : 3px;
/*	border-left : 1px solid blue; */
}

.div-menu
{
/*	position:relative;   */
	position:absolute;
	font-family : Helvetica,Geneva, "Lucida Grande",  sans-serif;
	font-size:0.85em;
	color:#000000;
	display : block;
/*	border : 1px solid green;   */
	width:100%;
/*	padding :3px;
	margin:5px; */
}

.div-item
{
/*	position:relative;  */
	position:absolute;
	font-family : Helvetica,Geneva, "Lucida Grande",  sans-serif;
	font-size:1.0em;
	color:#000000;
	display : block;
	border : 1px solid green;
	height: 30px;
}

.div-text-wide {
	position:absolute;
	text-align:center;
/*	font-family : Helvetica,Geneva, "Lucida Grande",  sans-serif; */
	font-size:0.85em;
	color:#000000;
	display : block;
/*	border : 1px solid blue; */
}

.div-text-center {
/* position:absolute; */
/*	font-family : Helvetica,Geneva, "Lucida Grande",  sans-serif; */
	font-size:1.0em;
	font-weight : bold;
	color:#000000;
	display : block;
	text-align : center;
/*	border : 1px solid blue;  */
}

.div-signature{
	padding: 1px 0 0 0;
/*    background: lightgray; 	*/
	font-family : "Lucida Handwriting","Staccato222 BT";
	font-size:1.5em;
	text-align: center;
}

.p-head {
	font-family : optima, "Trebuchet MS",Helvetica, Geneva,  sans-serif;
/*	font-style : italic;  */
	text-align:center;
	font-size:1.0em;
	}

.p-heading {
	font-family : optima, "Trebuchet MS",Helvetica, Geneva,  sans-serif;
	text-align:center;
	font-size:1.5em;
	font-weight : bold;
}


.p-image {
	text-indent:10px;
	font-weight : normal;
	font-family : optima, "Trebuchet MS",Helvetica, Geneva,  sans-serif;
	font-size:1.0em;
	clear: both;
	position:absolute;
/*	margin: 10px 0 10px 0;
	padding:10px; */
	float:right;
}

.p-indent,
.p-indent-2,
.p-indent-3,
.p-indent-4  {
/*	position:absolute;		 */
	text-indent:10px;
	font-weight : normal;

}

.p-indent {
	font-family : optima, "Trebuchet MS",Helvetica, Geneva,  sans-serif;
	font-size:1.0em;
}

.p-indent-2 {
	font-family : optima, "Trebuchet MS",Helvetica, Geneva,  sans-serif;
	font-size:0.85em;
	}

.p-indent-3 {
	font-family : "Palatino Linotype";
	font-size:0.85em;
	font-weight : normal;
	}

.p-left {
	padding:1px;
	text-align:left;
	font-size:0.85em;
/*    background: lightgray; */
}

.p-basic {
	font-family : optima, "Trebuchet MS",Helvetica, Geneva,  sans-serif;
}

.p-center {
	padding:1px;
	text-align:center;
/*	position:absolute;	 */
	font-family : Helvetica,Geneva, "Lucida Grande",  sans-serif;
	font-size:1.0em;
	color:#000000;
	display : block;
}

.message_left {
	font-family : optima, "Trebuchet MS",Helvetica, Geneva,  sans-serif;
	text-align:left;
	font-size:0.75em;
	height : 2.0em;
}

.message_center {
	font-family : optima, "Trebuchet MS",Helvetica, Geneva,  sans-serif;
	text-align:center;
	font-size:0.75em;
/*	border: 1px solid blue;
	top:5px; */
	height : 2.0em;
	padding : 0;
	margin : 0;
}

.ol-list {
	left : 0;
	list-style : none;
	}

.ul-list {
	left : 20px;
/*	line-height : 2.0em; */

	}

.ol-list,
.ul-list {
	font-family : optima,Helvetica,Geneva, "Lucida Grande",  sans-serif;
	font-size : 0.90em;
	font-weight : normal;
	text-align:left;
}

/* Prayer */
.head1-ctr {
	font-family : "Times New Roman";
	font-size:1.5em;
/*	font-weight: bold; */
	text-align:center;
}


.div-image {		/* Index,	*/
	position:absolute;
	padding : 2px 2px 2px 2px;
	border : 1px solid blue;
}

.image-left {
	clear:both;
 /*		margin: 10px 0 10px 0;
padding:10px; */
	float:left;
	}
.image-center {
/*	margin: 10px 0 10px 0;
	padding:10px; */
	vertical-align: baseline;
	}
.image-right {
	clear: both;
	position:absolute;
/*	margin: 10px 0 10px 0;
	padding:10px; */
	float:right;
	}

.caption {
	position:absolute;
	font-family : "Arial,Helvetica,Geneva,Swiss,SunSans-Regular";
	text-align:center;
	font-size:0.85em;
	color:#000000;
	padding : 0px 5px 0px 5px;
	border-bottom : 1px solid black;
}


.path {
		font-family : "Arial,Helvetica,Geneva,Swiss,SunSans-Regular";
		margin: 0;
		padding: 0;
		font-size: 0.5em;
		text-align:center;
		}

.lw {
	float:left;
	clear:left;
	height:0.85em;
}


.rw {
	float:right;
	clear:right;
/*	height:0.85em;  */

position: relative; padding: 3px;

/*style='top:10px; position: relative; float:right; width:100px;padding: 3px;border: 1px solid blue;	 */
}


