/*  PAGE BACKGROUND  */
body
{	padding: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #ffffff;
		background-image: url(dgren003[1].jpg);
}

/*  PAGE BACKGROUND  */
#backing_2
{
	padding: 5px;
	width: 960px;
	background-color:	#ffffff;	/*FFFF00 color for contrast*/
	margin-left: auto;
	margin-right: auto;
}
/*  BANNER */
		#banner
			{	
			padding: 5px;
			width: 940px;
			height: 150px;
			margin-top: 5px;
			margin-right: 5px;
			margin-bottom: 5px;
			margin-left: 5px;
			background-color:#ffffff;
			background-image:url(../photos/Banner_Back.jpg);
			color: #006600;
			font-size: 1.2em;
			font-weight: bold;
			text-align: center;
			}
				#banner img
				{	
				margin-top: 	35px;
				margin-right: 	15px;
				margin-bottom: 	5px;
				margin-left: 	25px;
				float:			left;
				}
				#banner h1
				{
				font-size: 1.6em;
				margin-top:25px;
				}

/*  NAVIGATION MENU  */
		#menu_left
				{
				clear:both;
				padding: 		5px;
				width: 			160px;
				margin-top: 	10px;
				margin-left:	5px;
				text-align: justify;
				font-size:		.8em;
				font-weight: 	bold;
				background:		#ffffff;
				color: 			#006600;
				float:left;
				}
				#menu_left img
						{	margin-top: 	25px;
							margin-left:	15px;
						}
				#menu_left ul
						{	text-align: left;
							width: 100%;
							height: auto;
							padding:	2px;
							margin-top: 0px;
							margin-right: 0px;
							margin-bottom: 1em;
							margin-left: 1em;
							background-color: #ffffff;
							font-size:	.8em;
							font-weight: 	bold;
							list-style: none;
						}
				#menu_left a
						{	float: left;
							padding: 0.15em 0.15em;
							text-align: center;
							width: 90%;
							background-color: #ffffff;
							color: #006600;
						}
				#menu_left a:link
						{	color: #0033ff;		/*#0033FF;*/
							background-color: #ffffff;
								border: 1.5px solid #006600;
								border-right: 3px solid #006600;
								border-bottom: 4px solid #006600;
							text-decoration: none;
						}
				#menu_left a:visited
						{	color: #0033ff;	/*0033FF;*/
							background-color: #ffffff;
								border: 1.5px solid #006600;
								border-right: 3px solid #006600;
								border-bottom: 4px solid #006600;
							text-decoration: none;
						}
				#menu_left a:hover
						{	color: #ff0000;
							background: #ffffff;
								border: 1.5px solid #006600;
								border-right: 3px solid #006600;
								border-bottom: 4px solid #006600;
							text-decoration: underline;
						}
				#menu_left a:active
						{	color: #ffffff;	
								border: 1.5px solid #006600;
								border-right: 3px solid #006600;
								border-bottom: 4px solid #006600;
							background-color:	#00ccff;
							text-decoration: none;
						}
				#menu_left li 
						{
						display: inline;
						float: inherit;
						margin-top: 5px;
						margin-bottom: 4px;
						}
				#menu_left h5
						{ font-size: 1em;
						font-weight:bold;
						text-align:left;
						margin-top: 1em;
						margin-bottom: .5em;
						}
/*  CONTENT SECTION */
		#content
		{	padding: 1em;
			width: 720px;
			margin-top: 10px;
			margin-right: 5px;
			margin-bottom: 5px;
			margin-left: 15px;
			text-align: left;
			line-height: 1.5em;
			font-size: .9em;
			font-weight: bold;
			background-color: #ffffff;
			color: #006600;
			float: right;
		}
				#content img
				{
				margin: 4.5em;
				margin-left:auto;
				margin-right:auto;
				}
				#content ul
				{	text-decoration: none;
					list-style-type: none;
					text-align: left;
					line-height: 1.5em;
					margin-top: 0px;
					margin-right: 25px;
				}
				#content li
				{
					list-style-type: none;
				}
				#content h2
				{	text-align: center;
					margin-top: 1em;
					margin-bottom: .5em;
					font-family: Verdana, Arial, Helvetica, sans-serif;
					font-size: 2em;
					font-weight:bold;
				}
				#content h3
				{	font-size: 1.25em;
					font-weight:bold;
					margin-top: 1em;
					margin-bottom: .5em;
					text-decoration: underline;
				}
				#content h5
				{	font-size: 1.2em;
					font-weight:bold;
					margin-top: .6em;
					margin-bottom: .3em;
					text-decoration: none;
				}
				#content a
				{	list-style-type: none;
				}
				#content a:link
				{	color: #0033ff;		/*#0033FF;*/
					text-decoration: none;
					display: list-item;
				}
				#content a:visited
					{	color: #0033ff;	/*0033FF;*/
						text-decoration: none;
					}
				#content a:hover
					{	color: #FF0000;
						background: #ffffff;
			/*			border: 1.5px solid #006600;
						border-right: 1.5px solid #006600;
						border-bottom: 1.5px solid #006600;
			*/			text-decoration: underline;
					}
				#content a:active
					{	text-decoration: none;	
						background-color:	#00ccff;
						color: #ffffff;
					}
/*  FOOTER SECTION  */
#footer	
		{	clear: both;
			background-color: #ffffff;
			color:#006600;
			list-style-type: none;
			padding: 5px;
			width: 940px;
			margin-top: 5px;
			margin-right: 5px;
			margin-bottom: 5px;
			margin-left: 5px;
			text-align: center;
			font-size:	.6em;
			font-weight: bold;
			float: inherit;
		}
		#footer	 a:link
			{	color: #0033ff;		/*#0033FF;*/
				text-decoration: none;
				display: list-item;
			}
		#footer	 a:visited
			{	color: #0033ff;	/*0033FF;*/
				text-decoration: none;
			}
		#footer	 a:hover
			{	color: #000033;
				text-decoration: underline;
			}
		#footer	 a:active
			{	text-decoration: none;	
				background-color:	#00ccff;
				color: #ffffff;
			}

/*  CLASSES  */
		.table
				{	background-color: #ffffff;
					color: #006600;
					font-size: 1em;
					font-weight: bold;
					width:100%;
					margin-left:auto;
					margin-right:auto;
				}
				.table caption
						{	text-align: left;
						font-size: 1.3em;
						font-weight: bold;}
				.table th
						{	/*border-bottom: 1px solid #ccccff;*/
							text-align: center;
						}
				.table tr
						{	/*border-bottom: 1px solid #ccccff;*/
							text-align: left;
							margin-left: 1em;}
				.table td
						{	/*border-bottom: 1px solid #ccccff;*/
							text-align: left;
							margin-left: 1em;}
				.table h2
						{ text-decoration: none;
							margin-top: 1.5em;
						}
				.table img
						{
						margin: 4.5em;
						}

		.clsimg_center
		{	float: none;
			font-weight: bold;
			margin-top: 5px;
			margin-bottom: 25px;
			margin-left: 20px;
		}
				.clsimg_center th
						{	text-align: center;}
				.clsimg_center tr
						{	text-align: center;}
