body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #E5E5E5;
	text-align: center;
	margin: 0px;
}
#container {
	height: auto;
	width: 900px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-color: #FFFFFF;
	border: 1px solid #000000;
}
#navbar {
	background-color: #023320;
	height: 30px;
	width: 900px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
}
#date {
	font-size: 12px;
	text-transform: uppercase;
	color: #FFFFFF;
	float: right;
	height: 20px;
	width: 300px;
	margin-top: 7px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: right;
}
#date p {
	margin: 0px;
}

#content {
	background-color: #FFFFFF;
	background-image: url(../images/topdropshadow.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	height: auto;
	width: 900px;
	float: left;
}
#content h1 {
	font-size: 26px;
	font-weight: bold;
	color: #FEBF0F;
	font-family: "Arial Black", Arial, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	margin-top: 7px;
	margin-bottom: 3px;
	padding: 0px;
}
#content p {
	font-size: 16px;
	color: #023320;
	text-align: justify;
	margin-right: 20px;
	margin-left: 20px;
}
#content h2 {
	font-size: 18px;
	font-weight: bold;
	color: #023320;
}
#footer {
	height: 100px;
	width: 900px;
	margin: 0px;
	background-image: url(../images/footerbackground.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	float: left;
}
#footerleft {
	float: left;
	height: 80px;
	width: 300px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
	text-align: left;
}
#footerright {
	float: right;
	height: 80px;
	width: 300px;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 5px;
}
#footerright p {
	margin: 0px;
	text-align: right;
	font-size: 13px;
	color: #FFFFFF;
}
#footerright a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#footerright a:hover {
	color: #FEBF0F;
	text-decoration: underline;
}
#footerright a:active {
	color: #FEBF0F;
	text-decoration: underline;
}
#footerright a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	height: 170px;
	width: 900px;
	background-color: #FEBF0F;
}
.centeredimages {
	text-align: center;
	height: auto;
	width: auto;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border: 3px solid #023320;
}
#content h3 {
	font-size: 14px;
	color: #FEBF0F;
}
#content a:link {
	color: #FEBF0F;
	text-decoration: none;
}
#content a:hover {
	color: #023320;
	text-decoration: underline;
}
#content a:active {
	color: #023320;
	text-decoration: underline;
}
#content a:visited {
	color: #FEBF0F;
	text-decoration: none;
}
