html {
	width: 100%;
	height: 100%;
	font-size: 100%;
}

body {
	font-size: 62.5%;
	font-family: "Times New Roman", Times, serif;
	margin: 0;
	padding: 0;
	background: #000;
}

h1 {
	font-size: 1.6em;
	font-weight: bold;
	font-style: italic;
	margin: 0;
	padding: 0 0 10px;
}

p {
	margin: 0;
	padding: 0 0 10px 0;
}

/****************************************************/

#container {
	width: 780px;
	margin: 10px auto;
	padding: 0 0 10px 0;
	min-height: 522px;
	height: auto !important;
	height: 522px;
	font-size: 1.4em;
	background-repeat: no-repeat;
	background-position: top left;
}

#innerContainer {
	margin: 0;
	padding: 0;
}

#innerContainerHome {
	padding: 5px 10px 10px;
}

/****************************************************/

#leftNav {
	margin: 0;
	padding: 0;
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#leftNav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#leftNav li {
	margin: 0;
	padding: 5px 0 5px 25px;
	background-image: url(../img/star_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 45%;
}
#leftNav a {
	color: #000;
	text-decoration: none;
}
#leftNav a:hover {
	color: #ff9;
}

/****************************************************/

.bodyBlock {
	background: transparent url(../img/bg_white_trans.png) !important; 
	background: transparent;
	background-repeat: repeat;
}
.bodyBlock, .bodyBlockNoBG {
	display: block;
	width: 780px;
	height: 522px;
	font-size: 1.2em;
}
.bodyBlock div, .bodyBlockNoBG div {
	padding: 10px;
}
.bodyBlock a, .bodyBlockNoBG a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
.bodyBlock a:hover, .bodyBlockNoBG a:hover {
	text-decoration: underline;
}

/****************************************************/

.logoDiv {
	width: 520px;
	margin: 0 auto;
}

/****************************************************/

#headerDiv {
	width: 780px;
	margin: 5px auto 0;
	font-size: 1.4em;
}
#headerDiv ul {
	margin: 0;
	padding: 5px 0 0;
	list-style-type: none;
}
#headerDiv li {
	display: inline;
	margin: 0;
	padding: 0 0 0 18px;
	background-image: url(../img/star_bullet_sm.gif);
	background-repeat: no-repeat;
	background-position: 0 45%;
}
#headerDiv a {
	color: #fff;
	text-decoration: none;
}
#headerDiv a.on {
	color: #ff9;
	text-decoration: underline;
}
#headerDiv a:hover {
	color: #ff9;
}

/****************************************************/

#popUpDiv {
	position: absolute;
	top: 0;
	left: 0;
	background: #ff9;
	border-color: #ff9;
	border-style: solid;
	border-width: 0px 15px 15px 15px;
	display: none;
}
#popUpDiv a {
	color: #000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#popUpDiv a:hover {
	color: #000;
	text-decoration: underline;
}

/****************************************************/

.plantTBL td {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	width: 16%;
	vertical-align: top;
	padding-bottom: 10px;
}
.plantTBL img {
	height: 80px;
}

.bottomP {
	padding-bottom: 0;
}