/*  CSS Index Page for Dondero, Incorporated  */
	body
			{	padding: 2px;
			font-family: Georgia, "Times New Roman", Times, serif;
			background-color: #ffffff;
			background-image: url(dgren003[1].jpg);
			color: #ffffff;
			}
		h1,h2,h3,h4,h5
			{	color: #000033;
			margin-top: 0px;
			margin-bottom: 3px;
			}
/* Background for green border */
	#backing
			{	padding: 4px;
			border-top:#ffffcc;
			border-top-style: ridge;
			border-right:#ffffcc;
			border-right:ridge;
			border-bottom:#ffffcc;
			border-bottom:ridge;
			border-left:#ffffcc;
			border-left:ridge;
			border-width: 5px;
			width: 960px;
			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 at top */
	#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: 15px;
			margin-bottom: 10px;
			color: #000033;
			font-size: 2.2em;
			font-weight: bold;
			}
		#banner p
			{	margin-top: 0px;
			margin-right: 5px;
			margin-bottom: 5px;
			margin-left: 5px;
			color: #000033;
			font-size: .9em;
			font-weight: bold;
			}

/* Content Area for Left Column */
	#sidebar
			{	padding-top: 5px;
			padding-left: 5px;
			padding-bottom: 5px;
			padding-right: 5px;
			width: 185px;
			margin-top: 25px;
			text-align: center;
			line-height: 1.5;
			font-size:	.8em;
			font-weight: bold;
			background-color: #ffffff;
			color: #000033;
			float: left;
			}
			#sidebar img
					{
					margin_left: 10em;
					}
			#sidebar h1
					{
					text-align: center;
					line-height: 1.25;
					font-size:	1.1em;
					font-weight: bold;
					margin-bottom: 2em;
					}
			#sidebar h2
					{
					text-align: left;
					line-height: 1;
					font-size:	1em;
					font-weight: bold;
					margin-top: 1.5em;
					margin-bottom: 1em;
					margin-left: .5em;
					}
			#sidebar p
					{
					text-align: left;
					font-weight: bold;
					font-size:	.8em;
					margin-top: .5em;
					margin-bottom: .75em;
					margin-left: .5em;
					}
			#sidebar hr
					{	color: #000033;
					margin-top: 0px;
					margin-bottom: 2px;
					}

/* Content Area for left column */
	#contenta
			{
			width: 600px;
			padding-top: 0px;
			padding-right: 25px;
			padding-bottom: 10px;
			padding-left: 15px;
			margin-top: 25px;
			margin-right: 15px;
			margin-bottom: 5px;
			margin-left: 75px;
			text-align: left;
			line-height: 1.25;
			font-size: 1em;
			background-color: #ffffff;
			color: #000033;
			float: left;
			}
		#contenta ul
			{	margin-top: 0em;
				margin-bottom: 2em;
				margin-left: 0em;
				line-height: 1.25;
				list-style-type: none;
			}
		#contenta h3
			{	margin-top: 5em;
				margin-bottom: 1em;
				color: #ff0000;
				}
		#contenta a
			{	float: left;
				width:100%;
				text-align: center;
				font-variant:small-caps;
				font-size: 1em;
				color: #000033;
				background-color: #ffffcc;
				padding:	0.2em 0.2em;
				border:	 1px	solid #000033;
				margin-top: 2px;
				display: inline;
				list-style:none;
			}
				#contenta a:link
							{	color:	#0033FF;
							text-decoration: none;
							}
				#contenta a:visited
							{	color:	#0033FF;
							text-decoration: none;
							}
				#contenta a:hover
							{	color: #ff0000;
							text-decoration: underline;
							background-color: #ffffff;
							}
				#contenta a:active
							{	text-decoration: none;	
							background-color:	#00CCFF;
							color: #ffffff;
							}
		#contenta p
			{	margin-top: 0px;
			margin-bottom: .25em;
			}
/*Footer at bottom*/
	#footer_bottom
			{	background-color: #ffffff;
			color: #000033;
			padding: 10px;
			width:	930px;
			margin-top: 5px;
			margin-right: auto;
			margin-bottom:5px;
			margin-left: auto;
			text-align: center;
			font-size:	.6em;
			font-weight: bold;
			}

