﻿/* CSS layout */
#masthead {
	background-image: url('images/header.jpg');
	height: 206px;
	background-repeat: no-repeat
}
#top_nav {
	background-color: #028C01;
	height: 30px;
	width: 800px;
}
#page_content {
padding-right: 10px; padding-top: 10px; padding-bottom: 10px}
#footer {
	background-color: #028C01;
	height: 30px;
	width: 800px;
	color: #FFFFFF;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10 px;
	text-align: justify;
}
.footertext {
	color: #FFFFFF;
	font-family: Arial, helvetica;
	font-size: 14px;
	font-weight:700;
}
a:link       { text-decoration: none; 
}a:visited    { text-decoration: none }
