#container {
width: 800px;
margin:0 auto;
}

#header {
width: 800px;
height: 269px;
background-image:url(Images/oak_ridge.gif);
background-position:center;
background-color:#3f2e2b;
border: 1px solid #676a61;
background-repeat:no-repeat
}

#hornav {
width: 800px;
height: 25px;
position:relative;
background-color:#3f2e2b;
border-bottom: 1px solid #676a61;
border-right: 1px solid #676a61;
border-left: 1px solid #676a61;
border-top: 1px solid #676a61;
}

.navlinks {
	position: absolute;
	top: 0px;
	left: 0px;
}

.navlinks ul {
margin:auto;
}

.navlinks li {
margin: 3px 3px 3px 3px;
display: inline;
}

.navlinks li a {
color: #ecebea;
padding: 3px 5px 7px;
text-decoration:none;
font-weight:bold;
font-size: 12px;
font-family: Helvetica;
}

.navlinks li a:hover {
color: #3f2e2b;
background-color: #dbd8d7;
}

#body {
border: 1px solid #676a61;
width: 800px;
height:auto;
background-color: #3f2e2b;
border-right: 1px solid #676a61;
border-left: 1px solid #676a61;
}

#body p {
	color: #000000;
	position: relative;
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 10pt;
	padding-right: 10pt;
	padding-top: 1pt;
}

#body a {

color:#3f2e2b;
text-decoration: underline;
font-weight: bold;
font-family:Arial, Helvetica, sans-serif;
font-size: 14px;
}

#body a:visited {
color:#676a61;
font-weight: bold;
}

#body a:hover {
color:#666666;
font-weight: bold;
}

#footer {

clear: both;
width: 800px;
height: 70px;
background-color: #3f2e2b;
border: 1px solid  #3f2e2b;
}

#footer p {
color: #ffffff;
font-size: 10px;
font-family: arial;
padding-left: 5pt;
padding-right: 5pt;
}

#footer a {

color:#ffffff;
text-decoration: underline;
font-weight: bold;
font-family: sans-serrif;
font-size: 12px;
}

#footer a:visited {
color:#676a61;
font-weight: bold;
}

#footer a:hover {
color:#9dd746;
font-weight: bold;
}
.rightjustify
{
text-align:right;
}

.textbox {
margin: 10px 10px 10px 10px;
padding: 2px 2px 2px 2px;
background-image:url(Images/textbox_background.gif);
background-repeat:repeat-x;
background-color: #ecebea;
border: 1px solid #3f2e2b;
width:770px;
height:auto;
color: #676a61;
}

h1
   {
	color:#3f2e2b;
	font-size: 16pt;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding-left: 10px;
   }

h2
   {
   color:#3f2e2b;
   font-size:12pt;
   font-family:sans-serif;
   padding: 10px;
   }
