body {
	background-color: #6666FF;
}

#container {
	background-color: white;
	width: 90%;
	margin: auto;
	padding: 1%;
}


#container p{
	font-family: Rockwell, "Lucida Bright" Times New Roman;
	font-size: 16px;
	line-height: 115%;
	margin-left: 8%;
	margin-right: 8%;
	text-align: left;
}


#container h1{
	font-family: "High Tower Text", , "Baskerville Old Face", Papyrus, Arial;
	font-size: 33px;
	text-align: center;
	color: #993333;
	line-height: 100%;
	margin-top: 1%;
	margin-bottom: 1%;
}

#tree {
	float: right;
	clear: both;
	width: 70%;
}
#tree p{
	text-align: right;
	font-size: 14px;
	color: #6666FF;
}

#tree a {
	text-decoration: underline;
}

#tree a:hover {
	color: #993333;
	text-decoration: underline;
}

#tree a:visited{
	color: #339934;
}

#subheading {
	width: 90%;
	margin-left: 5%;
}
#subheading p{
	font-family: "High Tower Text";
	font-size: 18px;
	text-align: center;
	font-style: italic;
}

#container h2{
	font-family: "High Tower Text";
	font-size: 18px;
	line-height: 100%;
	margin-left: 3%;	
}
#container h3{
	font-family: "High Tower Text";
	font-size: 21px;
	line-height: 100%;
	margin-left: 5%;
	text-align: left;
	color: #000199;
}
#container h4{
	font-family: "High Tower Text";
	font-size: 18px;
	font-style: normal;
	line-height: 100%;
	margin-left: 6%;
	text-align: left;
	color: #039900;
}

#container a {
	color: #6666FF;
	text-decoration: underline;
}

#container a:hover {
	color: #993333;
	text-decoration: underline;
}

#container a:visited{
	color: #339934;
}
#container ol {
	margin-left: 8%;
	margin-right: 8%;
	font-family: Arial;
	font-size: 15px;
	text-align: left;
}

#container ol ul{
	text-align: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 115%;
	margin-left: 2%;
	margin-right: 2%;
	text-align: left;
}

#container hr{
	height: 2px;
	width: 99%;
}

#container table {
	border: 0px solid gray;
	width: 90%;
}

#container td{
	border: 0px solid gray;
#	width: 50%;
	vertical-align: top;
}

#container td h1 {
	font-family: Garamond;
	font-size: 18px;
	text-align: center;
	color: #993333;
	font-weight: bold;
}

#container td h1 a{
	font-family: Garamond;
	font-size: 18px;
	text-align: center;
	color: #993333;
	font-weight: bold;
	text-decoration: underline;
}

#container td h1 a:hover{
	color: #6666FF;
}

#container td h2{
	font-family: Arial;
	font-size: 13px;
	line-height: 110%;
	font-style: italic;
	text-align: center;
}

#container td p{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 115%;
}
#container table img{
#	width: 100px;
	float: left;
	margin: 10px 10px 10px 10px;
	border: 1px solid gray;
	padding: 0;
	white-space: nowrap;
	
}
#container hr{
	height: 2px;
	width: 90%;
	color: Gray;
}

#footer p{
	font-family: "High Tower Text";
	font-size: 17px;
	text-align: center;
	font-style: italic;
}

input.button {
	color: #fff;
	background: #6666FF;
	font-size: 16px;
	text-align: center;
	font-family: "High Tower Text";
	border: 1px solid #000199;
}