body {
	background: #ffffff;
}

* {
	margin: 0;
	padding: 0;
}

#container {
	width: 790px;
	position: relative;
}

a, a:visited, a:active {
	color: #000080;
}


/* Banner styles plus the location bar*/
#banner {
	position: relative;
	width: 790px;
}

h2 {
	position: absolute;
	top: 75px;
	right: 0px;
	padding: 10px 60px 0 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	font-style: italic;
	background-image:url(images/location.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 46px;
	width: 500px;
	text-align: right;
	margin: 0;
}

#bottomarrow {
	position: absolute;
	top: 121px;
	left: 165px;
}

/* Navigation styles */
#navigation {
	width: 155px;
	float: left;
	margin-left: 10px;
	background-color: #024500;
	background-image: url(images/navbottom.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 30px;
	position: absolute;
	left: 0;
}

#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#navigation li {
	margin: 0 5px 15px;;
	text-align: center;
}

#navigation a {
	color: #aca15e;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}



/* Main content area styles*/
#maincontent {
	margin: 50px 0 0 170px;
}

#maincontent p, #maincontent h3, #maincontent h4 {
	margin: 1em 10px;
}

h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-style: italic;
}

h4 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	
}

.center {
	margin: 0 auto;
}

#maincontent ul {
	padding-left: 30px;
}


/* Footer styles */
#footer {
	margin-left: 170px;
	text-align: center;
}

#footer ul {
	list-style: none;
	margin: 20px 10px 0;
}

#footer li {
	display: inline;
	padding: 0 10px;
	font-weight: bold;
}
