/* 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 : 62.5%;	*/		/* CSSPro p.333	*/
	font-family : Garamond;
	margin : 0;
	padding : 0;
	}

div#container{
	position: relative;
	width: 43em;
	height: 40em;
	top : 7em;
}

div#content {			/* Index, Country, Biographies,  Equipment, LaFamilia, Links	*/
	margin: 3px 3px 3px 3px;
	padding : 5px;

 position : absolute;
 left : 0;
	}

.div-text-print {		/* Index,   */
	position:absolute;
	font-family :  Garamond, "Times New Roman";
	width: 43em;
	color:#000000;
	display : block;
	text-align: left;
}

.div-signature{
	padding: 1px 0 0 0;
/*    background: lightgray; 	*/
	font-family : "Lucida Handwriting","Staccato222 BT";
	font-size:1.0em;
	text-align: center;
}

.p-indent {			/* Index, Country, Biographies	*/
	text-indent:2em;
/*	font-size:1.0em; */
	font-size:0.85em;
	}


/* Prayer */
.head1-ctr {
	font-family :  Garamond, "Times New Roman";
	font-size:12pt;
	font-weight: bold;
	text-align:center;
}

.printHeader {
	height : 6em;
/*	min-width :600em;  */
	position: absolute;
	font-family : Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	text-align: center;
	width: 43em;
}

.printFooter {
	height : 5em;
	top:55em;
	position: absolute;
	font-family : Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-size:0.85em;
	text-align: center;
	width: 50em;
}

.prayer-div {
		font-family : "Arial,Helvetica,Geneva,Swiss,SunSans-Regular";
		margin: 0;
		padding: 0 10px;
		font-size: 1.0em;
	text-align: left;
		}