/* CSS Document */

#navcontainer { 
width: 900px;
height: 30px;
margin: 0px;
padding: 0px;
padding-top: 2px;
border: 0;
border-top: 2px solid white;
border-bottom: 2px solid white;
text-align: center;
background: #3d5bb1; }

#navcontainer ul {
margin: 0px;
padding: 0px;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
letter-spacing: .07em; }

#navcontainer a {
padding: 0px;
width: 160px; }

#navcontainer a:link, #navlist a:visited {
color: #ffffff;
text-decoration: none; }

#navlist li {
margin: 0;
padding: 0px 8px 0px 8px;
display: inline;
color: #ffffff;
font-size: 13px;
line-height: 30px;
font-weight: bold;
text-decoration: none;
text-transform: uppercase;
text-align: center; }

#navcontainer a:visited {
color: #ffffff; }

#navcontainer a:hover {
color: #bad8ef; }