﻿body {
	background-image: url(../images/bg_1px.jpg);
	background-repeat: repeat-x;
	font-family: Tahoma;
	color: #3C6B34;
}
a {
	color: blue;
}
a:visited {
	color: blue;
}
.white {
	color: white;
}
.tbl_main {
	width: 600px;
	height: 800px;
	margin-top: 25px;
	border: 1px solid #3C6B34;
	background-color: white;
	
}
.tbl_80 {
	font-size: 80%;
}
.tbl_90{
	font-size: 90%;
}
.cell_nav {
	background-image: url(../images/bg_left.jpg);
}
.nav_link {
	border: 1px solid white;
	background-color: #F4F6F3;
	width: "160px";
	color: #3C6B34;
	font-family: Franklin Gothic Medium;
	font-size: 90%;
	cursor: hand;
	text-decoration: none;
	margin-top: 2px;
}
.cell_content {
	background-image: url(../images/bg_right.jpg);
}
.copyright {
	font-size: 80%;
}
h3 {
	font-size: 120%;
}
.content {
	font-size: 80%;
}
.quote {
	font-size: 90%;
}
.nonprofit {
	font-style: italic;
	font-size: 80%;
}
.popupTrigger {
	margin-left: 20px;
	z-index: 0;
}
.popupHolder {
	position:relative;
}
.popupContent {
	display: none;
	position:absolute;
	top: -40px;
	left: 80px;
	width:420px;
	height: 320px;
	background-color: #F4F6F3;
	border: 1px #BFD0B4 solid;
	z-index:100;
}
.popupTrigger:hover .popupContent {
	display:inline-block;
	z-index:100;
}
.popupHeader {
	font-size: 120%;
	font-weight:bold;
	margin-top: 8px;
	margin-left: 20px;
}
.popupText {
	background-color: white;
	margin-left: 6px;
	margin-right: 6px;
	margin-top: 8px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 8px;
	height: 269px;
	overflow-y: scroll;
}

















