body {
    font-size: 62.5%;
    background: #6D91A3 url(images/bg.png) top left repeat-x;
    font-family: tahoma, verdana, lucida, sans-serif;
    margin: 0;
    padding: 0;
    }
h1 {
    font-size: 3em;
    font-weight: bold;
    color: #048859;
    letter-spacing: .15em;
    padding-top: 10px;
    padding-bottom: 7px;
    padding-left: 25px;
    padding-right: 0;
    margin: 0;
    }
h2 {
    color: #678793;
    }
acronym, abbr {
    border-bottom: 1px dotted black;
    }
a:link {
    font-weight: bold;
    text-decoration: none;
    color: #048859;
    border-bottom: 1px dotted #678793;
    }
a:hover {
    text-decoration: none;
    border-bottom: 1px solid #048859;
    font-weight: bold;
    color: #678793;
    }
a:visited {
    font-weight: normal;
    text-decoration: none;
    }
a:active {
    font-weight: bold;
    text-decoration: italic;
    }
.slatetext {
    color: #678793;
    }
div#header {
    background-color: #F9F9F9;
    position: absolute;
    border-left: 2px solid #A9B7B8;
    border-right: 2px solid #A9B7B8;
    width: 700px;
    top: 0;
    left: 100px;
    padding: 0;
    margin: 0;
    }
div#logo {
    background: transparent;
    position: absolute;
    top: 6px;
    left: 706px;
    padding: 0;
    border: 0;
    }
div#headerimage {
    position: absolute;
    width: 600px;
    top: 56px;
    left: 100px;
    border-left: 2px solid #A9B7B8;
    padding: 0;
    margin: 0;
    }
div#navinfo {
    position: absolute;
    height: 300px;
    background-color: #F9F9F9;
    border-right: 2px solid #A9B7B8;
    width: 100px;
    top: 56px;
    left: 702px;
    padding: 0;
    margin: 0;
    }
div#navinfo p {
    padding-left: 4px;
    padding-right: 4px;
    }
div#nav {
	position: absolute;
	border-left: 2px solid #A9B7B8;
	border-right: 2px solid #A9B7B8;
	background: #F9F9F9 url(images/navbg.png) top left no-repeat;
    top: 359px;
    left: 100px;
    width: 700px;
    padding: 0;
    padding-top: 5px;
    margin: 0;
	}
div#nav ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
	}

div#nav ul li {
	display: block;
	float: left;
	padding: 0;
	margin: 0;
	}

div#nav ul li a {
	width: 138px;
	height: 2em;
	padding: 0;
	margin: 0;
	display: block;
	text-decoration: underline;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 2em;
	font-size:  1.2em; 
	}
div#body{
    border-left: 2px solid #A9B7B8;
    border-right: 2px solid #A9B7B8;
    border-bottom: 2px solid #A9B7B8;
    background-color: #F9F9F9;
    position: absolute;
    font-size: 1.2em;
    top: 384px;
    left: 100px;
    padding: 10px;
    padding-top: 25px;
    margin: 0;
    width: 680px;
    }