body {
background-color: #001c41;
font-size: 12px;
font-family: Verdana, Arial, Helvetica, SunSans-Regular, Sans-Serif;
text-align: center;
padding: 0px;
margin: 0px;
}

div#header{
padding: 10px 10px 10px 400px;
}

#outer
{
width: 920px;
margin: 0px auto;
background-image: url(/css/images/compass_outer.jpg);
background-position: 0px -20px;
background-repeat: no-repeat;
padding: 50px;
}

#inner {
background-color: white;
text-align: left;
vertical-align: middle;
margin: 0px auto;
padding: 0px;
width: 920px;
-moz-border-radius-topleft:5px; -webkit-border-top-left-radius: 5px;
-moz-border-radius-topright:5px; -webkit-border-top-right-radius: 5px;
-moz-border-radius-bottomleft:7px; -webkit-border-bottom-left-radius: 7px;
-moz-border-radius-bottomright:7px; -webkit-border-bottom-right-radius: 7px;

background-image: url(/css/images/compass_inner.png);
background-position: -50px -70px;
background-repeat: no-repeat;
}

div#content{
padding: 5px;
float: right;
width: 730px;
}

div#sidemenucontent {
float: left;
width: 180px;
}

div#footer {
clear: both;
margin-left: auto;
margin-right: auto;
text-align: center;
width: 920px;
background-color: #00588a;
-moz-border-radius-bottomleft:5px; -webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomright:5px; -webkit-border-bottom-right-radius: 5px;
}

div#footer, div#footer a {
  color:white;
}

div#footer p {
  margin: 0;
  padding: 5px 10px;
}

.myborder {
  border-style: solid;
  border-color: #dddddd #aaaaaa #aaaaaa #dddddd;
  border-width: 1px 2px 2px 1px;
  padding: 8px;
  background-color: white;
  text-align: left;
}

div#content h1 {
 font-size: 175%;
 margin: 0px 0px 0px 0px;
 padding-top: 0px;
}
div#content h2 {
 font-size: 150%;
 margin: 0px 0px 0px 0px;
}

div#staff p {
  border-style: solid;
  border-color: #dddddd #aaaaaa #aaaaaa #dddddd;
  border-width: 1px 2px 2px 1px;
  padding: 8px;
  background-color: white;
  text-align: center;
    line-height: 14px;
}
div#staff a {
  color: #000000;
  text-decoration: none;
}
div#staff a span {
  color: gray;
  font-style: italic;
  text-decoration: none;
}
