a {color: #5B8F22; text-decoration: none;}
a:visited {text-decoration: none;}
a:hover {color: #375614; text-decoration: none;}
a:active {color: #375614; text-decoration: none;}

html {
	background-color: #5B8F22;
	color: #333;
	}

body {
	font-family: Georgia, serif;
	background-color: #FFF;
	display: block;
	overflow: auto;
	padding:0;
	margin:0;
	border:0;
	}

h1, h2, h3 {
	font-weight: normal;
	}

h1 {
	font-size: 2em;
	}

h2 {
	font-size: 1.5em;
	margin-top: 2em;
	}

h3 {
	font-size: 1.25em;
	}

.bold {
	font-weight: bold;
	}

.italic {
	font-style: italic;
	}

.content {
	width: 700px;
	height: 100%;
	max-height: 100%;
	text-align: left;
	font-size: 12px;
	position: relative;
	margin-left: -350px;
	left: 50%;
	}

.indent {
	margin-left: 30px;
	padding-bottom: 1em;
	}

.text {
	margin-left: 30px;
	margin-right: 30px;
	}


.nav {
	font-size: 10px;
	color: #FFFF99;
	position: absolute;
	top: 20px;
	right: 29px;
	text-transform: uppercase;
	letter-spacing: 1px;
	}

.largeimage {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
	}

.smallimage {
	height: 95px;
	width: 95px;
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
	}

.caption {
	height: 100%;
	position: relative;
	}

.navlink {
	color: #FFFF99;
	}

li {
	list-style-type: square;
	}

.copyright {
	font-size: 9px; 	
	text-align: center;
	line-height: 4.0;
	}

.inset {
	clear: both;
	margin-top: 30px;
	}

.map {
	position: absolute;
	top: 18px;
	left: 121px;
	width: 64px;
	height: 105px;
	visibility: invisible;
	}