/* default content width (for resizing) is set in win_resize.js */
body {
	background-color:#a6bf79;
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
}
.clear {
	clear:both;
	}
/* * {
	margin: 0px;
	} */
#container {
	margin: 0px auto;
	width: 875px;
}
#container td.bord {
	border-right: 3px solid #f3f7ee;
	border-left: 3px solid #f3f7ee;
	}
#container td.content_color {
	background-color: #e3e5db;
	}
#container td.margins {
/* top padding is a hack to realign the absolute top of the content area - due to funny alignment of menus */
	padding: 20px 25px 15px 25px;
	}
a{
	font-size:12px;
}
p{
	margin: 15px 0px;
}
#logo_bar {
	background-image: url(../images/header/green.jpg);
	background-position: center top;
	height: 62px;
	width: 100%;
	}
#logo_bar p.logo {
	text-align: center;
	margin-top: 15px;
	margin-bottom: 5px;
	}
#top_curve_bar {
	background-image: url(../images/header/blue.jpg);
	background-position: center top;
	height: 10px;
	width: 100%;
	border-top: solid 3px #f3f7ee;
	margin: 0 auto;
	}
#bottom_curve_bar {
	height: 10px;
	width: 100%;
	background-color: #e3e5db;
	border-bottom: solid 3px #f3f7ee;
	margin: 0 auto;
	}
/********************** Header ***************************/
#header {
/*	margin: 0px;
	width: 100%;
	height: 30px; */
	position: relative;
	}
#header ul{
	background-color: #85a157;
	width: 100%;
/*	border: 3px solid #f3f7ee; */
	border-top: 3px solid #f3f7ee;
	border-bottom: 3px solid #f3f7ee;
	display: block;
	position: absolute;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	top: 0px;
	left: 0px;

}
#header li{
	display:inline;	
}
#header ul a{
	text-decoration:none;
	color:#f3f7ee;
	margin: 0px 15px;
}
#header ul a:hover{
	text-decoration:underline;
	color:#28556b;
}

#header_text {
	top:90px;
	left:43px;
	width:230px;
	position:absolute;
}
#header_text p{
	font-size: 18px;
	color:#FFFFFF;
}
#header_text a{color:#28556b;}
#header_text a:hover{color:#c77e0c;}
/********************** Content ***************************/
/* content area margins are applied to the table cell in container.td.margins above */
#content {
/*	background color for content area applied to table cell - see container above */
	width: 100%;
}
#content p {
	margin: 10px 0px 0px 0px;
	}
#content p.indent {
	margin-left: 25px;
	}
img {
	border-width:0px;
}
#content h1 {
	color:#000000;
	font-size:15px;
	margin: 15px 0px 10px 0px;
}
#content h1.page_title {
	margin: 25px 0px 10px 0px;
	}
#content h2 {
	color:#4c6722;
	font-size:13px;
	margin: 15px 0px 0px 0px;
}
#content h3 {
	color:#4c6722;
	font-size:12px;
	margin: 15px 0px 0px 0px;
}
#content ul {
	margin-left: 10px;
	}
#content li {
	margin-top: 7px;
	margin-bottom: 0px;
	line-height: 17px;
	}
#content a{color:#28556b;}
#content a:hover{color:#c77e0c;}
#content p.img_caption {
	font-size: 11px;
	text-align: center;
	margin-top: 7px;
	}
#left {
/*	float:left; */
	margin-left:30px;
	margin-right:20px;
	padding: 0px 10px 30px 0px;
	display:inline;
}
#left a{color:#28556b;}
#left a:hover{color:#c77e0c;}
#photos a{
	margin-right:14px;
}
#logo_home {
	position: absolute;
	z-index: 3;
	left: 310px;
	top: 25px;
	}
/********************** Footer ***************************/
#footerline {
clear:both;
background-image:url(/images/footer_bg.gif);
font-size:1px;
height:10px;
}
#footer {
	width: 100%;
	text-align: center;
	padding: 20px 0px;
}
#footer p {
	font-size: 10px;
/*	font-weight: bold; */
	margin-top: 10px;
	}
#footer a:link {
	color: white;
	text-decoration: none;
	}
#footer a:visited { color: #627f33; text-decoration: none; }
#footer a:hover { color: white; text-decoration: underline; }
#footer a:active { color: white; text-decoration: none; }
