body {
	background-color: #336793;
	text-align: left;
}

#container {
	margin-left: auto;
	margin-right: auto; 
	margin-top: 50px;
	left: 100px;
	width: 770px;
	height: auto;
	background-color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-left: 5px;
}

#header {
	position: relative;
	height: 90px;
	width: 780px;
	background-color: #BFC9D3;
	background-image:url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

#menu {
	width: 100px;
	background-color: white;
	border-color: #637D93;
	border-style: solid;
	border-width: 2px;
	font-size: 12px;
	padding: 5px;
	text-align: center;
	float: left;
	margin: 10px;
}

#googleearth {
	width: 110px;
	height: auto;
	background-color: white;
	border-color: #637D93;
	border-style: solid;
	border-width: 2px;
	font-size: 10px;
	padding: 5px;
	text-align: center;
	float: right;
	margin: 10px;
}

.heading {
	font-size: 20px;
	color: #000099;
}

.title {
	font-size: 20px;
	color: #000099;
	text-align: center;
}

.small {
	font-size: 10px;
}

a:link {
	color: #000099;
	font-weight: bold;
	text-decoration:none;
}

a:visited {
	color: #0066FF;
	font-weight: bold;
	text-decoration:none;
}

a:hover {
	color: #FF0000;
	font-weight: bold;
	text-decoration:none;
}

a:active {
	color: #CCCCCC;
}

#menu a:link {
	font-weight: bold;
	text-decoration:none;
	color: #000099;
}

#menu a:visited {
	font-weight: bold;
	text-decoration:none;
	color: #0066FF;
}

#menu a:hover {
	font-weight: bold;
	text-decoration:none;
	color: #FF0000;
}

#menu a:active {
	font-weight: bold;
	text-decoration:none;
	color: #FF0000;
}