﻿/* CSS layout */

}

body {
	width: 800px;
	text-align:center;
}
#container {
	width: 800px;
	text-align: left;
	margin: 0 auto;
	position: relative;
	background: #FAFFEA;
	border: thin #FFFFFF;
	font-family: "Times New Roman", Times, serif;
}
#container a {
	color: #00b000;
	text-decoration: none;
	position: relative;
}
#container a:active{
	color: #00FF00;
	text-decoration: none;
}
#container a:hover {
	color: #00FF00;
	text-decoration: none;
}
#top-menu {
	padding: 10px;
	background-color: #034A06;
}
#masthead {
	width: 800px;
}
#page_content {
	width: 580px;
	float: left;
	margin: 10px;
}
#page_content a {
	color: #000000;
	text-decoration: underline;
	position: relative;
	font-size: large;
}
#page_content a:active{
	color: #00FF00;
	text-decoration: none;
}
#page_content a:hover {
	color: #00FF00;
	text-decoration: none;
}
#right_col {
	width: 200px;
	background-color: #99FF66;
	float: right;
}
#right_col a {
	color: #1D4E1F;
	text-decoration: none;
	position: relative;
}
#right_col a:active{
	color: #009933;
	text-decoration: none;
}
#right_col a:hover {
	color: #009933;
	text-decoration: none;
}
#right_red a {
	color: #FF0000;
	text-decoration: underline;
	position: relative;
}
#footer {
	background: url('images/greenflowbottombanner.jpg');
	clear: left;
}
#footer a {
	color: #FFFFFF;
}

