﻿.invisible {
	position: absolute;
	left: -9999px;
	top: -9999px;
}
html, body, #page, #header, #navbar, #content, #sidebar, #footer {
	margin: 0;
	padding: 0;
	border: none;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: center;
	background-image: url('images/parchment.jpg');
	background-position: center top;
}
h1, h2, h3, h4 {
	color: #800000;
}
h1 {
	font-size: 1.8em;
}
h2 {
	font-size: 1.5em;
}
h3 {
	font-size: 1.3em;
}
h4 {
	font-size: 1.1em;
}
.linkh4 
{
  text-decoration: underline;
}
.linkh4:hover, .linkh4:active
{
  cursor: pointer;
}
#page {
	background-image: none;
	background-color: transparent;
	color: #000;
	width: 760px;
	margin: 10px auto;
	text-align: left;
}
#header {
	width: 760px;
	margin: 10px auto;
	background-image: url(images/logo.gif);
	background-position: 20px 10px;
	background-repeat: no-repeat;
	padding: 5px 20px;
	height: 90px;
}
#header h1 {
	position: absolute;
	left: -9999px;
}
#header p {
	position: absolute;
	left: -9999px;
}
#login {
	float: right;
}
#navbar {
	padding: 0.4em 0;
	background-image : url(images/topbar.gif);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: Transparent;
	color: #800;
}
#navbar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}
#navbar ul li {
	display: inline;
}
#navbar ul li a {
	padding: .2em 1em;
	color: #800;
	background-color: #dca;
}
#navbar ul li a:hover {
	color: #fff;
	background-color: #800;
}
#container {
	border: 2px #800 solid;
	background-color: white;
	width: 756px;
	min-height: 400px;
}
#content {
	padding: 5px 20px;
	width: 500px;
	float: left;
}
#sidebar 
{
	margin-left: 540px;
	padding: 5px 10px;
}
#clear {
	clear: both;
	height: 1px;
}
#footer {
	clear: both;
	padding : 0.2em 20px;
	background-image: url(images/bottombar.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-color: transparent;
	color: #800;
}
#footer p {
	padding: 0.2em 0;
}
#copy 
{
   display: block;
	float:right;
}
.mapHolder {
	position: relative;
	width: 500px;
	height: 450px;
}
.label {
	display: block;
	clear: left;
	float: left;
	width: 150px;
	text-align: right;
}
.textentry {
	width: 300px;
}
.lefthead {
	float: left;
	padding-right: 20px;
}
.level {
	padding-left: 20px;
	line-height: 1.8em;
}
.clear {
	clear: both;
}
.appdescription {
  font-size: 1.2em;
  color: #800;
  font-weight: bold;
}
