body {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	background-color:#030;
	background-image: url(images/leaf_bg.jpg);
}
h1 {
	font-size:1.15em;
	color:#060;
}
h2 {
	font-size:1em;
	color:#000;
}
h3 {
	font-size:1em;
	color:#000;
	text-align:left;
}
p {
	padding-right:175px;
	padding-left:2%;
	text-align:justify;
}
p.smalltext {
	padding-right:10px;
	padding-left:2%;
	text-align:left;
	font-size:12px;
}
p.center {
	text-align:center;
	font-weight:bold;
}
a {
	font-family:Lucida Sans Unicode, Lucida Grande, sans-serif;
}
a:link {
	color:#000;
	text-decoration:none;
}
a:visited {
	color:#000;
	text-decoration:none;
}
a:hover {
	color:#060;
	text-decoration: underline;
}
a:active {
	color:#060;
	text-decoration:none;
}
div#container {
	width:850px;
	height:100%;
	margin:auto;
	background-color:#fff;
}
div#logo {
	text-align:left;
	width:100%;
	height:148px;
	border-bottom:4px solid #060;
}
	
div#left {
	float:left;
	background: url(images/square_green.jpg) repeat right top;
	width:190px;
	margin-bottom: 10px;
	margin-top: 25px;
	margin-left: 10px;
	border: 1px solid #060;
}

div#left ul {
	background-image: url(images/flower_bottom_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 350px;
	padding-top: 10px;
}
div#left ul li a:link {
	color:#000;
	text-decoration:none;
	display: block;
	padding-left: 20px;
}
div#left ul li a:visited {
	color:#000;
	text-decoration:none;
	display: block;
	padding-left: 20px;
}
div#left ul li a:hover {
	color:#FFF;
	background-color: #060;
}

div#center {
	background-color:#FFF;
	text-align:center;
	margin:0px 0px 0px 200px;
	padding:1px 10px 0px 10px;
	height: 100%;
}

div#footer {
	clear: both;
	font-size:.70em;
	text-align:center;
	padding:15px 0px;
	width:100%;
	color:#000;
	border-top: 1px solid #030;
}
.navBar {
	list-style-type:none;
	text-align: left;
	padding: 0;
	margin: 0;
}

.navBar li {
	line-height: 150%;
	display: inline;

}
.right {
	float:right;
	width: 155px;
}

img.padding {
	margin-top:25px;
	border: 1px solid #060;
	
}
img.padBorder {
	padding: 5px;
	border: 1px solid #060;
	margin: 5px;
}
a.footer:link {
	color:#060;
}
a.footer:visited {
	color:#060;
}
a.footer:hover {
	color:#000;
}
ul.center {
	text-align:center;
	list-style-type: none;
	line-height:200%;
}

ul.left {
	text-align:justify;
	list-style-type: circle;
	line-height:200%;
}

ul.leftside {
	text-align:justify;
	list-style-type: circle;
	
}
ul.leftside li {
	padding-bottom: 10px;
	padding-right: 170px;
}

ul.links {
	font-size:80%;
	text-align:left;
	line-height:150%;
}

table#sponsors {
	padding-top: 0px;
	margin-top:0px;
	width: 450px;
}

table#plants ul{
	list-style-type:none;
	padding-left: 5px;
	padding-right: 20px;
}

table#books {
	text-align: left;
	border-collapse: collapse;
}
table#books td {
	border: 1px solid #000;
	padding: 5px;
}

table#books td.heading {
	text-align: center;
	font-size: 1.2em;
	font-family:Lucida Sans Unicode, Lucida Grande, sans-serif;
}