/* ECSM stylesheet V4 - uses float for positioning
	Created by Grant W Johnson - January 2006

*/


/*Set basic defaults */

body 		{background-color:white; color:black;
			font-family: times, serif;
 			font-size:100%;
			margin:1em;
			padding:0;
			border:none;
			z-index:1;
		}

	h1	{	font-size:2.0em;
			font-weight:bold;
		
		}

	h2	{	font-size:1.75em;
			font-weight:bold;

		}

	h3	{	font-size:1.5em;
			font-weight:bold;

		}

	h4	{	font-size:1.0em;
			font-weight:bold;
		}

	h5	{	font-size:0.75em;
			font-weight:bold;
		}

	h6	{	font-size:0.5em;
			font-weight:bold;
		}

	p	{	font-size:1em;
			font-weight:normal;
		}



/* Don't print logo, banner, navigation, ads, etc */


#logo 		{display:none;	}
#banner		{display:none;	}
#navigation 	{display:none;	}


/* Main contents of page */


#main_content 	{	border:none;	}

	.left_pic	{	display:none;	}

	.right_pic 	{	display:none;	}


	.clr_left	{	text-align:justify;	}

	.clr_right	{	text-align:justify;	}

	.bodytext	{	text-align:justify;	}


#credits 	{	
			text-align:right;	
			font-size:0.8em;
			margin-top:3em;
		}

#credits h4	{	display:inline;	}


#credits p	{	display:inline;	}


