
body {
margin : 0;
padding : 0;
font : 76% "Trebuchet MS", verdana, arial, sans-serif;
background : #2e2e2e;
color : #000066;
}
#container {
width : 740px;
margin-left : auto;
margin-right : auto;
padding : 0;
border : 5px solid #000066;
background : #e9eee4;
color : #000066;
}
#topimg {
height : 181px;
padding : 0;
margin : 0;
background : #000066 url(img/topimg.jpg) no-repeat;
color : #333;
}
#navcontainer ul {
float : left;
width : 100%;
padding-left : 0;
margin : 0 0 20px 0;
font-size : 110%;
border-top : 1px solid #fff;
border-bottom : 1px solid #fff;
background : #000066;
color : #333;
}
#navcontainer ul li {
display : inline;
}
#navcontainer ul li a {
float : left;
padding : 0.2em 1em;
text-decoration : none;
border-right : 1px solid #fff;
background : #000066;
color : #fff;
}

#navcontainer ul li a.current {
background : #1e42c3;
}

#navcontainer ul li a:hover {
background : #00ccff;
color : #000;
}
#navcontainer ul li a:active {
background : #00ccff;
color : #f64417;
}
#content {
margin : 0 0 5px 5px;
padding : 5px;
background : inherit;
color : #000066;
}
#content a:link, #content a:visited {
text-decoration : underline;
background : inherit;
color : #060989;
}
#content a:hover {
background : inherit;
color : #996681;
}
p {
margin : 10px 0 0 0px;
}
h1 {
margin-top : 10px;
padding : 0;
font-size : 140%;
text-transform : uppercase;
color : #000066;
background-color : inherit;
}
h2 {
margin : 10px 0 0 0px;
font-size : 110%;
color : #000066;
}
.img {
float : left;
padding : 10px;
border : none;
}
.img a {
border : none;
}