/* CSS Document */
	body
		{	padding: 10px;
		font-family: Georgia, "Times New Roman", Times, serif;
		background-image: url(dgren003[1].jpg);
		font-variant:small-caps;
		font-weight: bold;
		}
/* Background for border */
	#backing
			{	padding: 4px;
			border-top-style: ridge;
			border-right:ridge;
			border-bottom:ridge;
			border-left:ridge;
			border-width: 5px;
			width: 960px;
			border-color: #ffffcc;
			background-color:#336633;
			margin-left: auto;
			margin-right: auto;
			}
/* Background for sheet */
	#backing_2
		{	padding: 5px;
			width: 950px;
			background-color:	#ffffff;		/* contrast color #ffff00*/
		}
	#banner
			{	padding: 5px;
			text-align: center;
			width:	940px;
			height: 130px;
			margin-top: 5px;
			margin-right: auto;
			margin-bottom: 25px;
			margin-left: auto;
			background-color: #ffffff;
			color: #336633;
			}
		#banner img
				{	float: left;
			vertical-align: middle;
			margin-top: 10px;
			margin-left: 75px;
			}
		#banner h1
			{	margin-top: 10px;
			margin-bottom: 10px;
			margin-left: 185px;
			color: #000033;
			font-size: 1.8em;
			font-weight: bold;}
		#banner p
			{	margin-top: 3px;
			margin-right: 5px;
			margin-bottom: 2px;
			margin-left: 185px;
			color: #000033;
			font-size: .75em;
			font-weight: bold;}
/* Menu  */
		#menu						
			{	float:  left;
				width: 150px;
				padding: 0px;
				margin-top: 30px;
				margin-right:auto;
				margin-bottom: 5px;
				margin-left: auto;
				text-align:	left;
				line-height: 1.15;
				background-color:  #ffffff;
				font-size:	.8em;
				color: #000033;
			}
		#menu img				/*	image width- 130px	*/
			{	text-align: center;
				padding: .25em;
				margin-top: 15px;
				margin-right: 0px;
				margin-bottom: 15px;
				margin-left: 0px;
			}
		#menu ul
			{	text-align: center;
				float:left;
				width:100%;
				font-size: .90em;
				background-color: #ffffff;
				margin-top: 1px;
				margin-right: 0px;
				margin-bottom: 8px;
				margin-left: 0;
				padding-left: 1.15em;
				list-style:none;
			}
		#menu a
			{	float: left;
				width: 100%;
				text-align: center;
				font-variant:small-caps;
				font-size: .75em;
				color: #000033;
				background-color: #ffffcc;
				padding:	0.2em 0.2em;
				border:	 1px	solid #000033;
				margin-top: 2px;
				display: inline;
				list-style:none;
			}
		#menu a:link
			{	color: #0033ff;		/*#0033FF;*/
				text-decoration: none;
				display: list-item;
			}
		#menu a:visited
			{	color:	#0033ff;	/*0033FF;*/
				text-decoration: none;
			}
		#menu a:hover
			{	color: #ff0000;
				text-decoration: underline;
			}
		#menu a:active
			{	text-decoration: none;	
				background-color:	#00CCFF;
				color: #ffffff;
			}
		#menu li 
			{	display: inline;
			}
/* Right Column */		
	#contenta	
			{	padding-top: 0px;
			padding-left: 25px;
			padding-bottom: 10px;
			padding-right: 25px;
			text-align: left;
			width: 660px;
			margin-top: 5px;
			margin-right: 5px;
			margin-bottom: 5px;
			margin-left: 10px;
			font-size: 1em;
			background-color: #ffffff;
			color: #000033;
			float: right;
			}
		#contenta img
					{	border: 2px	solid #000033;
					padding: 1em;
					width: 90%;
					background-color: #ffffcc;
					float:right;
					}
		#contenta ul
					{	text-align: left;
					line-height: 1.25;
					font-weight: bold;
					float:left;
					width:100%;
					padding:0;
					margin-top: 20px;
					margin-right: 0px;
					margin-bottom: 2px;
					margin-left: 15px;
					list-style-type: none;
					}
			#contenta a:link
						{	color:	#0033FF;
						text-decoration: none;
						font-weight: bold;
						}
			#contenta a:visited
						{	color:	#0033FF;
						text-decoration: none;
						}
			#contenta a:hover
						{	color: #ff0000;
						background-color:	#ffffff;
						text-decoration: underline;
						}
			#contenta a:active
						{	text-decoration: none;	
						background-color:	#000033;
						color: #ffffff;
						}
			#contenta p,h1,h3
						{	margin-top: 0px;
						margin-bottom: 8px;
						}
			#contenta h2
						{	margin-top: 0px;
						margin-bottom: 15px;
						}
/* Right Column */		
		#content_x	
				{	padding-top: 0px;
				padding-left: 25px;
				padding-bottom: 10px;
				padding-right: 25px;
				width: 630px;
				margin-top: 5px;
				margin-right: 5px;
				margin-bottom: 5px;
				margin-left: 15px;
				text-align: left;
				font-size: 1em;
				font-weight: bold;
				background-color: #ffffff;
				color: #000033;
				float: right;
				}
				#content_x img
						{	float: left;	
							border: 2px	solid #000033;
							padding: 1.25em;
							background-color: #ffffcc;
							margin-top: 10px;
						}
				#content_x p,h1,h3
						{	margin-top: 0px;
						margin-bottom: 8px;
						}
				#content_x h2
						{	margin-top: 0px;
						margin-bottom: 15px;
						}
				#content_x h4
						{	margin-top: 20px;
						margin-bottom: 15px;
						font-size: 1.15em;
						color:#ff0000;
						font-variant: small-caps;
						}
				#content_x a:link
						{	color:	#0033FF;
						text-decoration: none;
						font-weight: bold;
						}
				#content_x a:visited
						{	color:	#0033FF;
						text-decoration: none;}
				#content_x a:hover
						{	color: #ff0000;
						background-color:	#ffffff;
						text-decoration: underline;
						}
				#content_x a:active
						{	text-decoration: none;	
						background-color:	#000033;
						color: #ffffff;
						}
/* FOOTER */
		#footer
				{	padding: 0px;
				width:	940px;
				margin-top: 5px;
				margin-right: auto;
				margin-bottom: 5px;
				margin-left: auto;
				text-align: center;
				line-height: 1.75;
				font-size:	.6em;
				font-weight: bold;
				background-color: #ffffff;
				color: #336633;
				}
				#footer ul
						{	text-align: center;
						float: left;
						width:100%;
						padding:5px;
						margin: 0;
						list-style-type:none;
						}
				#footer a
						{	float: left;
						width: 12em;
						text-decoration: none;
						color: #0033ff;
						background-color: #ffffff;
						padding:0.2em 0.6em;
						border-right:1px  solid  #ffffff;
						}
						#footer a:link
								{	color:	 #0033ff;
								text-decoration: none;
								}
						#footer a:visited
								{	color:	#0033ff;
								text-decoration: none;
								}
						#footer a:hover
								{	color: #ff0000;
								text-decoration: underline;
								}
						#footer a:active
								{	text-decoration: none;	
								background-color: #000033;
								color: #ffffff;
								}
				#footer li 
						{display:inline;}

	#footer_bottom
			{	background-color: #ffffff;
				color: #000033;
				padding: 5px;
				width:	940px;
				float: right;
				margin-top: 5px;
				margin-right: auto;
				margin-bottom: 5px;
				margin-left: auto;
				text-align: center;
				font-size:	.6em;
				font-weight: bold;}
/* CLASSES */
	.table		{	background-color: #ffffff;
				color: #000033;
				font-size: .7em;
				font-weight: bold;
				padding: 3;
				margin-top: .75em;
				margin-bottom: 1.25em;
				width: 100%;
				}
				.table th	{ text-align: center;
							border-bottom:1px  solid  #0033ff;
							}
				.table tr	{	text-align: left;
							border-bottom:1px  solid  #0033ff;
							}
				.table td	{ text-align: left;
							padding: 2px;
							border-bottom:1px  solid  #0033ff;
							}
				.table caption
							{ text-align: center;
							font-size:1.25em;
							font-weight: bold;
							}
		.table_1
				{	background-color: #ffffff;
					color: #000033;
					font-size: .9em;
					font-weight: bold;
					padding: 3;
					width: 100%;
				}
				.table_1 h3
						{ text-decoration:underline;
						  text-align:left;
						  font-size: 1.15em;
						  font-weight: bold;
						  margin-left: .75em;
						}
				.table_1 img
						{ float:right;
							margin-top: .75em;
							margin-right: .75em;
							margin-left: .75em;
						}
				.table_1 ul

						{	list-style-type: none;
							text-align: left;
							margin-top: .5em;
							margin-left: .5em;
						}
				.table_1 tr
						{	text-align: left;
							margin-left: .75em;
						}
				.table_1 td
						{	text-align: left;
							margin-left: .75em;
						}
	.table_2	{clear: both;
				background-color: #ffffff;
				color: #000033;
				font-size: .75em;
				font-weight: bold;
				padding: 3;
				margin-top: .75em;
				margin-bottom: 1.5em;
				width: 100%;
				}
				.table_2 th	{ text-align: center;}
				.table_2 tr	{ text-align: center;}
				.table_2 caption
							{ text-align:left;
							text-decoration:underline;
							margin-bottom: .75em;
							}
				.table_2 img
							{float: none;
							margin top: 2em;
							margin-right: 2em;
							margin-bottom: 2em;
							margin-left: 2em;
							}
	.5000_ximg	{float: right;
				margin top: 0em;
				margin-right: 1em;
				margin-bottom: 1em;
				margin-left: 1em;
				}
	

