/* css for basic layout elements ------------------------------------------------------------- */
body {
	margin: 0px;
	padding: 0px;
	background: #F5F5F2;
	font-family: Verdana, Arial, Helvetica, Tacoma;
	font-size: 11px;
	line-height: 16px;
	color: #808284;
}

a, a:visited {
	font-family: Verdana, Arial, Helvetica, Tacoma;
	font-size: 11px;
	line-height: 16px;
	color: #808284;
	text-decoration: underline;
}
a:hover {
	color: #005522;
	text-decoration: underline;
}	

.title {
	font-family: Verdana, Arial, Helvetica, Tacoma;
	font-size: 11px;
	font-weight: bold;
	line-height: 16px;
	color: #005522;
}

a.people, a.people:visited {
	font-family: Verdana, Arial, Helvetica, Tacoma;
	font-size: 10px;
	line-height: 16px;
	color: #808284;
	text-decoration: underline;
	background: url(../_aux/sidearro.gif) no-repeat;
	padding-left: 12px;
}
a.people:hover {
	color: #005522;
	text-decoration: underline;
	background: url(../_aux/sidearrp.gif) no-repeat;
}	

.line {
	border-top: 1px solid #005522;
}

a.backtotop, a.backtotop:visited {
	width: 72px;
	height: 13px;
	background: url(../_aux/backtoto.gif);
}
a.backtotop:hover {
	width: 72px;
	height: 13px;
	background: url(../_aux/backtotp.gif);
}
.lightGreen { color: #7fbe1e; }
/* css for website structural elements -------------------------------------------------- */
div.container {
	position: relative; 
	width: 781px; 
	margin: 0 auto;
	text-align: left;
	border-left: 1px solid #D9D9D9;
	border-right: 1px solid #D9D9D9;
	background: #FFFFFF url(../_images/design2/topfade.gif) repeat-x top;

}	
div.wrapper1 {
	background: url(../_images/design2/bottomfade.gif) repeat-x bottom;

}	
div.wrapper3 {
	background: url(../_images/design2/bottomfade3.gif) repeat-x bottom;

}	
div.wrapper2 {
	
	background: url(../_images/design2/leafs.gif) no-repeat right bottom;
}	

/* css for sections ------------------------------------------------------------- */
.header {
	position: relative;
	top: 0px;
	left: 0px;
	width: 781px;
	height: 190px;
}

.content {
	position: relative;
	top: 0px;
	left: 0px;
	width: 781px;
	
	margin-bottom: 20px;
}

.footer {
	font-family: Verdana, Arial, Helvetica, Tacoma;
	font-size: 9px;
	line-height: 16px;
	color: #808284;
	position: relative;
	top: 0px;
	left: 0px;
	width: 781px;
	text-align: left;
	padding-bottom: 5px;
}


/* css for element placement ------------------------------------------------------------- */
.logo {
	position: absolute;
	top: 50px;
	left: 33px;
}

.navigation {
	position: absolute;
	top: 78px;
	left: 280px;
	width: 295px;
}

.leftColumn {
	font-family: Serif, Times New Roman, Times, Georgia;
	font-size: 14px;
	line-height: 20px;
	color: #005522;
	width: 270px;
	padding-left: 27px;
	padding-right: 39px;
}

.rightColumn {
	text-align: left;
	width: 411px;
}
.footerDesignby {
	color: #666666;
	position: relative;
	top: 0px;
	left: 0px;
	width: 781px;
	text-align: left;
	font: 9px/16px Verdana, Arial, Helvetica, Tacoma;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
}
.footerDesignby a{
	color: #666666;
	font: 9px/16px Verdana, Arial, Helvetica, Tacoma;
	text-decoration: none;
}
