
p {
	color: black;
	text-align: left;
	margin: 1em;
}

a {
	color: #999900;
	text-decoration: none;
}

H1 { 
	color: #999900;
	font-size: 1.4em;
	border-style: solid;
	border-width: 1px;
	border-top-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-color: #999900;
}

H2 {
	position: absolute;
	top: 0%;
}
	
H3 {
	clear: left;
	float: left;
	position: static;
}

H4 {
	clear: right;
	float: right;
	position: static;
}

H5 {
	font-family: futura, sans-serif;
	font-size: 1em;
	font-weight: normal;
	text-align: justify;
	padding-top: 1em;
	padding-left: 0em;
	color: black;
	clear: left;
	float: left;
	width: 25em;
}

H6 {
	font-family: futura, sans-serif;
	font-size: 1em;
	font-weight: normal;
	text-align: justify;
	color: black;
	clear: right;
	float: right;
	width: 25em;
}

H7 {
	font-family: futura, sans-serif;
	font-size: 1.3em;
	float: left;
	padding: .5em;
	border-style: solid;
	border-width: 2px;
	border-color: white;
}

H7:hover {
	border-style: solid;
	border-width: 2px;
	border-color: #999900;
	padding: .5em;
}

H8{
	font-family: futura, sans-serif;
	font-size: 1.3em;
	float: right;
	padding: .5em;
	border-style: solid;
	border-width: 2px;
	border-color: white;
}

H8:hover {
	border-style: solid;
	border-width: 2px;
	border-color: #999900;
	padding: .5em;
}

H9{
	font-family: futura, sans-serif;
	font-size: 1.3em;
}

H10{	
	padding-left: 26%;
}

H11{
	clear: both;
}

body {
	font-family: futura, sans-serif;
	font-size: 1em;
	margin-top: 14%;
	margin-bottom: 10%;
	border-style: solid;
	border-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-color: #999900;
}

.hovermenu ul{
position: absolute;
top: 9%;
font: bold 17px futura;
padding-left: 0;
margin-left: 50%;
height: 20px;
}

.hovermenu ul li{
list-style: none;
display: inline;
}

.hovermenu ul li a{
padding: 2px 0.5em;
text-decoration: none;
float: center;
color: #999900;
background-color: white;
border: 2px solid white;
}

.hovermenu ul li a:hover{
background-color: white;
border-style: outset;
border: 2px solid #999900;
padding: .5em;
}

html>body .hovermenu ul li a:active{ /* Apply mousedown effect only to NON IE browsers */
border-style: inset;
}

#content {
	margin-top: 2%;
	margin-bottom: 10%;
	margin-left: 6em;
	margin-right: 6em;
	font-size: 1em;
}

#facebook {
	position: absolute;
	top: 50%;
	left: 60%;
}

#footer {
	position: absolute;
	top: 92%;
	left: 58%;
	color: #999900;
	font-size: 1.1em;
	font-weight: bold;
}
