/*general declarations */
body {
background-color: #A11F12;
color: #333;
font-family: verdana;
font-size: 0.8em;
margin: 0;
}

h1 {
font-size: 2.0em;
text-align: left;
}

h2 {
font-size: 1.1em;
text-decoration: underline overline;
}

h3 {
font-size: 1.2em;
}

p {
text-align: justify;
}

p.footer {
font-size: .8em;
text-align: center;
font-weight: bold;
padding-right: 10px;
}

p.li{
font-size:.8em;
}

#navbar {
width: 130px;
}

#navbar ul {
margin: 0;
padding: 0;
}


#navbar ul li {
list-style-type: none;
margin: 0;
padding: 0;
}

#navbar ul li a {
display: block;
text-decoration: none;
font-size: .9em;
color: #000000;
background: #7EB6FF;
border-bottom: solid #000000 1px;
padding-top: 3px;
padding-bottom: 3px;
padding-left: 5px;
}


#navbar ul li a:hover {
font-size: .9em;
font-weight: bold;
text-decoration: underline;
color: #fff;
background: #00008B;
border-bottom: solid #000000 2px;
border-left: solid #000000 2px;
}

body#history a#histnav,
body#yearly a#yearnav,
body#newer a#newnav,
body#awards a#awardnav,
body#section a#sectionnav,
body#contact a#connav,
body#program a#prognav
{
color: white;
background: #B5A642;
}


#outer-image {
height: 80px;
background-image: url(../images/outer-image3.jpg);
background-position: center top;
}

#inner-image {
height: 80px;
background-image: url(../images/header.jpg);
background-repeat: no-repeat;
margin-left: 131px;
}