﻿/* CSS layout */
#masthead {
}
#top_nav {
	text-align: center;
}
#page_content {
	float: none;
	text-align: left;
	line-height: 20pt;
}
#footer {
	background-color: #008000;
	color: #FFFFFF;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Harrington, sans-serif;
	text-align: center;
	clear: both;
}
body {
	font-family: "Trebuchet MS", Arial, Harrington, sans-serif;
	background-color: #00CC99;
	font-size: medium;
	font-weight: bold;
}
.Border4Heading {
	border-style: solid;
	border-width: 2px;
}
.floatRmargin {
	float: right;
	margin-left: 5px;
	margin-right: 5px;
}
.floatLmargin {
	float: left;
	border-style: solid;
	border-width: 5px;
	margin-left: 5px;
	margin-right: 5px;
	text-align: justify;
	clear: both;
	display: block;
}
