html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
}

#container {
	position: absolute;
	top: opx;
	left: 50%;
	margin-top: 3px;
	margin-left: -512px;
	width: 1024px;
	height: auto;
	background-color: white;
	padding: 0px;
	color: darkgreen;
}

#logo_box { 
	margin: 0px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 400px;
    height: 260px;
    text-align: center;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    line-height: normal;
    font-size-adjust: none;
    color: darkblue;
    background-color: white;
    font-family: Chiller;
    font-size: 12pt;
	border-top: solid darkgreen 1px;
	border-left: solid darkgreen 1px;
	border-bottom: solid darkgreen 1px;
	background-color: #006400;
    }
	
#top_box { 
  	margin-top: 0px;
    position: absolute;
    top: 0px;
    left: 400px;
    width: 625px;
    height: 200px;
    text-align: center;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    line-height: .5em;
    font-size-adjust: none;
    color: #f5deb3;
    font-size: 28pt;
    font-family: "Copperplate Gothic Light",sans-serif;
	background-color: #006400;
	border-top: solid darkgreen 1px;
	border-right: solid darkgreen 1px;
	padding-top: 40px;
    }
	
#navcontainer {
	position: absolute;
	top: 200px;
	left: 400px;
	height: 60px;
	width: 624px;
	font-family: Arial,Sans-Serif;
	background-color: #006400;
	margin: 0 auto;
	border-bottom: solid darkgreen 2px;
	border-right: solid darkgreen 2px;
}

#left_column {
	float: left;
	margin-top: 1px;
	top: 0px;
	left: 0px;
	width: 74%;
	height: auto;
	padding: 5px;
}

#column_header {
	top: 0px;
	width: 100%;
	padding: 0px;
	letter-spacing: 0px;
	background-color: #006400;
	height: 20px;
	color: #f5deb2;
	text-align: center;
}

#right_column {
	float: right;
	margin-top: 5px;
	top: 9px;
	left: 76%;
	width: 23%;
	height: 300px;
	background-color: #f5deb3;
	text-align: center;
	border: solid 1px black;
}
#one_column {
	position: relative;
	top: 3px;
	margin-left: -300px;
	left: 50%;
	width: 600px;
	height: auto;
	text-align: center;
	border: solid #006400 1px;
	padding: 5px;
}

#navlist
{
	width: 100%;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	text-indent: 0;
	list-style-type: none;
}

#navlist li
{
	padding: 0;
	margin: 0;
	text-indent: 0;
	display: inline;
}

#navlist li a
{
	letter-spacing: -1px;
	text-decoration: none;
	color: #fff8dc;
	font-size: 1em;
	padding: 0 2px;
	
}

#navlist li a:hover,#navlist a#current
{
	color: white;
	border-top: none;
	font-size: 1.5em;
}

#navlist a#current { color: rgb(255, 50, 75); }

#message {
	position: float;
	top: 3px;
	width: 100%
	height: 50px;
	padding: 5px;
	border-bottom: solid darkgreen 1px;
	border-right: solid darkgreen 1px;
	border-top: solid darkgreen 3px;
	border-left: solid darkgreen 2px;
	background-color: #fff8dc;
}
#body_text {
	margin-top: 5px;
	position: absolute;
	top: 265px;
	width: 100%;
	height: 100%;
}

#image_right {
	float: right;
}

#image_left {
	float: left;
	padding-right: 5px;
	padding-bottom: 3px;
}

#news-message { 
	position: relative; 
	top: 0px;
	width: 98%;
	height: 200px; 
	padding: 8px; 
	overflow: auto; 
	text-align: left; 
	border: solid 1px green;
}
#footer {
	float: none;
	margin-top: -7.5em;
	width: 100%;
	height: 15px;
	border: solid darkgreen 1px;
	font: bold 8pt "Arial Narrow" sans-serif; 
	text-align: center;
}
#footer a {
	text-decoration: none;
	color: #006400;
}
span.float {
	float: left;
	margin-top: 10px;
	position: static;
	border: solid darkgreen 1px;
	font: bold 8pt "Arial Narrow" sans-serif; 
	text-align: center;
	border: solid darkgreen 1px;
	width: 100%;
}
span.float a {
	text-decoration: none;
	color: #006400;
}
