*{margin:0;padding:0;}
html, body
	{margin: 0;
	}
	
p { margin: 0; }
	
#maincontainer
	{
	width: 100%;
	background-color: #120061;
	height: 100%;
	position: relative;
	margin: 0px;
	padding: 0px;
	background-image: url(images/bg2.jpg);
	background-repeat: repeat;
	background-position: center;
	}

#container
	{
	position: relative;
	width: 776px;
	background-color: #f9e9cb;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-right-width: 10px;
	border-left-width: 10px;
	border-top-style: none;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #006600;
	border-left-color: #006600;
	}

#navcontainer {
	width : 400px;
	top: 210px;
	position: relative;
	margin: 0px;
	padding: 0px;
	left: 314px;
	height: 50px;
}

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

#navcontainer ul li {
	display : inline;
}

#navcontainer ul li a {
	text-decoration : none;
	position : relative;
	font-size: 14pt;
	font-weight: bold;
	color: #003366;
}

#navcontainer li a:visited {
}

#navcontainer ul li a:hover {
	color : #007101;
	font-size: 16px;
	text-transform: uppercase;
	background-color: #f8f1a5;
	background-image: url(images/triangle.gif);
	background-position: right center;
	background-repeat: no-repeat;
	text-indent: 20px;
	position: relative;
	width: auto;
	padding-right: 20px;
	text-align: right;
}

li#here a:link, li#here a:visited, li#here a:hover {
	color : #031298;
	font-size: 16pt;
} 
	
#pageHeader
	{
	width: 776px;
	height: 250px;
	background-image: url(images/top.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	}
	
#content
	{
	background-color: #ffffff;
	margin: 0px;
	}

#content1
	{
	overflow: hidden;
	padding-right: 10px;
	padding-left: 10px;
	letter-spacing: normal;
	word-spacing: .5em;
	margin: 0px;
	}

#footer
	{
	width: 776px;
	height: 200px;
	background: #000 url(images/bottom.jpg) no-repeat;
	margin: 0px;
	padding: 0px;
	}