@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFFFFF;
}
#container {
	width: 780px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #003300;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFEE;
} 
#header {
	background-color: #FFFFFF;
	position: relative;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-image: url(../images/grnfield.JPG);
	height: 190px;
	background-repeat: no-repeat;
	width: 778px;
	
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 236px;
	background-color: #FFCC99;
	border: 2px solid #330000;
	padding-top: 15px;
	padding-right: 4px;
	padding-bottom: 10px;
	padding-left: 4px;
}
.twoColFixRtHdr #mainContent {
	background-color: #FFFFEE;
	margin-top: 0;
	margin-right: 245px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 2px;
	padding-bottom: 0;
	padding-left: 2px;
}
.OneColFixRtHdr #mainContent {
	background-color: #FFFFEE;
	padding-top: 0;
	padding-right: 2px;
	/* [disabled]padding-bottom: 0; */
	padding-left: 2px;
} 
#footer {
	padding: 0 10px 0 20px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #2A5F00;
	background-color: #DDFFDD;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#header h1 {
	font-size: 24px;
	text-align: left;
	color: #2A5F00;
	position: absolute;
	left: 218px;
	width: 430px;
	top: 1px;
	line-height: 26px;
}
#header h2 {
	color: #2A5F00;
	font-size: 14px;
	font-weight: bold;
	position: absolute;
	top: 50px;
	width: 205px;
	left: 310px;
}
#navigation {
	float: none;
	width: 700px;
	margin-left: 0px;
	position: absolute;
	top: 150px;
	padding-top: 0px;
	left: 30px;
	background-color: #DDFFDD;
}
.button {
	background-color: #2A5F00;
	float: left;
	border: 4px solid #CCFFCC;
	font-size: 12px;
	font-weight: bold;
	color: #FFDF55;
	text-align: center;
	padding-right: 8px;
	padding-left: 8px;
	margin-top: 3px;
}
.button a {
	color: #FFDF55;
	background-color: #2A5F00;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #EEFFEE;
	border-right-color: #EEFFEE;
	border-bottom-color: #EEFFEE;
	border-left-color: #EEFFEE;
	margin-top: 3px;
	margin-bottom: 3px;
	text-decoration: none;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	line-height: 28px;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}
h3 {
	font-size:14px;
	font-weight:bold;
}	
.twoColFixRtHdr #container #header p {
	font-size: 12px;
}
#Masthead {
	position: relative;
	left: 0px;
	top: 5px;
	width: 780px;
	height: auto;
}
#header #Masthead #logofit {
	position: absolute;
	top: 42px;
	right: 24px;
	width: 200px;

}
#spaceback {
	line-height: 1px;
	width: 778px;
	background-color: #FFFFFF;
	text-align: left;
	color: #FFFFFF;
}
#sidebar1 a {
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
}
#sidebar1 h3 {
	color: #AA3F00;
	text-align: center;
}
#Newsline {
		border: 2px solid #D40000;
}
#sidebar1 h4 {
	font-size: 14px;
	font-weight: bold;
	color: #AA3F00;
	text-align: center;
}
#sidebar1 p {
	font-size: 11px;
	font-weight: normal;
}

#mainContent h4 {
	font-size: 14px;
	font-weight: normal;
}
#mainContent  p {
	font-size: 14px;
}

#mainContent #meetings {
	padding-left: 1px;
}
.textitem {
	padding-left: 2px;
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #2A9F00;
}
.sidebarinsert {
	background-color: #FFFFCC;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 20px;
	margin-bottom: 10px;
	padding-right: 3px;
	padding-left: 3px;
}
#sidebar1 #scenepix img {
	position: relative;
	left: 15px;
	top: 15px;
}
#sidebar1 #featurelead p {
	font-size: 12px;
}
.greentype {
	color: #007F00;
}
#mainContent td {
	font-size: 14px;
	font-weight: bold;
}
th {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.imagewithcaption {
	width:50%;
	float: left;
	padding-top: 8px;
	padding-bottom: 8px;
}
.imagewithcaption p {
	
	margin-top: 4px;
	font-weight: bold;
}
.imagesmallwithcaption {
width:32%;
float: left;
padding-top: 8px;
padding-bottom: 8px;
}

.imagesmallwithcaption p {
	
	margin-top: 4px;
	font-weight: bold;
}
.imagewidewithcaption {
width:100%;
float: left;
padding-top: 8px;
padding-bottom: 8px;
}
.imagewidewithcaption p {
	
	margin-top: 4px;
	font-weight: bold;
}
.sidebarimage {
	text-align: center;
}

