/* NBStyles.css */

body {
background-color: #000080;
Font-family: Times, serif;
color: #E0B900;
border: 0;
}


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;
}

#home h2
{
text-align: left;
font-weight: normal;
font-size: 125%;
margin-left: .5in;
margin-right: .5in;
color: #FFFFFF;
padding-bottom: .5em;
}

#footer
{
width: 100%;
clear: both;
padding: 20px;
text-align: center;
font-family: arial, non-serif;
font-size: 85%;
}
