/* This is the print layout style sheet. The divisions are not defined so that they will display acording to the default. The navigation content is set to display none.  The image in the header is set to none also. */


/*  THIS DEFINES THE GENERIC BLOCK TAG STYLES  */

	h1		{font-style: italic;
			font-family: 'Georgia', Serif;
			font-size: 225%;
			/*font-family: verdana, arial, 'sans serif';*/
			color:darkred;
			margin: 5px;
			}

	h2		{font-family: 'Georgia', Serif;
			font-style: italic;
			font-size: 23px;
			/*font-family: verdana, arial, 'sans serif';*/
			color:darkred;
			margin: 10px 5px;
			}

	h3		{font-family: verdana, arial, 'sans serif';
			font-size: 20px;
			color:darkred;
			margin: 10px 10px;
			}

	h4		{font-family: verdana, arial, 'sans serif';
	/*Ecumen*/		font-size: 17px;
			color:darkred;
			margin: 10px 10px;
			}

	h5		{font-family: verdana, arial, 'sans serif';
	/*Local*/		margin: 5px 10px;
			font-size: 15px;
			color:darkblue;
			margin: 10px 10px;
			}

	h6		{font-family: verdana, arial, 'sans serif';
	/*Heretical*/	margin: 5px 10px;
			font-size: 13px;
			color:black;
			margin: 10px 10px;
			}

	p		{font-family: verdana, arial, 'sans serif';
			font-size: 12px;

			margin: 3px 15px 3px 15px;
			}

	li,th,td,dd		{font-family: verdana, arial, 'sans serif';

			font-size: 80%;

			margin: 3px 15px 3px 40px;
			}

	table		{font-family: verdana, arial, 'sans serif';
			font-size: 12px;

			margin: 10px 15px 5px 15px;
			}

	object		{display: none}


/*  THIS DEFINES THE GENERIC INLINE TAG STYLES  */

	blockquote		{
			margin: 10px 30px 10px 30px;

			font-style: italic;

			color: darkred;
			}

	sup		{vertical-align:35%; font-size:85%;}
	sub		{vertical-align:-35%; font-size:85%;}

	img		{float: right; margin: 10px 10px 10px 20px;}
	img.prnt-left	{float: left; margin: 10px 10px 10px 20px;}

	firstletter		{font-style: bold;
			font-size: 200%;
			color: darkred;}


/*  THIS DEFINES LIST STYLES  */

	ul		{list-style: disc;}
	ul.big		{list-style: disc; font-size:125%; margin: 0px 0px 0px -50px;}
	ol		{list-style: decimal}
	ol.upper-roman	{list-style: upper-roman}
	ol.lower-roman	{list-style: lower-roman}


/*  THIS DEFINES ALTERNATE STYLE CLASSES  */

	.center		{text-align: center}
	.indented		{text-indent: 0px; text-indent: 30px;}
	.unindented	{text-indent: 0px; text-indent: 0px;}


/*  THIS DEFINES QUOTE CLASSES  */

	q		{quotes: "\2018" "\2019" "\201C" "\201D"; }
	q:before		{content: open-quote }
	q:after		{content: close-quote }



/*  THIS DEFINES LINK COLORS (Psedo Classes)  */

	a:link		{color:darkblue}
	a:visited		{color:darkred}
	a:active		{color:darkred}

	a:inactive		{color:red}

	a:hover		{color:green}


/*  THIS DEFINES NON-PRINTING ELEMENTS*/

	div#header	{margin-top: 10px; margin-left: 5px; margin-right: 5px; /*border: 1px solid;*/}
	div#header img	{display: none}
	div#header blockquote	{display: none}

	div#content	{margin-top: 40px; margin-left: 5px; margin-right: 5px; /*border: 1px solid;*/}

	div#content p	{text-indent: 20px; text-align: justify;}
	div#content table p	{text-indent: 0px; text-align: justify;}

	div#welcome p	{text-indent: 20px; text-align: justify;}
	div#full p		{text-indent: 20px; text-align: justify;}

	div#navigation	{display: none}

	div#footer		{margin-top: 50px; margin-left: 5px; margin-right: 5px; border: 1px solid;}

	div#header-quote	{display: none}



/*  LITURGICAL: This defines certain liturgical styles for use in content areas  */

	div#this		{width: 320px;

			float: left; clear: right;

			border-right: solid 2px; border-bottom: solid 2px; border-color: darkred;

			margin: 10px 5px 10px 5px;
			}

	div#or		{width: 60px;

			float: left; clear: right;

			font-family: verdana, arial, 'sans serif';
			font-size: 12px;
			font-style: italic;
			color: darkred;

			margin: 10px 5px 10px 5px;
			}

	div#or blockquote
			{
			margin: 0px;

			font-style: italic;

			color: darkred;
			}

	div#that		{width: 320px;

			float: left; clear: right;

			border-top: solid 2px; border-left: solid 2px; border-color: darkred;

			margin: 10px 5px 10px 5px;
			}

div.clearfloats {clear:both; margin-bottom: 20px}

