/* CSS Document */

/* PRINT STYLESHEET */

	body
			{
			font-family: Arial, Helvetica, sans-serif;
			font-size:14px;
			}
	#banner
			{
			background: url(../photos/Banner_Back.jpg);
			color: #000000;
			margin-bottom: 25px;
			padding: 0 5%;
			}
			#banner img
			{
			float:left;
			width:75px;
			}
			#banner h1
			{
			text-align:center;
			font-size: 30px;
			margin-top: 15px;
			}
	#menu_left
			{
			display:none;
			}
	#content
			{
			background: #ffffff;
			text-align: left;
			color: #000000;
			padding: 0 5%;
			}
			#content p
			{
			text-indent: 1.5em;
			margin-top: 0px;
			margin-right: 25px;
			margin-bottom: 10px;
			margin-left: 25px;
			}
				#content ul
				{	text-decoration: none;
					list-style-type: square;
					text-align: left;
					line-height: 1.5em;
					margin-top: 5px;
					margin-right: 25px;
					margin-bottom: 5px;
					margin-left: 40px;
				}
				#content ol
				{	text-decoration: none;
					text-align: left;
					line-height: 1.5em;
					margin-top: 5px;
					margin-right: 25px;
					margin-bottom: 10px;
					margin-left: 20px;
				}
			#content img
					{
					float:right;
					}
			#content h3
					{
					text-align:center;
					font-size:18px;
					text-decoration: underline;
					}
	#footer
			{display:none;}
			/*
			{
			clear:both;
			background: #ffffff;
			color: #000000;
			text-align:center;
			font-size:10px;
			padding: 0 5%;
			}
			*/
	.table
			{	background-color: #ffffff;
				color: #006600;
				float:left;
				font-size: 1em;
				font-weight: bold;
				width: 80%;
				margin-left:auto;
				margin-right:auto;
			}
