@charset "utf-8";
/* CSS Document */
html {
	margin: 0;
	padding: 0;
	}
body {
	font: 100% high tower text, geneva, georgia, sans-serif;
	line-height: 1.5;
	color: #555753;
	margin: 0;
	padding: 0;
	}
	
.sig {
	text-indent: 100px;
	text-align: center;
	}
	
.disclosure {
	font-size:small
	}
	
a:link {
	font-weight: bold;
	text-decoration: none;
	color: #999999;
	}
a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #CC9999;
	}
a:hover, a:active {
	text-decoration: underline;
	color: #996699;
	}

#container {
	margin: auto;
	position: relative;
	}
#pageHeader {
	padding-top: 15px;
	background: url(header_tree.jpg) no-repeat top center;
	width: 650px;
	height: 584px;
	margin: auto;
}

#pageHeader h1 {
	margin-top: 450px;
	text-align: center;
	}
	
#pageHeader h2 {
	text-align: center;
	}
	
#supportingText {
	margin : 0 auto;
	width: 530px;
	text-align: justify;
	}

#signature {
	margin : 0 auto;
	text-align: right;
	width: 530px;
	position: relative;
	}

#footerlinks {
	text-align: center;
	width: 575px;
	margin: 0 auto;
	position: relative;
	padding-top: 55px;
	}

#footer {
	text-align: center;
	background: url(footer_tree.jpg) no-repeat bottom center;
	width: 650px;
	height: 200px;
	margin: 0 auto;
	}
	
