h1 {
font-family:arial;
color:#000000; /* black */
font-size:10px;
text-align:left;
}

h3 {
font-family:arial;
color:#0000ff; /* bright blue */
font-size:12px;
text-align:left;
}

h2 {
font-family:arial;
color:#301F6A; /* dark blue */
font-size:16px;
text-align:center;
}

.missiontitle {
font-family:arial;
color:#000000;
font-size:14px;
text-align:center;
}

.bluebox {
background-color:#0000ff;
width:200px;
padding: 5px;
}

.blueboxtop {
background-color: #0000ff;
width: 185px;
padding: 5px;
border:2px groove #ffffff;
}

.blueboxbottom {
background color: #0000ff;
width: 185px;
padding: 5px;
border:2px groove #ffffff;
}

.blueboxtitle {
font-family: arial;
font-size: 12px;
color: #ffffff;
font-weight: bold;
text-align: center;
}

.blueboxtext {
font-family:arial;
color:#ffffff;
font-size:11px;
text-align: left;
font-weight: bold;
}

a {
font-family:arial;
color:#ff0000; /* red */
font-size:12px;
text-decoration:none;
font-weight:bold;
}

a:hover{
font-family:arial;
color:#301F6A; /* orange */
font-size:12px;
text-decoration:underline;
font-weight:bold;
}


/* background image, header */

body {
background-image: url(images/header.gif);
background-repeat: no-repeat;
background-position: 5px 5px;
}


.address {
position: absolute;
top: 7px;
left: 565px;
z-index:2
font-family: arial;
font-size: 11px;
color: #000000;
font-weight: bold;
text-align: right;
}


#nav {
position: absolute;
top: 88px;
left: 125px;
}

#content {
position: absolute;
top: 125px;
left: 30px;
}

#mission {
position: absolute;
top: 725px;
left: 50px;
width: 700px;
border:2px solid #ffcc00;
padding: 10px;
}

.missiontitle {
font-family: arial;
font-size: 12px;
color: #000000;
font-weight: bold;
text-align: center;
}

.missiontext {
font-family:arial;
color:#000000;
font-size:11px;
text-align: left;
}


#bottom {
position: absolute;
top: 835px;
left: 250px;
width: 700px;
padding: 10px;
}
