@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;
	}
	
p.indent {
	text-indent: 12px;
	}
	
.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;
	}
	
a img {
	border: none
	}

#container {
	margin: auto;
	width: 960px;
	}
#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;
	padding-top: 55px;
	}

#rightcol {
	text-align: center;
	background: url(michelletree.jpg) no-repeat bottom center;
	width: 746px;
	height: 603px;
	float: right;
	position: relative;
	}

#rightcolblank {
	text-align: center;
	width: 746px;
	height: 603px;
	float: right;
	position: relative;
	margin-top: 15px;
	}

#rightcollinks {
	width: 746px;
	height: 200px;
	float: right;
	position: relative;
	}

#leftcol {
	text-align: left;
	width: 210px;
	float: left;
	position: relative;
	margin: 15px 0 0 0;
	}
	
#lctop {
	width: 210px;
	background-image: url(../images/backgrounds/mv_topleft.gif);
	height: 45px;
	}

#lccenter {
	width: 210px;
	background: url(../images/backgrounds/mv_cenleft.gif) repeat-y;
	padding: 1px 0 1px 0
	}
	
#lccenter p {
	padding: 0 20px 0 20px;
	text-align: left;
}

#lcbottom {
	width: 210px;
	height: 45px;
	background-image: url(../images/backgrounds/mv_botleft.gif);
	text-align: center;
	}

