/*

DESCRIPTION
This is the global site style sheet for the Florida 2003 web site.
All web pages with the light background look and feel should incorporate
this style sheet with a link tag such as:

<link rel="stylesheet" type="text/css" href="fl.css">

*/

/*--- classes for the navbar --- */

        P {text-decoration: none; 
           line-height: normal; 
           text-transform: none; 
           vertical-align: baseline;
           font-size: 10pt; 
           font-style: normal; 
           font-variant: normal; 
           font-weight: normal; 
           color: #ffffff; 
           font-family: Arial,Geneva,Verdana;
}
A:link { text-decoration: none; cursor: hand; font-size:10pt; font-weight: bold; font-family: verdana, arial, sans-serif; } 
A:active { text-decoration:none; cursor:hand; } 
A:visited { text-decoration: none; cursor: hand; font-size:10pt; font-weight: bold; font-family: verdana, arial, sans-serif; color: #008000;} 
A:hover {  text-decoration:none; cursor:hand; }


A.navbar:link
{
	color: #F0FFF0;
	text-decoration: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
}
A.navbar:visited
{
	color: #90EE90;
	text-decoration: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
}
A.navbar:hover
{
	color: #F5F5DC;
	text-decoration: underline;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
}

/*--- class for the headings in the navigation bar --- */
.navbarhead{
	color: #000000;
	font-family : Georgia, Times New Roman, Times, serif;
	font-weight: bold;
	font-size: 14px;
}
/*--- class for the text in the navigation bar --- */

.navbartext{
	color: #000077;
	text-decoration: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
}

.menu {
	text-align : center;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size : 11px;}
