html {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF;
	font-family: Helvetica, Arial, sans-serif;
	color: #006600;
}

td {
	color: #006600;
}

#header {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
}

#container_left {
	margin: 18px auto 18px auto;
	padding: 0px;
	width: 720px;
	height: 540px;
	background: url("/images/scallop_left.jpg") 0 0 repeat-y;
}

#container_right {
  margin: 0px;
  padding: 0px;
	width: 720px;
	height: 540px;
	background: url("/images/scallop_right.jpg") 100% 0 repeat-y;
}

#container_top {
  margin: 0px;
  padding: 0px;
	width: 720px;
	height: 540px;
	background: url("/images/scallop_top.jpg") repeat-x;
}

#container_bottom {
  margin: 0px;
  padding: 0px;
	width: 720px;
	height: 540px;
	background: url("/images/scallop_bottom.jpg") 100% 100% repeat-x;
}

#content {
	margin: 0px;
	padding: 18px;
}

#homepage-container {
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 684px;
	height: 503px;
	background: url(/images/homepage_flowers.jpg) no-repeat #FFFFFF;
}

a, a:visited {
	color: #FF6699;
	text-decoration: none;
	font-weight: bolder;
}
a:hover {
	color: #FF6699;
	text-decoration: underline;
	font-weight: bolder;
}

a.more_info, a.more_info:visited {
	color: #FF6699;
	text-decoration: none;
	font-weight: bolder;
	font-size: 10px;
}
a.more_info:hover {
	color: #FF6699;
	text-decoration: underline;
	font-weight: bolder;
	font-size: 10px;
}

a.green_label, a.green_label:visited {
	color: #006600;
	text-decoration: none;
	font-weight: normal;
}
a.green_label:hover {
	color: #006600;
	text-decoration: underline;
	font-weight: normal;
}

#homepage-title {
	position: relative;
	top: 316px;
	left: 212px;
}

.logo-title {
	color: #006600;
	font-size: 30px;
	font-weight: bolder;
}

#homepage-menu {
	position: absolute;
	top: 365px;
	left: 195px;
}

.menu-sub-one-hide {
	display: none;
}                               
   
.menu-sub-one-show {
	display: inline;                   
	background: #FF99FF;          
	border: 2px solid #FF66FF;    
}    

.top_menu {
	list-style-type: none;
	list-style-position: inside;
	float: left;
	margin: 0px;
	padding: 0px;
}
.top_menu li {
	display: inline;
	padding: 0px 5px 0px 5px;
}
.top_menu li a, .top_menu li a:visited {
	color: #006600;
	font-size: 17px;
	text-decoration: none;
	font-weight: bolder;
}
.top_menu li a:hover {
	color: #006600;
	font-size: 17px;
	text-decoration: none;
	font-weight: bolder;
}

.sub_menu {
	list-style-type: none;
	list-style-position: inside;
	float: right;
	margin: 0px;
	padding: 0px;
}
.sub_menu li {
	display: inline;
	padding: 10px 2px 10px 2px;
}

.sub_menu li a, .sub_menu li a:visited {
	padding: 2px;
	font-size: 12px;
	text-decoration: none;
	color: #006600;
}
.sub_menu li a:hover {
	padding: 2px;
	font-size: 12px;
	text-decoration: none;
	color: #006600;
}

.menu_separator {
	color: #006600;
	width: 30px;
	text-align: center;
}

h2 {
	margin-top: 0px;
	padding-top: 0px;
	text-align: center;
	color: #006600;
}

.small_label {
	font-size: 12px;
}
.pink_highlight {
	color: #FF6699;
	font-weight: bolder;
}