﻿@import url("layout.css");
body {
	font-family: 'Berlin Sans FB', Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	background-image: url("../images/background.gif");
	background-repeat: repeat-x;
	background-attachment: scroll;
	color: #017D07;
}
/* Site typography */
h1 {
	font-size: xx-large;
}
h2 {
	font-size: x-large;
}
h3 {
	font-size: large;
}
h4 {
	font-size: medium;
}
h5 {
	font-size: x-small;
}
h6 {
	font-size: xx-small;
}

#container {
	margin: 15px auto;
	border: 2px solid #484848;
	background-color: #DEFF9B;
}
#masthead {
	text-align: left;
	height: 103px;
	color: #017D07;
}
#navigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
}
html>body #navigation {
	overflow: hidden;
}
#column_l {
	width: 100%;
	padding: 0 15px;
}
html>body #column_l {
	width: 100%;
	padding: 0 15px;
}
#content {
	background-color: #DEFF9B;
}
#footer {
	text-align: center;
	padding-bottom: 10px;
}
html>body #footer {
	text-align: center;
	padding-bottom: 5px;
}
/* Masthead */
#mastheadphoto {
	width: 133px;
	float: left;
}
#mastheadtext {
	margin-left: 133px;
	text-align: center;
	font-size: 110%;
}
/* Navigation */
#navigation ul {
	list-style-type: none;
	width: auto;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	text-decoration: none;
	color: #fff8dc;
	display: block;
	margin: 0 ;
	padding: 5px 15px;
	border: 1px solid #708090;
	background-color: #8fbc8f;
}
#navigation a:hover {
	text-decoration: none;
	color: #261;
	background-color: #ccc;
}
/* Images */
.photo {
	border: 4px solid #017D07;	
}
/* Footer */
#footer p {
	font-size: x-small;
	color: #000;
}
/* Links */
a {
	color: #5B925D;
	text-decoration: underline;
}
a:hover {
	color: #226B58;
	text-decoration: none;
}
/* Styles */
.clear {
	clear: both;
	margin: 10px;
}
.center {
	text-align:center;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.subhead {
	font-weight: bold;
	font-size: 100%;
}
.largetext {
	font-size: 120%;
	font-weight: bold;
}
.textright270 {
	width: 270px;
	float:right;
}
.textright350 {
	width: 350px;
	float: right;
}
.textleft270 {
	width: 270px;
	float: left;
}
.textleft350 {
	width: 350px;
	float:left;
}
.caption {
	margin: 0;
	padding: 0 0 4px 0;
	text-align:center;
	color: white;		
	background-color:#017D07;
}
.photoleft358 {
	margin: 0 auto;
	width: 358px;
	background-color:#017D07;
	float: left;
}
.photoleft328 {
	margin: 0 auto;
	width: 328px;
	background-color:#017D07;
	float: left;
}
.photoright328 {
	margin: 0 auto;
	width: 328px;
	background-color:#017D07;
	float: right;
}
.photoleft271 {
	margin: 0 auto;
	width: 271px;
	background-color:#017D07;
	float: left;
}
.photoleft300 {
	margin: 0 auto;
	width: 300px;
	background-color:#017D07;
	float: left;
}
.photoright241 {
	margin: 0 auto;
	width: 241px;
	background-color:#017D07;
	float: right;
}
.photoright358 {
	margin: 0 auto;
	width: 358px;
	background-color:#017D07;
	float: right;
}
.photofull608 {
	margin: 0 auto;
	width: 608px;
	background-color:#017D07;
}
.photofull508 {
	margin: 0 auto;
	width: 508px;
	background-color:#017D07;
}
