    #footer
   		{
   		 width: 99%;
   		 height:14px;
   		 text-align: center;
   		 font-family: Verdana;
   		 font-size: 60%;
   		 font-weight: bold;
   		 color: white;
   		 background-color: navy;
   		 border-color: green;
   		 border-style: groove;
   		 padding-left: 10px;
   		}     
   
 /*Horizontal MA Nav Bar*/
          
      #MAHnav
       {
        background-color: green;
        border-color: navy;
        border-size: 1px;
        border-style: groove;
        height: 30px;
        margin-bottom: 5px;
        width: 99.5%;
       }
          
     	#MAHnav td
       {
        border-size: 1px;
        width: 20%;
       }
   		 
   		#MAHnav td a
       {
      	background-color: navy;
      	
   			font-family: Arial;
   			font-size: 80%;
   			border-color: navy;
   			border-style: outset;
   		 }
   		   		 
   		#MAHnav	a:link, a:visited
   		 {
   		  display: block;
   		  color: white;
   		  text-decoration: none;
   		  font-weight: bold;
   		 }
   		 
   		#MAHnav	a:hover
   		 {
   		 background-color: white;
   		 border-style: inset;
   		 border-color: green;
   		 color: navy;
   		 font-style: italic;
   		 text-decoration: none;
   		 
   		 }
   
 /*Horizontal Rule*/

   	  hr
   		{
   		 align: top;
   	   border: none;
   		 color: green;
   		 background-color: green;
   		 height: 1px;
   		 
   		}
   		    
 /*PAJN Staff Header*/
   
     #Staff1
   		{
   		 height:18px;
   		 width: 98.6%;
   		 align: center;
   		 text-align: center;
   		 font-family: Verdana;
   		 background-color: navy;
   		 border-color: green;
   		 border-size: 1px;
   		 color: white;
   		 border-style: groove;
   		 margin-top: 0px;
   		}
  	 		
 /* Vertical Nav Bar*/
    			
#Vnav
{
align: left;
font-family: verdana, arial, helvetica, serif;
font-weight: bold;
   		} 	
   			
   	#Vnav ul
   		{
   		 background-color: green;
   		 border-color: green;
   		 border-style: groove;
   		 list-style-type: none;
   		 margin-right: 25px;
   		 margin-top: 5px;
   		 margin-bottom: 5px;
   		 margin-left: 0;
   		 padding: 0;
   		 width: 200px;
   		}
   		   		
   	#Vnav li
   		{
   		 background-color: white;
   		 color: navy;
   		 text-align: center;
   		}
   		   
#Vnav li a
{
border-style: outset;
border-color: navy;
color: white;   
display: block;
font-size: 75%;
height: 18px;
}
   		  		
#Vnav a:link, a:visited
{
background-color: navy;
border-color: navy;
color: white;
padding-top: 2px;
text-decoration: none;
}
   		
#Vnav a:hover
{
background-color: white;
border-style: inset;
border-color: green;
color: navy;
font-style: italic;
}
   		
   	#Vnav a span
   	  {
   	   display: none;
   	  }
   	  
   	#Vnav a:hover span
   	 {
   	  display: block;
  		position: absolute;
  		top: 95%;
  		left: 30%;
  		width: 40%;
  		height: 150px;
   		padding: 5px;
   		margin: 0;
   		z-index: 100;
   	  color: navy;
   	  background-color: white;
   		font: 12px Verdana, sans-serif;
  		font-weight: bold;
  		text-align: center;
  		border-style: groove;
  		filter: alpha(opacity=90);
  		opacity: 0.90;
  		-moz-border-radius: 10px;
     }
      		
/* Top Pilot Styles*/   		
   		         
       #TP
       {
        font-family: verdana;
        text-decoration: none;
        color: #204f22;
       }
    
       #TP ul
       {
        width: 200px;
        list-style-type: none;
        align: center;
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 0;
        padding-top: 0;
       }
       
       #TP li
       {
        text-align: center;
       }
     
  		p.v
  		
  		 {
  		  background-color: #494949;
  		  border-color: #734F02;
  		  border-style: inset;
  		  border-size: 10/px;
  		  color: white;
  		  font-family: verdana;
  		  font-size: 90%;
  		  font-style: italic;
  		  padding: 0 5px 15px 5px;
  		  text-align: center;
  		 }
  		 
  		  /*Horizontal PAJN Nav Bar*/
          
      #JNHnav
       {
        align: top;
        background-color: green;
        border-color: navy;
        border-size: 1px;
        border-style: groove;
        width: 100%;
        
       }
          
     	#JNHnav td
       {
        width: 10%;
        
       }
   		 
#JNHnav td a
{
background-color: navy;
border-style: outset;
border-color: navy;
display: block;
font-family: verdana;
font-size: 58%;
height: 30px;
text-align: center;
}
   		   		 
#JNHnav	a:link, a:visited
{
color: white;
font-weight: bold;
text-decoration: none;
}
   		 
   		#JNHnav	a:hover
   		 {
   		 
   		 background-color: white;
   		 color: navy;
   		 text-decoration: none;
   		 font-style: italic;
   		 font-weight: bold;
   		 border-style: inset;
   		 border-color: green;
   		}
   		
   		#JNHnav a span
   	  {
   	   display: none;
   	  }
   	  
   		#JNHnav a:hover span
   		{
   		background: navy;
   		display: block;
  		position: absolute;
  		left: 23%;
  		height: 30px;
  		width: 52%;
   		padding: 10px;
   		margin: 2px;
   		z-index: 100;
   		color: white;
   		
  		font: 12px Verdana, sans-serif;
  		font-weight: bold;
  		text-align: center;
  		border-style: outset;
  		filter: alpha(opacity=90);
  		opacity: 0.90;
  		-moz-border-radius: 10px;
      }
   	   		   	
   	/*Staff Navigation*/		
   		 
#StfNav table
{
background-color: green;
width:99.5%;
font-family: arial;
font-size: 75%;
}
 	     
#StfNav td
{
height: 20px;
width: 25%;
border-color: green;
border-size: 1px;
border-style: inset;
}
 	     
#StfNav a:link, a:visited
{
display: block;
color: white;
background-color: navy;
text-decoration: none;
border-color: green;
}
 	     
#StfNav a:hover
{
background-color: white;
color: navy;
font-style: italic;
font-weight: bold;	     
}
 	     
 	#tophubs
 	{
 	background-color: white;
 	border-color: green;
 	border-style: ridge;
 	border-width: 3px;
 	color: navy;
  font-size: 1em;
  text-align: center;
  } 
 	#tophubs th
 	{
 	background-color: navy;
 	border-color: green;
 	border-style: ridge;
 	border-width: 2px;
 	color: white;
 	font-family: helvetica;
  font-size: 1em;
 	font-weight: bold;
 	padding: 2px 7px 2px 7px;
  text-align: center;
 	}
 #toppilots
 	{
 	background-color: white;
 	border-color: green;
 	border-style: ridge;
 	border-width: 3px;
 	} 
 	#toppilots th
 	{
 	background-color: navy;
 	border-color: green;
 	border-style: ridge;
 	border-width: 2px;
 	color: white;
 	font-family: helvetica;
 	font-size: 1em;
 	}
 	#toppilots td
 	{
 	background-color: white;
 	border-color: green;
 	border-style: ridge;
 	border-width: 2px;
  color: navy;
  font-family: cursive;
  font-size: .9em;
  font-weight: bold;
  padding-right: 7px;
  text-align: center;	 	
 	}
 	#titletoppilot
 	{
 	border-color: green;
 	border-style: inset;
 	border-width: 1px;
 	color: white;
  font-family: helvetica;
 	font-size: 1em;
 	text-align: center;
 	}
  #tophubs td
  {
  color: navy;
  font-family: cursive;
  font-size: .9em;
  font-weight: bold;
  text-align: center;
  }
 .CenterText
 {
 font-weight: bold;
 border-style: ridge;
 border-color: green;
 border-width: 2px;
 background-color: white;
 }	