<!--
html, body {
	height: 100%; 
}
body {
	max-height: 100%;
	background: #ccc;
	margin: 0px; 
	display: block; margin-left: auto; margin-right: auto;
	margin-top: 0px; 
	padding: 0px; 
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica; 
	font-size: 12pt;
	color: #222;
}
h1 {  font-family: "Trebuchet MS",Verdana, Arial, Helvetica; font-size: 16pt; font-weight: bold; color:#0000ff; }
h2 {  font-family: "Trebuchet MS",Verdana, Arial, Helvetica; font-size: 14pt; font-weight: bold; color:#0000ff; }
h3 {  font-family: "Trebuchet MS",Verdana, Arial, Helvetica; font-size: 12pt; font-weight: bold; color:#0000ff; }
.nav {  text-align: center; font-family: "Trebuchet MS",Verdana, Arial, Helvetica; font-size: 14pt; font-weight: bold; color:#000; padding: 4px; }
.nav a { color: #2222dd; }
.navselected { background: #ccc; }
.subnav {  font-family: "Trebuchet MS",Verdana, Arial, Helvetica; font-size: 12pt; font-weight: bold; color:#000; }
.subnav a { color: #44f; }
.subnavselected { background: #e4e4e4; }
#container {
	min-height: 100%;
	height: auto;
	position: relative;
	display: block; margin-left: auto; margin-right: auto;
}
#headerimgdiv {
	position: relative;
	height: 230px;
	display: block; margin-left: auto; margin-right: auto;
	width: 850px;
	margin-top: 0px; 
	margin-bottom: 0px; 
	background: #fff url(images/florcover.jpg) no-repeat 0px 20px;
	padding: 0px;
}
#navdiv {
	position: relative;
	height: 32px;
	display: block; margin-left: auto; margin-right: auto;
	width: 850px;
	margin-top: 0px; 
	margin-bottom: 0px; 
	background: #fff;
	padding: 0px;
}
#subnavdiv {
	position: relative; 
	float: left;
	display: block; margin-left: 0;
	margin-top: 20px; 
	margin-bottom: 20px; 
	margin-right: 20px;
	width: 220px;
	padding: 12px;
	background-color: #ccc;
	font-family: "Trebuchet MS",Verdana, Arial, Helvetica; font-size: 12pt; font-weight: bold; color:#000;
}
#subnavdiv a { color: #44f; }
#maindiv {
	position: relative; 
	display: block; margin-left: auto; margin-right: auto;
	width: 810px; 
	margin-top: 0px; 
	margin-bottom: 50px; 
	padding: 20px;
	background-color: #fff; 
	color: #222;
}
#maindiv a { color: #44c; }
#rightdiv {
	position: relative;
	width: 150px;
	padding: 20px 20px 20px 20px;
	display: block; margin-left: auto; margin-right: auto;
	margin-top: 20px;
	margin-bottom:50px;
}
.thumb {
	padding: 20px 20px 20px 20px;
}
#footerdiv {
	position: fixed;
	bottom: 0;
	width: 100%;
	min-width: 950px;
	padding: 6px;
	text-align: center;
	background-color: #000; 
	color: #99f;
	filter:alpha(opacity=90); 
	-moz-opacity: 0.9; 
	opacity: 0.9; 
	text-shadow: #bbf 1px 1px 3px;
}
#footerdiv a { color: #fff; }
input, textarea, select { border-style: solid; border-color: #eeaaaa; border-width: 2px; background-color: #ffdddd;border-radius: 2px; }
-->

