img {
	border: none;
}

.footerimg   { 
	background-image: url('/images/footer.gif'); 
	background-repeat: repeat-x; 
}

.rightline   { 
	background-image: url('/images/RightLine.gif'); 
	background-repeat: repeat-x; 
}

.leftline    { 
	background-image: url('/images/LeftLine.gif'); 
	background-repeat: repeat-x; 
}

.padded      { 
	padding-left: 5px; 
	padding-right: 5px 
}

.pagetitle   { 
	font-size: 12pt; 
	font-family: Arial; 
	color: #EEEEEE; 
	background-color: #675C79; 
	padding-left:5px; 
	padding-right:5px; 
	font-weight:bold; 
	font-style:italic; 
	padding-top:3px; 
	padding-bottom:3px
}

.behind {
	z-index: 1;
}

.headerimg {
	background-image:url('/images/Jacksonville.jpg'); 
	background-repeat:no-repeat; 
}

.buttonimg   { 
	background-image: url('images/button.gif');
}

.tah10 {
	font-family: Tahoma;
	font-size: 10px;
	text-decoration: none;
	color: #000000;
}

.tah11 {
	font-family: Arial;
	font-size: 10pt;
	text-decoration: none;
	color: #AEBBC7;
}

.ver10 {
	font-family: Arial;
	font-size: 10pt;
	text-decoration: none;
	color: #000000;
}

.ver11 {
	font-family: Arial;
	font-size: 10pt;
	text-decoration: none;
	color: #000000;
}

.tah9 {
	font-family: Arial;
	font-size: 8pt;
	text-decoration: none;
	color: #000000;
}

.tah8 {
	font-family: Arial;
	font-size: 6pt;
	text-decoration: none;
	color: #345574;
}

.ver9 {
	font-family: Arial;
	font-size: 8pt;
	text-decoration: none;
	color: #000000;
}

td {
}

.bgtop {
	background-repeat: repeat-x;
	background-position: top;
}

A {
	color:BLUE; 
	text-decoration: none;
}

A:hover {
	color:red; 
	text-decoration: none;
}

td {
	font-family: Arial; 
	font-size: 10pt;
}

.linkcell { 
	padding-left: 10px; 
	font-family: Arial; 
	font-size: 10pt;
}

hr {  
	color: #000000;
}

body         { 
	margin: 0px;
	font-family: Arial; 
	font-size: 10pt; 
	text-align:justify 
}

h1           { 
	font-family: Arial; 
	font-size: 10pt; 
	text-decoration: none; 
	color: #FFFFFF;
	font-weight: bold 
}

/* begin styles for RSS Feed 
     This is the most basic style to use for a list with no bullets */

.rss_box {
	 background-color: #ffffff;
}

.rss_title, rss_title a {
	margin: 0px 0;
	padding: 0;
}

.rss_items {
       list-style:none;
       margin:0;
       padding:0;
}

.rss_item  {
  font-size: 10pt;
  margin-bottom: 1em;
}

.rss_item a:link, .rss_item a:visited, .rss_item a:active {
       color: #675C79;
	font-weight: bold 
	}

.rss_item a:hover { 

	}
	
.rss_date {
	font-size: 8pt;
	color: green;
	}