body			{background-color: darkblue;
				 margin-top: 0px;
				 margin-left: 0px;}

h1            	{font-family: verdana, arial, sans-serif; 
                 font-size: 11pt; 
                 font-weight: bold; 
                 font-style: normal; 
                 text-align: center; 
                 color: #00008B;
                 text-decoration: none;
                 padding-bottom: 0px;
                 margin-top: 0px;
                 margin-bottom: 0px;}
                 
h2            	{font-family: "times new roman", serif; 
                 font-size: 14pt; 
                 font-weight: bold;   
                 font-style: normal;
                 text-align: center; 
                 color: #bb0f0b; 
                 text-decoration: none;
                 padding-bottom: 0px;
                 margin-top: 0px;
                 margin-bottom: 4px;}
                 
h2.text          {font-family: verdana, arial, sans-serif;
                 font-size: 11pt; 
                 font-weight: normal;   
                 font-style: normal; 
                 text-align: left; 
                 color: black;}
                                 
#para
div.para h1    {font-family: arial, sans-serif; 
                 font-size: 10pt; 
                 font-weight: bold;   
                 font-style: normal; 
                 text-align: left; 
                 color: #00008b;
                 padding-bottom: 0px;
                 margin-top: 0px;
                 margin-bottom: 6px;}
                 
div.para h2		 {font-family: arial, sans-serif; 
                 font-size: 10pt; 
                 font-weight: bold;   
                 font-style: normal; 
                 text-align: left; 
                 color: #00008b;
                 padding-bottom: 0px;
                 margin-top: 0px;
                 margin-bottom: 6px;}
                 
.sarasota     {font-size: 18pt;}

h3              {font-family: verdana, arial, sans-serif;
                 font-size: 11pt; 
                 font-weight: bold;   
                 font-style: normal; 
                 text-align: left; 
                 color: black;}  
                 text-decoration: none;
                 padding-bottom: 0px;
                 margin-top: 0px;
                 margin-bottom: 0px;}

LI              {font-family: arial, sans-serif; 
                 font-size: 11pt; 
                 font-weight: normal;   
                 font-style: normal; 
                 text-align: left; 
                 color: #004A90;}

table           {margin-left: auto;
                 margin-right: auto;}
                 
.darkblue       {color: darkblue;}
                 
p, td           {font-family: verdana, arial, sans-serif;
                 font-size: 11pt; 
                 font-weight: normal;   
                 font-style: normal; 
                 text-align: left; 
                 color: black;}

.centertext     {font-family: arial, sans-serif; 
                 font-size: 12pt; 
                 font-weight: bold; 
                 font-style: normal; 
                 text-align: center; 
                 color: #004A90;}

.blueheader     {font-family: arial, sans-serif;
                 font-size: 10pt; 
                 font-weight: bold;   
                 font-style: normal; 
                 text-align: left; 
                 color: #00008B;}

.bluefooter     {font-family: arial, sans-serif;
                 font-size: 8pt; 
                 font-weight: normal;   
                 font-style: normal; 
                 text-align: center; 
                 color: #004A90;}

.red            {color: #DF0134;}
    
.white          {color: white;} 
 
.black          {color: black;}

.hi-lite        {font-family: arial, sans-serif;
                 font-size: 11pt; 
                 font-weight: bold;   
                 font-style: normal; 
                 text-align: left; 
                 color: black;}  

.smalltext      {font-family: arial, sans-serif;
                 font-size: 8pt; 
                 font-weight: normal; 
                 font-style: normal; 
                 text-align: center; 
                 color: black;}

.smallertext    {font-family: arial, sans-serif;
                 font-size:  8pt; 
                 font-weight: normal; 
                 font-style: normal; 
                 text-align: center; 
                 color: black;}

.smallfooter    {font-family: verdana, arial, sans-serif;
                 font-size: 8pt; 
                 font-weight: normal; 
                 font-style: normal; 
                 text-align: center; 
                 color: black;}

.smallerfooter  {font-family: arial, sans-serif;
                 font-size: 7pt; 
                 font-weight: normal; 
                 font-style: normal; 
                 text-align: center; 
                 color: black;}

a               {font-family: arial, sans-serif;
                 font-size: 10pt; 
                 font-weight: normal; 
                 font-style: normal; 
                 text align: left;
                 color: #0000FF; 
                 text-decoration: underline;}

a:visited       {font-family: arial, sans-serif;
                 font-size: 10pt; 
                 font-weight: normal; 
                 font-style: normal; 
                 text align: left;
                 color: #0000FF; 
                 text-decoration: underline;}

a:active        {font-family: arial, sans-serif; 
                 font-size: 10pt; 
                 font-weight: normal; 
                 font-style: normal; 
                 text align: left;
                 color: #0000FF; 
                 text-decoration: underline;}

a:hover         {font-family: arial, sans-serif;
                 font-size: 10pt; 
                 font-weight: normal; 
                 font-style: normal; 
                 text align: left;
                 color: #E446B9; 
                 text-decoration: underline;}
                 
.small-links    {font-size: 8pt;}

                 
/*tags to create pure CSS buttons in divs */
#nav  {
  display: block;
  padding: 2;
  margin: 4px 4px 4px 4px;
  font-family: arial, sans-serif;;
  font-size: small;  
  width:auto;}
     
div.btn a:link,
div.btn a:visited { 
        position: relative;
        float: left;
        display:block;
        margin: 0 4px 0 0;
        color:#ffffff;
        padding: 2px;       
        text-decoration: none;
        border-bottom: 2px solid black;
        border-right: 2px solid black;
        border-top: none;
        border-left: none;
        font: bold 11px/1 arial, sans-serif;
        background-color: #3037c6;}  
        
div.btn a:hover {
        padding: 2px;
        border-top: 2px solid black;
        border-left: 2px solid black;
        border-bottom: none;
        border-right: none;
        background-color:#648dc7;
        text-decoration: none;
		}
        
/* for red buttons */
		
div.redbtn a:link,    
div.redbtn a:visited { 
        position: relative;
        float: left;
        display:block;
        margin: 0 4px 0 0;
        color:#ffffff;
        padding: 2px;       
        text-decoration: none;
        border-bottom: 2px solid black;
        border-right: 2px solid black;
        border-top: none;
        border-left: none;
        font: bold 11px/1 arial, sans-serif;
        background-color: #F00;
        }  
    
div.redbtn a:hover {
        padding: 2px;
        border-top: 2px solid black;
        border-left: 2px solid black;
        border-bottom: none;
        border-right: none;
        background-color:#648dc7;
        text-decoration: none;}
        
        
/* for vertical buttons */

#vertnav  {
    display: block;
    padding: 1;
    margin: 4px 4px 4px 4px;
    font-family: arial, sans-serif;;
    font-size: small;  
   width: 150px;}
   
/*tags to create pure CSS big_buttons in divs */
     
#nav  {
  display: block;
  padding: 4px;
  margin: 1px;
  font-family: verdana, arial, sans-serif;
  width: 185px;}
		
div.btn175 a:link,
div.btn175 a:visited { 
        position: relative;
        float: left;
        display: block;
        margin: 1px;
        color: #00008b;
        padding: 4px;       
        text-decoration: none;
        border-bottom: 1px solid #00008b;
        border-right: 1px solid #00008b;
        border-left: 1px solid #00008b;
        border-top: 1px solid #00008b;
        font: bold 10px/1 Verdana, Arial, sans-serif;
        background-color: white;
        background-image: url(../images/buttons/button175.gif);
  		width: 175px;}  
        
div.btn175 a:hover {
        margin: 1px;
        padding: 4px; 
        border-bottom: 1px solid #00008b;
        border-right: 1px solid #00008b;
        border-left: 1px solid #00008b;
        border-top: 1px solid #00008b;
        background-color:#c3d1e5;;
        background-image: url(../images/buttons/button_hover175.gif);
        text-decoration: none;
		width: 175px;}
		
div.bigbtn175 a:link,
div.bigbtn175 a:visited { 
        position: relative;
        float: left;
        display: block;
        margin: 1px;
        color: #00008b;
        padding: 4px;       
        text-decoration: none;
        border-bottom: 1px solid #00008b;
        border-right: 1px solid #00008b;
        border-left: 1px solid #00008b;
        border-top: 1px solid #00008b;
        font: bold 10px/1 Verdana, Arial, sans-serif;
        background-color: white;
        background-image: url(../images/buttons/big_button175.gif);
  		width: 175px;}  
        
div.bigbtn175 a:hover {
        margin: 1px;
        padding: 4px; 
        border-bottom: 1px solid #00008b;
        border-right: 1px solid #00008b;
        border-left: 1px solid #00008b;
        border-top: 1px solid #00008b;
        background-color:#c3d1e5;;
        background-image: url(../images/buttons/big_button_hover175.gif);
        text-decoration: none;
		width: 175px;}
	