html, body
	{
	margin: 0px;
	}
	
p  {
	padding: 0px;
	margin: 0px;
	}
	
#maincontainer
	{
	width: 100%;
	background-color: #016bb7;
	height: 100%;
	position: relative;
	margin: 0px;
	padding: 0px;
	}

#container
	{
	position: relative;
	width: 800px;
	background-color: #EAEAEA;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #fe8900;
	border-left-color: #fe8900;
	}

#navcontainer {
	width : 450px;
	top: 0px;
	position: relative;
	margin: 0px;
	padding: 0px;
	left: 10px;
	height:w0px;
}

#navcontainer ul {
	padding : 0;
	white-space : nowrap;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 0px;
	margin-bottom: 0px
}

#navcontainer ul li {
	display : inline;
}

#navcontainer ul li a {
	font-size: 14pt;
	font-weight: bold;
	color: #398BC5;
}

#navcontainer li a:visited {
}

#navcontainer ul li a:hover {
	color : #007101;
	font-size: 20px;
	text-transform: uppercase;
	background-color: #fe8900;
	position: relative;
	width: auto;
	margin: 0px;
	text-align: center;
}

li#here a:link, li#here a:visited, li#here a:hover {
	color : #FF9900;
	font-size: 16pt;
} 
	
#pageHeader
	{
	width: 800px;
	height: 230px;
	margin: 0px;
	background-color: #2E5630;
	background-image: url(toplogo31%20copy.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	}
	
#content
	{
	background-color: #ffffff;
	margin: 0px;
	}

#content1
	{
	overflow: hidden;
	padding-right: 20px;
	padding-left: 20px;
	letter-spacing: normal;
	word-spacing: .5em;
	margin: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	}

#footer
	{
	width: 800px;
	height: 160px;
	margin: 0px;
	padding: 0px;
	background-image: url(images/bottom.jpg);
	background-repeat: no-repeat;
	background-position: top;
	}