/* 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;
			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;}
		#banner p
			{	margin-top: 3px;
			margin-right: 5px;
			margin-bottom: 2px;
			margin-left: 185px;
			color: #000033;
			font-size: .75em;}
/* Menu  */
		#menu						
			{	float:  left;
				width: 170px;
				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:91%;
				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: 710px;
				margin-top: 5px;
				margin-right: 5px;
				margin-bottom: 5px;
				margin-left: 10px;
				font-size: .85em;
				background-color: #ffffff;
				color: #000033;
				float: right;
				}
			#contenta img
					{	border: 2px	solid #000033;
					padding: 1em;
					background-color: #ffffcc;
					}
			#contenta p,h1,h3
					{	margin-top: 0px;
					margin-bottom: 8px;
					}
			#contenta h2
					{	margin-top: 0px;
					margin-bottom: 15px;
					color: #990000;
					text-align:left;
					}
			#contenta h4
					{	margin-top: 20px;
					font-size: 1.15em;
					margin-bottom: 5px;
					}
			#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;}
/* FOOTER */
	#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_1
				{	background-color: #ffffff;
					color: #000033;
					font-size: 1em;
					font-weight: bold;
					margin-right: auto;
					margin-left: auto;
					font-variant:small-caps;
					padding: 0;
					width: 100%;
				}
				.table_1 h3
						{ text-decoration:underline;
						  text-align:left;
						  font-size: 1.15em;
						  font-weight: bold;
						  margin-left: .75em;
						}
				.table_1 img
						{ margin:auto;
						}
				.table_1 ul

						{	list-style-type: none;
							text-align: left;
							font-size: 1em;
							margin-top: .5em;
							margin-left: .5em;
						}
				.table_1 th
						{	text-align: left;
							font-size: 1.25em;
							font-weight:bold;
							color:#990000;
							border-top: 1px solid #ccccff;
						}
				.table_1 td
						{	text-align: left;
							margin-left: .5em;
							line-height: 1.35;
						}

