*{
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

/*.clearfix {
	overflow: auto;
}*/  /*  moved cearfix to #wrapper. saving for a global clearfix backup  */

body, html {
	height: 100%;
}
#wrapper {
	min-height: 100%;
	position: relative;
	overflow: auto;
	padding-bottom: 150px;
}
#main-header {
	text-align: center;
	background-color:#7FAF5C;
	padding-top: 30px;
	height:100px;
	width:100%;
}
#side-nav {
	border: thin solid;
	float: left;
	width: 15%;
	padding:10px;
	background-color:#7EC24F;
	height: 300px;
	padding-left: 15px;
	border-radius: 0px 0px 30px 0px;
}
#main-content {
	float: right;
	width: 85%;
	padding-right: 15%;
	padding-left: 10%;
	padding-top: 40px;
	line-height: 1.6;
}
#main-footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50px;
	background-color:#7FAF5C;
	text-align: center;
	clear: both;
	color:#f4f4f4;
}
hr {
	border-style:solid;
	border-color:#399130;
	background-color:#399130;
	height:2.5px;
}
h1 {
	text-align: center;
	color:#f4f4f4;
}
h2 {
	text-align: center;
	padding-right: 15%;
	padding-left: 10%;
	padding-top: 70px;
}
h3 {
	text-align: center;
	text-decoration: underline;
	padding-bottom: 5px;
}
body {
	background-color:#f4f4f4;
	color:#333333;
	font-family:"Bookman Old Style";
}
nav {
	background-color:#d9dcdf;
	border-bottom: thin solid;
	border-top: thin solid;
}
nav ul {
	list-style-type: none;
}
nav ul li {
	display: inline-block; 
	border-right: 1px solid #000000;
	margin-right: -5px;
}
nav ul li a {
    display: inline-block;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 30px;
   	padding-right: 30px;
}
nav li a:hover:not(.active) {
    background-color: #7C7C7C;
}
.active {
    background-color: #999999;
}
#side-nav ul {
	list-style: square;
	padding-left: 20px;
	line-height: 1.8;
}
a {
	text-decoration: none;
}