@charset "utf-8";
#wrapper {
	width: 830px;
	background-color: #FFF;
	border: 1px solid #1B4E09;
	margin-right: auto;
	margin-left: auto;
}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333;
	background-color: #FFC;
}
#header {
	background-image: url(SITEimages/title.jpg);
	height: 125px;
}
#navigation {
	background-color: #1B4E09;
	font-size: 85%;
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 4px;
}
#navigation ul {
	text-transform: uppercase;
	text-decoration: none;
	display: inline;
}
#navigation ul li {
	display: inline;
	padding-right: 6px;
	padding-left: 6px;
}
#navigation ul li a {
	color: #FFF;
	text-decoration: none;
}
#navigation ul li a:hover {
	color: #DFC12B;
}
#main {
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}
#footer {
	text-align: center;
	font-size: 90%;
	background-color: #1B4E09;
	color: #FFF;
	padding-top: 5px;
	padding-bottom: 0.5px;
}
#footer ul li{
	text-decoration: none;
	display: inline;
	padding: 7px;
}
.floatRight {
	float: right;
	padding-right: 5px;
	position: static;
}
.floatLeft {
	float: left;
	padding-right: 12px;
	padding-bottom: 12px;
}
#main h1 {
	font-size: 125%;
}
.standard {
	border-collapse:collapse
	font-size: 110%;
}
#main p a{
	color: #9F1B04;
	text-decoration: none;
}
