  		#JNHnav
       {
        width: 100%;
        margin: 0,0,0,0;
       }

	    #JNHnav td
       {
        width: 10%;
       }
  		 
   		#JNHnav td a
       {
      	display: block;
   			background-color: navy;
   			color: white;
   			font-family: Arial;
   			font-size: 70%;
   			border-style: outset;
   			height: 28px;
   		 }
   		   		 
   		#JNHnav	a:link, a:visited
   		 {
   		  display: block;
   		  text-decoration: none;
   		  font-weight: bold;
   		 }
   		 
   		#JNHnav	a:hover
   		 {
   		 color: white;
   		 background-color: #395747;
   		 text-decoration: none;
   		 font-weight: bold;
   		 border-style: inset;
   		 }
   		 
   		/*Secondary Juneau Nav*/		 
   	   		 
   		#JNSecnav
       {
        width: 100%;
        margin: 0,0,0,0;
       }
     
      #JNSecnav td a
       {
      	display: block;
   			background-color: #deb043;
   			color: black;
   			font-family: Arial;
   			font-size: 70%;
   			border-style: outset;
   			height: 15px;
   		 }
   	  	  		   		 
   		#JNSecnav	a:link, a:visited
   		 {
   		  display: block;
   		  text-decoration: none;
   		  font-weight: bold;
   		 }
   		 
   		#JNSecnav	a:hover
   		 {
   		 color: white;
   		 background-color: #395747;
   		 text-decoration: none;
   		 font-weight: bold;
   		 border-style: inset;
   		 }
   		 
   	/*Popup Info*/
   		 
     #JNSecnav a:hover span
   		{
   	  display: block;
  		position: absolute;
  		top: 48px;
  		left: 0px;
  		width: 990px;
  		height: 180px;
   		padding: 0px;
   		margin-left: 8px;
   		z-index: 500;
   		color: navy;
   		background-color: white;
  		font: 20px Verdana, sans-serif;
  		text-align: center;
  		padding-top: 10px;
  		border-style: inset;
  		filter: alpha(opacity=75);
  		opacity: 0.75;
  	  }
  	  
  	#JNSecnav a span
   	  {
   	  display: none;
   	  }
 	      		 
 	 	 body
     	{
      background-image: url(../images/cloud1.jpg);
     	}
     
      hr
   		{
   		 align: top;
   	   border: none;
   		 color: green;
   		 background-color: green;
   		 height: 1px;
   		 padding: 0,0,0,0;
   		 margin: 0,0,0,0;
   		}
   		
   		#Intro
   	  {
   	   font-family: cursive;
 			 font-size: 110%;
 			 color: navy;
 			 text-align: center;
 			 margin-top: 5px;
 		   margin-bottom: 5px;
 			}
 			
 			#RuleCap
   	  {
 			 font-family: verdana;
 			 font-size: 150%;
 			 color: maroon;
 			 text-align: center;
 			}
 			
 			#txt1
   	  {
 			 font-family: verdana;
 			 font-weight: bold;
 			 font-size: 95%;
 			 color: #395747;
 			 text-align: center;
 			 padding-left: 10px;
 			 padding-right: 10px;
 			 padding-top: 10px;
 			 padding-bottom: 10px;
 			 margin-top: 10px;
 			}
 			
 			#footer
 			 {
 			 display: block;
 			 border-style: groove;
 			 background-color: navy;
 			 color: white;
 			 font-size: 70%;
 			 color: white;
 			 padding-left: 20px;
 			 }
 		 			 
 			  #footer a:link, a:visited
 			 {
			  display: block;
 			  color: white; 			  
 			  text-decoration: none;
 			 }
 			 
 			.SS
 			 {
 			  border-style: inset;
 			  color: silver;
 			 }
 		