body {
	background-color: #1F341F;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#outline {
	width: 1050px;
	margin-left: auto;
	margin-right: auto;
	font-size: small;
	z-index:1;
	overflow:hidden;
}
#header1 {
	position: relative;
	top: 0px;
	padding: 0px;
	font-weight: bold;
	z-index:5;
	height:70px;
	width:1050px;
	background-color: White;
}
#header2 {
	position: relative;
	top: 0px;
	padding: 5px;
	font-weight: bold;
	z-index:1;
	height:20px;
	width:1040px;
	background-color: Black;
	color: White;
	font:Verdana, Arial, Helvetica, sans-serif;
}
#logo {
	position: relative;
	left:990px;
	top:-70px;
	z-index:100;
}
#menu {
	position: relative;
	top: 40px;
	left: 5px;
	width: 220px;
	height: 600px;
	z-index: 1;
	background-color: white;
}
#contentarea {
	position: relative;
	top: -570px;
	left: 240px;
	width: 800px;
	height: 880px;
	z-index: 1;
	background-color: white;
}
#main {
	position: relative;
	top: 0px;
	left: 0px;
	width: 1051px;
	height: 920px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: Black;
	font-size: small;
	background-color: White;
	z-index: 2;
}
h1 {
	font-weight: bold;
	font-size: 11pt;
}
h2 {
	font-weight: bold;
	font-size: 11pt;
	color: #006400;
}
a {
	font-weight: bold;
	color: #006400;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #006400;
	text-decoration: underline;
}
#oldphoto {
	position: relative;
	left:60px;
	top:10px;
	z-index:101;
}
#newphoto {
	position: relative;
	left:360px;
	top:-95px;
	z-index:100;
}
#geoff {
	position: relative;
	left:60px;
	top:-125px;
	z-index:100;
	width:700px;
}
a:hover#nolink {
	text-decoration: none;
	color: black;
}
a#nolink {
	text-decoration: none;
	color: black;
}
a:hover#header {
	text-decoration: none;
	color: #006400;
}
a#header {
	text-decoration: none;
	color: #006400;
}

