body {
	background-color: #FFFFFF;
	background: url(Red_Leaf.jpg) no-repeat center top fixed;
	background-size: 1600px;
	max-width: 1080px;
	margin: 0 auto;
	color: #000000;
	padding: 0;
	height: 100%;
	font-family: Georgia, Times, "Times New Roman", serif;
}
#wrapper {
	min-height: 100%;
	position: relative;
}
img {
	max-width: 65%;
}
a:link {
	color: #040;
}
a:visited {
	color: #f00;
}
a:focus {
	color: #00f;
}
a:hover {
	color: #00f;
}
#intro {
	text-align: center;
}
h3 {
	text-align: center;
	color: #004923;
	margin-top: -1.4em;
}
hr {
	clear: both;
	height: 4px;
	color: #00b000;
	background-color: #00b000;
}
#content {
	background-color: #FFF;
	text-align: left;
	padding: 2em;
	opacity: 0.6;
    filter: alpha(opacity=60);
}
.important {
	font-size: 14pt;
	font-style: italic;
	font-weight: bold;
	color: red;
}
#footer {
	clear: left;
	max-width: 1080px;
	background-color: #009445;
	text-align: center;
	padding: 0.5em;
	padding-bottom: 0.1em;
	opacity: 0.6;
    filter: alpha(opacity=60);
}

/* Index Page Styles */
#container { 
	margin: auto; 
}
#menu { 
	position: absolute; 
	}
#menu ul {
	list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333;
}
#menu li {
	float: left;
}
#menu li a {
	display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}
#menu li a.active {
	background-color: #009445;
}
#menu li a:hover {
	color: #009445;
	background-color: #111;
}
.clear {
	clear: both;
	height: 3em;
}
.disclaimer {
	font-size: 80%;
}