body{
  position: absolute;
  width: 800px;
  font-family: Trebuchet MS, Arial,sans-serif;
  font-size: 100%;
  color: black;
  line-height: 1.166;
  margin: 0px;
  padding: 0px;
}

a{
  color:  white;
  text-decoration: none;
}

a:link{
  color:  white;
  text-decoration: none;
}

a:visited{
  color: white;
  text-decoration: none;
}

a:hover{
  color: #006699;
  text-decoration: underline;
}

h1{
  font-family: Trebuchet MS, Verdana,Arial,sans-serif;
  font-size: 140%;
  color: #000059;
  margin: 0px;
  padding: 0px;
}

h2{
  font-family: Arial,sans-serif;
  font-size: 140%;
  color: red;
  margin: 0px;
  padding: 0px;
}

h3{
  font-family: Arial,sans-serif;
  font-size: 110%;
  color: white;
  margin: 0px;
  padding: 0px;
}

h4{
  font-family: Trebuchet MS, Arial,sans-serif;
  font-size: 120%;
  color: white;
  margin: 0px;
  padding: 0px;
}

#header{
  padding: 7px;
  border-bottom: 0px solid #1021EF;
  height: 140px;
  width: 800;
  background-color: #000059;
  background-repeat: no-repeat;
  background-position: top right;
}

#nav {
  padding: 10px;
  border-bottom: 0px solid #E2EAEF;
  border-top: 0px solid #E2EAEF;
  border-right: 0px solid #E2EAEF;
  background-color: #1419DC;
  width: 20%;
}

#main {
  padding: 7px;
  border-bottom: 0px solid #E2EAEF;
  border-top: 0px #E2EAEF;
  border-left: 0px solid #E2EAEF;
  background-color: #2292F0;
  width: 90%;
}

#footer {
  padding: 7px;
  border-bottom: 0px solid #E2EAEF;
  border-top: 0px solid #E2EAEF;
  background-color: #f3f6f8;
  width: 100%;
}
