/* Layout Stylesheet */ 

body{
	margin: 0;
	padding:0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	color: #000000;
	//background-image: url(../_pics/background-top.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #336699;
 }
	 
#hdr{
	top: 20px;
	height:200px;
	margin:0;
	padding: 0 0 0 40px;
	background-image: url(../_pics/header-background.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

#lh-col{
	position: absolute;
	top: 200px;
	left: 20px;
	width: 200px;
	border: 2px solid #FF0000;
	margin: 0px;
	padding: 0px;
	height: 400px;
	background-color: #FFF;
	background-image: url(../_pics/bottom-background.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
}

#rh-col{
 	margin: 0;
 	border: 2px solid #FF0000;
 	padding: 20px;
 	position :absolute;
	top: 200px;
	left: 240px;
	width: 800px;
 	background-color: #FFF;
	background-image: url(../_pics/bottom-background.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
 }

#cbd-link{
	vertical-align:bottom;
}

img.right{
	float: right;
}

p.footnote {
	font-size: xx-small;	
}

sup {
	font-size: 9px;
}
span.plant-name {
	font-style: italic;
}

h1 {
	display: none;
}

.caption {
	font-size: x-small;
}

embed {
	font-size: x-small;
	font-style: italic;
	color: #666666;
}

th {
	color: #FFFFFF;
	background-color: #336699;
	font-weight: bold;
}

a {
	color: #006699;
	text-decoration: none;
}