@charset "utf-8";
.headingbg {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.footer {
	font-size: 10px;
	color: #FFFFFF;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
a:link {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #000066;
}
a:visited {
	text-decoration: none;
}
blockquote.float-left {/* floats in content div */
	float: left;
	width: 100px;
	margin: 5px;
	color: #000033;
	clear: both;
	height: auto;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #B8DCB8;
  }

navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
a.navigation:link {
	text-decoration: none;
	color: #000000;
}
a.navigation:active {
	text-decoration: none;
	color: #000000;
}
a.navigation:hover {
	text-decoration: none;
	color: #000066;
}
a.navigation:visited {
	text-decoration: none;
	color: #000000;
}
img.floatLeft { 
    float: left; 
    margin: 4px; 
}
img.floatRight { 
    float: right; 
    margin: 4px; 
}
.pageheading {
	font-size: 24px;
	color: #052F0B;
}
