body
{
	width: 800px;
	height: auto;
	float: none;
	clear: left;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: white;
	padding: 0x;
	background-color: #666;
	margin: 5px auto 5px;
	text-align: center;
	position: relative;
	
}


#content
{
	width: 800px;
	height: auto;
	float: left;
	padding: 0;
	background-color: white;
	border: none;
	margin: 0px auto;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 0.9em;
	color: black;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	position: relative;
	top: 0px;
	left: 0px;
}
#contenttext
{
	width: 760px;
	height: auto;
	float: left;
	background-color: white;
	border: none;
	margin: 0px auto;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #3D3D3D;
	font-weight: normal;
	font-style: normal;
	padding-left: 20px;
	padding-right: 20px;
	text-align: left;
	position: relative;
	top: -100px;
	left: 0px;
}


#titlelogo
{
	width: auto;
	padding: 0;
	position: relative;
	top: 0px;
	height: 350px;	
}

#title
{
	padding-left: 20px;
	position: relative;
	top: -100px;
}

#topmenubar
{
	width: 700px;
	height: 1.5em;
	float: left;
	padding: 5px 50px 5px;
	border-top: 3px #005000 solid;
	border-bottom: 3px #005000 solid;
	background-color:#D5D5D5;
	text-align: left;
	margin: 5px auto;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
	text-align:left;
	position: relative;
	left: 0px;
	top: -100px;
}

/* Menu stuff */
menu{
width: 100%;
background-color:#D5D5D5;
}
.menu ul{
margin: 0; 
padding: 0;
float: left;
width: 740px;
list-style: none;
}

.menu ul li{
margin: 0; 
display: inline;} 
 
.menu ul li a{
margin: 0; 
float: left; 
width: auto;
text-decoration: none;
color: #333;
padding: 2px 1.5em 2px 1.5em;
background-color: #D5D5D5;
}
.menu ul li a:visited{
margin: 0; 
float: left; 
width: auto;
text-decoration: none;
color: #333;
padding: 2px 1.5em 2px 1.5em;
background-color: #D5D5D5;
}

.menu ul li a:hover, .menu ul li .current{
margin: 0; 
color: #fff;
float: left; 
width: auto;
text-decoration: none;
padding: 2px 1.5em 2px 1.5em;
background-color:#060; /*:#390;*/
}

#bannerfooter
{
	height: auto;
	width: 760px;
	background-color: white;
	float: left;
	padding: 0;
	border-top: 1px solid #CCC;
	margin-top: 20px;
	text-align: center;
	position: relative;
	top: 0px;
	left: 0px;
	color: #999;
	font-size:1em;
	}
strong
{
	color: #333;
	font-weight: bold;
}

h1
{
	color: #3D3D3D;
	font-size: 2.0em;
	font-weight: normal;
	background-color: white;
}

h2
{
	color: #3D3D3D;
	font-size: 1.5em;
	font-weight: normal;
	background-color: white;
}

li
{
	margin:.5em 10% .5em 0
}


.imgborder
{
	border: #CCC 2px solid;
	width: auto;	
}

.lowerlink
{
	font-size:0.8em; 
}

h3
{
	font-size: 0.8em; 
	color: #999;
}

h4
{
	color: #3D3D3D;
	font-size: 1.1em;
	font-weight:bold;
}


A:link
{
	text-decoration: underline;
	color:#333;
	margin: 0;
}

A:visited
{
	text-decoration: none;
	color: #333;
	margin: 0;
}

A:active
{
	text-decoration: none;
	color: #333;
	margin: 0;
}

A:hover
{
	text-decoration: underline;
	color:#390;
	margin: 0;
}
