/*  Main page styles  */

html {

  margin: 0;
  padding: 0;
  text-align: center;

}

body {

  text-align: left;
  margin: 0;
  padding: 0;

}

img {

  padding: 5px 5px 5px 5px;

}

/*  Main divs for layout  */

#header {
  
  width: 100%;
  height: 75px;
  border-bottom: 10px solid #056ee4;

}

#navigation {

  width: 100%;
  height: 35px;

}

#sidebar {

  position: relative;
  top: -36px;
  width: 190px;
  height: 80%;
  margin: 10px 10px 10px 10px;
  padding: 10px 10px 10px 10px;
  border: solid 10px #474747;

}

#content {

  width: 700px;
  position: absolute;
  top: 110px;
  left: 250px;
  margin: 10px 0 0 10px;
  padding: 10px 0 0 10px;
 
}

#footer {

  width: 100%;
  height: 50px;
  text-align: center;
  clear: both;
  float: bottom;
  margin-top: 120px;

}

/*  Menu Link Formatting  */

#menu {

  padding: 0;
  width: 100%;
  background: transparent;
  voice-family: "\"}\"";
  voice-family: inherit;
  top: 10px;
  left: 10px;

}

#menu ul {

  font: bold 10px Verdana;
  margin:0;
  margin-left: 250px;
  padding: 0;
  list-style: none;

}

#menu li {

  display: inline;
  margin: 0 2px 0 0;
  padding: 0;
  text-transform:uppercase;

}

#menu a {

  float: left;
  /*display: block;*/
  color: white;
  margin: 0 1px 0 0; 
  padding: 5px 10px;
  text-decoration: none;
  letter-spacing: 1px;
  background-color: #474747;
  border-bottom: 1px solid white;
  border-top: 1px solid white;

}

#menu a:hover {

  background-color: #056ee4; 

}

#menu #current a { 

  background-color: #056ee4;
  border-color: #056ee4;

}

#menu_line {

  clear: both;
  padding: 0;
  width:100%;
  height: 5px;
  line-height: 5px;
  background: #056ee4;
  top: 35px;

}


/*  Links  */

a:link {

  font-family: Verdana;
  color: #474747;
  text-decoration: none;

}

a:active {
  
  font-family: Verdana;
  color: #056ee4;
  text-decoration: underline;

}

a:visited {
  
  font-family: Verdana;
  color: #474747;
  text-decoration: none;

}

a:hover {
  
  font-family: Verdana;
  color: #056ee4;
  text-decoration: underline;

}

/*  Typography  */

p {

  font-family: Verdana;
  color: #474747;
  font-size: 10pt;

}

h1 {

  font-family: Verdana;
  color: #056ee4;

}

h2 {

  font-family: Verdana;
  color: #056ee4;

}

h3 {

  font-family: Verdana;
  color: #474747;

}

ul {

  font-family: Verdana;
  color: #474747;
  font-size: 10pt;

}

ul:li {

  font-family: Verdana;
  color: #474747;
  font-size: 10pt;

}

ol {

  font-family: Verdana;
  color: #474747;
  font-size: 10pt;

}

ol:li {

  font-family: Verdana;
  color: #474747;
  font-size: 10pt;

}

/*  Spans  */

.footer_links {

  font-family: Verdana;
  font-size: 8pt;
  
}

.mission_statement {
  
  position: absolute;
  top: -15px;
  left: 350px;
  padding-right: 30px;
  margin-right: 30px;

}

.headerSmall {

  font-family: Verdana;
  font-weight: bold;
  font-size: 1.2em;
  color: #474747;

}

.headerTiny {

  font-family: Verdana;
  font-weight: bold;
  font-size: 1em;
  color: #474747;

}
