body {
	background-color: #a6ce39;
	font-family: Calibri, Arial, sans-serif;
	font-size: 14px;
	color: #000000;
	letter-spacing: 1px;
	margin: 0px;
	padding: 0px;
}
#container {
	background-color: #e9f3cd;
}
#header {
	background-image: url(img/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#navigation {
	background-color: #A6CE39;
	background-image: url(img/navigation-bgr.jpg);
	color: #0071BC;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 0em;
}
#navigation a {
	color: #0071BC;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 0em;
}
#navigation a:link {
	color: #0071bc;
	text-decoration: none;
}
#navigation a:active {
	color: #0071bc;
	text-decoration: none;
}
#navigation a:visited {
	color: #0071bc;
	text-decoration: none;
}
#navigation a:hover {
	color: #0071bc;
	text-decoration: underline;
}
#subheader {
	background-color: #a6ce39;
}
#subheaderimage {
	background-image: url(photos/rotate.php);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #E9F3CD;
}
#partners {
	background-color: #c2ddf3;
	font-size: 13px;
	line-height: 13px;
	color: #0071bc;
	letter-spacing: 0em;
}
#partners a {
	color: #000000;
	text-decoration: none;
}
#partners a:hover {
	text-decoration: underline;
}
#content {
	background-color: #FFFFFF;
	padding: 10px;
}
#content h1 {
	color: #0071bc;
	font-size: 24px;
	line-height: 24px;
	letter-spacing: 0em;
}
#content h2 {
	color: #5c791d;
	font-size: 18px;
	line-height: 18px;
	font-style: italic;
	letter-spacing: 0em;
}
#content h3 {
	color: #333333;
	font-size: 16px;
	line-height: 16px;
	font-style: italic;
	letter-spacing: 0em;
}
#content th {
	background-color: #A5CD39;
	font-size: 14px;
	line-height: 22px;
}
#content b, strong {
	font-weight: bold;
	color: #0071bc;
}
#content a {
	color: #5c791d;
	text-decoration: underline;
}
#content a:hover {
	color: #5c791d;
	text-decoration: none;
}
#footer {
	text-transform: uppercase;
	font-size: 12px;
	color: #5c791d;
	letter-spacing: 1px;
	background-image: url(img/footer-bgr.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#footer a {
	color: #5C791D;
	text-decoration: none;
}
#footer a:hover {
	color: #5C791D;
	text-decoration: underline;
}

