/* -------------------------------------------------------------- */
/* --------  Alaska ENA  CSS Master Style Sheet    -------------- */
/* -------------------------------------------------------------- */

 body { font-family: Verdana, Lucida, Arial, sans-serif;
    	font-size: small;
		z-index: 25;
    }

  h2 {	font-family: Times, "Times New Roman", serif;
        font-size: 175%;
        }

  h3 {	font-family: Times, "Times New Roman", serif;
		font-size: 150%;
        }

/* -------------------------------------------------------------- */
/* ------- Page Header ------------------------------------------ */

  #toptab {
	float: left;
	width: 100%;
	z-index: 100;
 		 }

  table#toptab { width: 300px;
  			z-index: 100;
 		 }
		 
  #lastu {
	font-size: 80%;
	padding-left: 12px;
	margin-bottom: 4px;
	padding-bottom: 4px;
    }  
  
  #enatitle { font-size: 250%;  color: #36327D;
    font-family: "Times New Roman", Times, serif;
    font-weight: lighter;
    }
	
  #toptabpic {
  	position: absolute;
    top: 10px;
    left: 375px;
	z-index: 100;
  }	
	
/* -------------------------------------------------------------- */
/* ----- Navigation Bar, Left Side ------------------------------ */

  #nav {
	/*   margin-left: 10px;
   position: absolute;
    top: 210px;  */
    float: left;
	width: 130px;
	z-index: 10;	
    }

#nav ul { list-style: none;
        padding: 0;
		margin: 0;
        }

#nav li { text-align: left;
        border: 1px solid #000;
        margin-bottom: 6px;  
		text-decoration: none;
        background: #fff;
		width: 125px;
        }

#nav li a { display: block;
        font-weight: normal;
		text-decoration: none;
        padding: 3px;
        }

#nav a:hover {
        color: black; 
		text-decoration: underline;
        background: #0f9;
              }

/* -------------------------------------------------------------- */
/* -------------------------------------------------------------- */
  #content {
	margin: 5px;
	padding: 10px;
	position: absolute;
	top: 220px;
	left: 170px;
	}	
	
/* adjustment for IE5 */

body {
	font-size: x-small; /* IE5 Win */
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	font-size: small;
	}
html>body { /* be nice to Opera */
	font-size: small;
	}
	 
/* -------------------------------------------------------------- */
/* -------------------------------------------------------------- */