* {
	font-family:Georgia, "Times New Roman", Times, serif;
}

body {
	background-color: #FFFFFF;
	margin: 0px;
	}

a {
	text-decoration: none;
	}

a:link {
	color: #006633;
	}

a:visited {
	color: #006633;
	}

a:active {
	color: #006633;
	}

a:hover {
	color: #006633;
	text-decoration: underline;
	}

#container {
	width: 800px;
	background-color: #FFFFFF;
	}

#logo {
	width: 800px;
	height: 435px;
	}

.content {
	color: #333333;
	font-size: small;
	font-weight: normal;
	line-height: 150%;
	margin: 0px;
	padding: 0px;
	}

.title {
	color: #006633;
	font-size: small;
	font-weight: bold;
	}

.copyright{
	color: #666666;
	font-size: x-small;
	font-weight: normal;
	}

.map{
	color: #FFFFFF;
	text-decoration: none;
	}