/* template items */

#template_shade_r {
	background-image: url(community_images/template_shade_r.gif);
	background-repeat: repeat-y;
}
#template_shade_l {
	background-image: url(community_images/template_shade_l.gif);
	background-repeat: repeat-y;
}
#template_header {
	background-image: url(community_images/template_top.gif);
	background-repeat: no-repeat;
	height: 284px;
}
#template_header_slice {
	background-image: url(community_images/template_header_slice.gif);
	background-repeat: no-repeat;
	height: 21px;
}
#template_slice_l {
	background-image: url(community_images/template_slice_l.gif);
	background-repeat: no-repeat;
}
#template_menu_top_right {
	background-image: url(community_images/template_menu_top_right.gif);
	background-repeat: no-repeat;
	height: 20px;
}
#template_left_curtain {
	background-image: url(community_images/template_left_curtain.gif);
	background-repeat: repeat-y;
}
#menu_slice {
	background-image: url(community_images/template_menu_slice.gif);
	background-repeat: repeat-y;
}
#menu_bottom {
	background-image: url(community_images/template_menu_bottom.gif);
	background-repeat: no-repeat;
	height: 100px;
}
#template_menu_top_left {
	background-image: url(community_images/template_menu_top_left.gif);
	background-repeat: no-repeat;
	height: 20px;
}
/* presentation items */
body {
	margin: 0px;
	line-height: 1.4;
	background-color: #FFFFFF;
	font-family: Tahoma, Arial, verdana;
	font-size: small;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-position: center;
	padding: 10px;
}
.agreylink {
	font-family: Tahoma, Arial, verdana;
	font-size: medium;
	color: #333333;
	text-decoration: none;
	text-align: right;
	padding: 0px;
}
#basic_table {
	background-image: url(community_images/table_shading.gif);
	background-repeat: repeat-x;
	background-position: top;
	border-width: 1px;
	border-color: #c1c1c1;
	border-style: solid;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	text-transform: uppercase;
	color: #850104;
	text-decoration: none;
	padding: 5px;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	color: #014685;
	text-decoration: none;
}
#fla_map {
	background-image: url(community_images/Florida_map.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
a {
	font-weight: bold;
	color: #046C9D;
	text-decoration: none;
}
.left {
	float: left;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
}
.right {
	float: right;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
}