body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
#wrapper {
	width: 800px;
	}
#nav {
	position: absolute;
	margin-top: 0px;
	margin-left: 640px;
	}
#welcome {
	position: absolute;
	width: 620px;
	padding-left: 6px;
	margin-top: 150px;
	}
.right {
	width: 300px;
	float: right;
	}
.left {
	width: 300px;
	padding-right: 15px;
	float: left;
	}
#nav p {
	font-size: 14px;
	}
.border {
	border-bottom: 1px solid black;
	padding-bottom: 15px;
	}

#nav a:link {
	color: #4a790b;
	text-decoration: none;
	}
#nav a:visited {
	color: #4a790b;
	text-decoration: none;
	}
#nav a:hover {
	color: #99CC00;
	text-decoration: underline;
	}
#nav .active {
	font-size: 16px;
	font-weight: bold;
	color: black;
	}
#welcome a {
	color: black;
	}
.hilite {
	background-color: #edf1e6;
	}
.lolite {
	background-color: #dbe4ce;
	}
.header {
	background-color: #4a790b;
	color: white;
	}
h1 {
	font-size: 16px;
	color: #003333;
	}
h2 {
	font-size: 14px;
	}
	