body{
	top: 0px;
	text-align:left;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	margin: 0px;
	padding: 0px;
	height: 100%;
}
p{
	margin-top: 0px;
	margin-bottom: 8px;
}
form{
	margin: 0px;
}
input, textarea, select{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
}

ul{
	margin-top:0px;
	padding-top:0px;
	margin-left: 12px;
	padding-left: 12px;
}
h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #0074b4;
}
h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #00a752;
	margin-top: 0px;
	margin-bottom: 8px;
}
h3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0074b4;
	margin-top: 0px;
	margin-bottom: 8px;
}

a:visited {
	color: #000;
	text-decoration: underline;
}
a:link{
	color: #000;
	text-decoration: underline;
}
a:hover{
	color: #666666;
	text-decoration: none;
}



#wrapper{
	width:780px;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
	border: 1px #0074b4 solid;
}
#wrapperg{
	width:780px;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
	border: 1px #00a752 solid;
}
#container{
	width: 780px;
	height: 680px;
	margin-left: auto;
	margin-right: auto;
}
#hortihome{
	width: 780px;
	height: 750px;
	margin-left: auto;
	margin-right: auto;
}
#hortipage{
	width: 780px;
	height: 1150px;
	margin-left: auto;
	margin-right: auto;
}
#hortipot{
	width: 780px;
	height: 860px;
	margin-left: auto;
	margin-right: auto;
}
#nav{
	width: 150px;
	height: 100%;
	float: left;
	text-align: center;
	background-color: #0074b4;
}
.bggreen{
	background-color: #00a752;
}
#navg{
	width: 150px;
	height: 100%;
	float: left;
	text-align: center;
	background-color: #00a752;
}
#content{
	width: 588px;
	height: 92%;
	float:right;
	background-color: white;
	padding: 20px;
}
.blue{
	color:#0074b4;
}
.tableborder{
	border-top: 1px #0074b4 solid;
}
.tablelabel{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0074b4;
	margin-top: 0px;
	margin-bottom: 2px;
}
.shade{
	margin-bottom: 3px;
	margin-top: 3px;
	background-color: #ebecec;
}
.bordertext{
	border-top: 1px #00a752 solid;
	border-left: 1px #00a752 solid;
	color: #00a752;
}
.greenborder{
	border: 1px #00a752 solid;
}
.greenbtn{
	background-color: #00a752;
	color: #FFF;
	font-weight: bold;
}
.greenbtn a:visited{
	background-color: #00a752;
	color: #FFF;
	font-weight: bold;
}
.greenbtn a:link{
	background-color: #00a752;
	color: #FFF;
	font-weight: bold;
}
.greenbtn a:hover{
	color: #0074b4;
}




#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #666666;
	text-align: right;
	margin-left: auto;
	margin-right: auto;
	width: 780px;
	margin-top: 5px;
	clear: left;
}
#footer ul {
	margin:0px;
	padding:0px;
}
#footer li{
	display: inline;
	list-style-type: none;
	padding-left:4px;
	padding-right: 4px;
}
#footer a:link{
	color: #666666;
	text-decoration: underline;
}
#footer a:visited{
	color: #666666;
	text-decoration: underline;
}
#footer a:hover{
	color: #666666;
	text-decoration: none;
}

