body{
font-family: Times New Roman;
color: #000000;
margin: 0
}

h1{
font-size: 20pt;
color: #black;
text-align: center;
background-color: transparent;
}

h2{
font-size: 10pt;
color: #black;
text-align: right;
background-color: transparent;
padding-right: 150px;
word-spacing:10em;
}

h3{
font-size: 12pt;
color: black;
text-align: center;
background-color: transparent;
}

h4{
font-size: 12pt;
color: black;
text-align: left;
background-color: transparent;
}

div.footer	{
    text-align:center;
	position:absolute;
	top:765px;
	width:700px;
	left: 200;
	}
	
div.footer2	{
    text-align:center;
	position:absolute;
	top:650px;
	width:700px;
	left: 200;
	}
	
	
div.altfooter	{
    text-align:center;
	position:absolute;
	top:400px;
	width:700px;
	left: 190px;
	}
	

div.nav{
position: absolute;
left: 300px;
top:150px;
height: 500px;
width:110px;
padding-left:50px
padding-top: 25px
}

div.text{
font: timesroman;
position: absolute;
top: 130px;
left: 300px;
width: 400px;
}

div.text2{
font: timesroman;
position: absolute;
top: 170px;
left: 250px;
width: 650px;
}

div.picture{
text-align:right;
font: timesroman;
position: absolute;
top: 130px;
left: 300px;
width: 400px;
}


div.text3{
font: timesroman;
position: absolute;
top: 210px;
left: 280px;
width: 250px;
}

div.text4{
position: absolute;
top: 210px;
left: 600px;
width: 250px;
}

div.text5{
font: timesroman;
position: absolute;
top: 400px;
left: 290px;
width: 600px;
}



span.spacing{
padding-right:2px;
}

h6.utility {
left: 500px
font-size: 12px;
margin-top: -5px
word-spacing: -0.5px;
}

h7.utility {
	top:745px;
	width:700px;
	left: 200;
	word-spacing: -0.5px;
}

h8.utility {
	top:735px;
	width:700px;
	left: 200;
	word-spacing: -0.5px;
}

h9.utility {
	top:275px;
	width:700px;
	left: 200;
	word-spacing: -0.5px;
}





:link { color: rgb(0, 0, 153) } /* for unvisited links */
:visited { color: rgb(153, 0, 153) } /* for visited links */
:active { color: rgb(255, 0, 102) } /* when link is clicked */
:hover { color: rgb(0, 96, 255) } /* when mouse is over link */