/* CSS Document */
#banner {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-large;
	background-color: #006633;
	border-color: #000000;
	border-width: thin;
	text-align: center;
	color: #FFFFFF;
	left: 128px;
	position: absolute;
	top: 0px;
	width: 100%;
	height: 98px;
	background-image: url(GreenMarble.jpg);
}
#nav {
	position: absolute;
	height: 202px;
	top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: small;
	right: 200px;
	left: 4px;
	width: 130px;
	font-weight: bold;
	color: #ECE9D8;
			}

BODY
      {
	background-color: white;
	background-image: url(GreenMarble.jpg);
	background-position: top left;
	background-repeat: repeat-y;
	margin-left: 130px;
	margin-right: 5%;
	font-size: 12pt;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	left: auto;
	top: auto;
	border-color: #000000;
      }
      h1
      {
         color: #0A3112;
         font-size:24pt;
      }
      h2
      {
         color: #0A3112;
         font-size:18pt;
      }
      h3
      {
         color: #0A3112;
         font-size:14pt;
      }
image
	{
	position: relative;
	top: 1px;
	border-color: #000000;
	border-width: thin;
	right: auto;
	left: auto;
		}
#main
	{position:
		left:20px;
	top:50px;
	bottom:150px;
	right:auto;
	left: 100px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
		}
#references
	{
	position:relative;
	bottom: 5px;
	margin-left:20px;
	margin-right:inherit;
	border:
		color: #999999;
		width:2px;
		}
#parent
	{background:
		background-color: #006600;
		position:relative;
		float:right: auto;
		border:
			width: auto;
			color: #000000;
		text:
			color: #000099;
			text-align: center;
			}
#child
	{background:
		background-color: #006600;
		position:relative;
		float:right: auto;
		border: 
			width: auto;
			color:#000000;
		text:
			color: #000099;
			text-align:center;
			}
#copyright
	{
	background-color:#006600;
	text-align:right;
	color: white;
	position:relative;
	bottom:0px;
	top:auto;
	right: 5px;
	background-image: url(GreenMarble.jpg);
		}
	
