/* NBStyles.css */

* 
{
  margin: 0;
  padding: 0;
}

body {
background-color: #000080;
Font-family: Times, serif;
color: #FFFFFF;
border: 0;
}

#head1{
background-color: #000080;
color: #E0B900;
border: 0;
margin: 0;
padding: 25px;
width: 100%;
}

#logo
{
background-color: #000080;
text-align: center;
border: 0;
}

/* Natoma Bay gold is color: #E0B900; */

#content
{
clear: both;
border: 0;
padding: 0;
margin-left: 5%;
margin-right: 5%;
}


h1 {
font-size: 175%;
font-weight: bold;
text-align: center;
}

h2 {
font-size: 125%;
font-weight: bold;
text-align: center;
}

h3 {
font-size: 110%;
font-weight: bold;
text-align: left;
margin-left: .75in;
margin-right: .75in;
}

p.caption {
text-align: center;
font-weight: bold;
font-style: italic;
font-size: 150%;
}

p.lrgind
{
font-size: 125%;
margin-left: 1in;
margin-right: 1in;
color: #FFFFFF;
padding-bottom: .5em;
}

.normwhite
{
font-size: 100%;
color: #FFFFFF;
}

p.white 
{
color: #FFFFFF;
}

.center
{
text-align: center;
}

A:link {color: #FFFFFF; text-decoration: underline;font-weight: bold;}
A:visited {color: #FFFFFF; text-decoration: underline;font-weight: bold;}
A:active {color: #FFFFFF; text-decoration: underline;font-weight: bold;}
A:hover {color: #FFFFFF; text-decoration: underline;font-weight: bold;}

.linklist {
color: #FFFFFF;
}

.red
{
color: red;
font-weight: bold;
}

ul {
list-style-type: circle;
color: #FFFFFF;
margin-left: .75in;
font-size: 100%;
font-weight: bold;
}

li {
/* height: 2em; */
padding-bottom: 1em;
}

.backtop
{
font-size: 85%;
font-family: arial, non-serif;
margin: 0;
padding: 1em 0;
text-align: left;
}

#content h2
{
text-align: left;
font-weight: normal;
font-size: 125%;
margin-left: .5in;
margin-right: .5in;
color: #FFFFFF;
padding-bottom: 1em;
}

/* Horizontal Menu Bar adapted from 
iCITA: Accessible Navigation Bars Examples
http://bestpractices.cita.uiuc.edu/html/nav/menu/examples/ */

div.hmenu h1 
{   
position: absolute;   
top: -20em;   
left: -200em;
color: #E0B900;
}

div.hmenu 
{   
border: 1em solid #E0B900;
margin: 0;   
padding: .25em;   
/* margin-top: 1em; */  
margin-bottom: 1em;   
background: #000080;   
/* width: 90%; */  
text-align: center;
}

div.hmenu ul 
{   
list-style: none;   
margin: 0;   
padding: 0;   
padding: .5em;
}

div.hmenu ul li 
{   
margin: 0;   
padding: 0;   
display: inline;
}

div.hmenu ul a 
{   
margin: 0;   
padding: 0;   
padding-left: .5em;   
padding-right: .5em;   
text-decoration: none;   
background: #000080;   
border-left: 
solid 2px #E0B900;   
font-weight: bold;   
font-size: medium;
}

div.hmenu ul a.first 
{
border-left: none;
}

div.hmenu ul a:link, div.hmenu ul a:visited 
{   
color: #E0B900;
text-decoration: none;
}

div.hmenu ul a:focus, div.hmenu ul a:active, div.hmenu ul a:hover
{
color: #E0B900;
text-decoration: underline;
}



div.footer
{
width: 100%;
clear: both;
padding: 20px;
text-align: center;
font-family: Arial, sans-serif;
font-size: 85%;
}

div.footer ul li
{
list-style: none;
padding: 1em;
font-weight: normal;
}

div.footer a:link {color: #FFFFFF; text-decoration: underline; font-weight: normal;}
div.footer a:visited {color: #FFFFFF; text-decoration: underline; font-weight: normal;}
div.footer a:active {color: #FFFFFF; text-decoration: underline; font-weight: normal;}
div.footer a:hover {color: #FFFFFF; text-decoration: underline; font-weight: normal;}

