/* 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.*/


/*  THIS DEFINES THE GENERIC BLOCK TAG STYLES  */

	h1		{padding:		5px 0px 5px 0px;
			margin:			0px;
			text-align:		center;
			font:			Bold 55px 'Arial Black', Tahoma,
						Helvetica, sans-serif;
			letter-spacing:		-2px;
			line-height:		50px;
			color:			#444;
			}

	h1 a		{color:			#444;
			text-decoration:	none;
			}

	h2		{padding:		0px;
			margin:			0px;
			text-align:		center;
			font:			Bold 23px 'Arial Black', Tahoma,
						Helvetica, sans-serif;
			letter-spacing:		-2px;
			line-height:		18px;
			color:			#444;
			}

	h3		{font-family:	verdana, arial, 'sans serif';
			font-size:	20px;
			color:		DarkGoldenRod;
			margin:		10px 10px;
			letter-spacing:	-1px;
			}

	h4		{font-family:	verdana, arial, 'sans serif';
			font-size:	16px;
			color:		DarkGoldenRod;
			margin:		10px 10px;
			letter-spacing:	-1px;
			}

	h5		{font-family: verdana, arial, 'sans serif';
			margin: 5px 10px;
			font-size: 15px;
			color:darkblue;
			margin: 10px 10px;
			}

	h6		{font-family: verdana, arial, 'sans serif';
			margin: 5px 10px;
			font-size: 13px;
			color:black;
			margin: 10px 10px;
			}

	p		{font-family: verdana, arial, 'sans serif';
			font-size: 12px;
			/*text-indent: .5cm;*/
			margin: 3px 15px 3px 15px;
			}

	li,th,td,dd	{font-family: verdana, arial, 'sans serif';

			font-size: 80%;

			margin: 3px 15px 3px 1px;
			}

			/* NOTE: I changed this font size from 90% to 80% because as
			it was the list text was bigger than the paragraph text */

	table		{font-family: verdana, arial, 'sans serif';
			font-size: 12px;
			}


	object		{margin: 10px 15px 5px 15px;}

	div img		{margin: 10px 10px 5px 10px;}

/*  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%; color: darkred;}
	sub		{vertical-align:-35%; font-size:85%; color:darkred;}

	firstletter		{font-family: 'Georgia', Serif;
			font-style: italic;
			font-size: 200%;
			color: darkred;
			}

	unindented		{text-indent: 0px; text-indent: 0px;}


/*  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#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#topnavigation	{display: none}
	div#description		{display: none}

	div#footer		{margin-top: 50px; margin-left: 5px; margin-right: 5px; border: 1px solid;}
	div#footer p		{font-size: 6px;}

	div#header-quote	{display: none}


