/** Style sheet, hzNav.css.css.
      Simple, flexable styles for horizontal navigation
**/

#container {
   width: 850px;
   margin-right: auto;
   margin-left: auto;
   background-color: #ffffff;
}

#header {
   height: 15px;
   width: 850px;
   background-color: #ffffff;
}

/* For when a footer is added */

#footer {
   background-color: #000000;
   width: 750px;
   margin-right: auto;
   margin-left: auto;
   padding: 10px;
   font-family: Monotype Corsiva;
   text-align: center;
   font-size: 0.9em;
   font-weight: bold;
}

#ctr { text-align: center; } 

body { background-color: #000000; }

h1 {
   font-family: Monotype Corsiva;
   font-size: 45pt;
   font-weight: bold;
   color: 000000;
   line-height: 24px;
   margin: 10px 14px 0 14px;
}

/************************************************ 
    Style rules for horizontal navigation 
*************************************************/
#navlist li {
        display: inline;
        padding-right: 0.9em;
        padding-left: 0.9em;
        border-right: 1px solid #fff;
} 

#navlist li.last {
       border: none;
}
#navlist {
       font-family: Verdana, Arial, sans-serif;
       font-size: 0.8em;
       font-weight: bold;
       text-align: center;
}
#navlist a {
       color: #fff;
       text-decoration: none;
}
#navlist a:hover {
       color: #39F;
       text-decoration: underline;
}