﻿/* CSS layout */
#masthead {
	background-color: #6DB43E;
	left: 0%;
	width: 100%;
}
#top_nav {
	background-color: #6DB43E;
}

#container {
	position: relative;
	width: 100%;
}

#left_col {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
	font-family: Verdana;
	font-size: small;
}
#page_content {
	margin-left: 200px;
	font-family: Verdana;
}
#footer {
	font-family: Verdana;
	font-size: xx-small;
	background-color: #6DB43E;
	color: #FFFFFF;
}
