﻿@import url(layout.css);
body {
	color: #000;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	background-color: #94A875;
	background-image:url('../images/bkg-edge-woods.jpg');
}
body img {
/*	border-style: solid;
	border-color: inherit;*/
	border-width: 0px;
	text-decoration: none;
	max-width: 100%;
	text-align: center;
	float: none;
}
.site-name {
	color:black;
	font-size: 2em;
	font-weight:bold;
	text-align: center;
	font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
/*	font-family: Federo, "Segoe UI", Optima, Helvetica, Arial, sans-serif;  */
}
#container {
	width: 780px;
	margin: 0 auto;
	background-color: #fff;
	border-style:solid;
	border-color:black;
	border-width:thin
}
#masthead {
	/*text-align: right;*/
	width: 780px;
	padding: 0;
	background-color: #ccc;
	background-image: url('../images/woods-bkg-1496x216.jpg');}
#column_l {
	width: 780px;
	margin: 0 0 0 0px;
	padding: 0 0px 10px 10px;
}
#column_r {
	width: 210px;
	margin: 0;
	float: right;
	background-color: #eef;
/*	position: relative;
	right: 10px;*/
	padding-right: 5px;
	padding-left: 5px;
}
#footer {
	text-align: center;
	background-color: #89a;
	margin-right: 0px;
	margin-left: 0px;
	overflow: hidden;
	padding: 2px;
}
/* Styles for Masthead */
/*#masthead img {
	float: left;
}
#masthead p {
	color: #000;
	font-size: x-large;
	text-align: left;
		margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 0;
}*/
/* Styles for Content */
h1 {
	color: #965;
	font-size: x-large;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
}
h2 {
	color: #965;
	font-size: x-large;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
}
h3 {
	color: #965;
	font-size: large;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
}
h4 {
	color: #965;
	font-size: 1.25em;
}
h5 {
	color: #965;
	font-size: 0.75em;
}
h6 {
	color: #965;
	font-size: 0.5em;
}
h7 {
	color: #965;
	font-size: 1.0em;
}

big {
	color: #965;
	font-size: medium;
}
#column_r p {
	color: #000;
	font-size: x-small;
	text-align: left;
	margin: 0;
	padding: 5px;
}
#column_r h4 {
	margin-bottom: 0;
}
#column_r ul {
	margin-left: 5px;
	padding-top: 0;
	padding-left: 10px;
}
#column_r ul li {
	font-size: x-small;
	display: list-item;
	list-style-position: outside;
}
/* Styles for Footer */
#footer p {
	color: #fff;
	font-size: x-small;
	margin-top: 2px;
	margin-bottom: 6px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #456;
	text-decoration: underline;
}
a:hover {
	color: #965;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.font-xl-white {
	font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	font-size: xx-large;
	color: #FFFFFF;
}
.font-lg-white {
	font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	font-size: large;
	color: #FFFFFF;
}
.lt-green-bkg {
	background-color: #E8ECE1;
	border: thin solid #B5C09F;
}
.green-med-text {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #7D8D63;
}
.body-text {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: medium;
	color: #000000;
}
.body-text-miinutes {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: medium;
	color: #000000;
	margin-left: 20px;
	margin-right: 20px;
	text-align: left;
}
