body {
  background-color: 00529C;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  font-size: 13px;
  font-family: verdana;
 

}

#wrapper {
	width: 100%;
}

#logo  {
  width: 800px;
  height: 125px;
  margin: 0px;
  background-color: white;
}

#navigation {
  width: 800px;
  height: 50px;
  margin: 0px;
  background-color: red;
}

#body  {
  width: 800px;
  height: 400px;
  margin: 0px;
  background-color: white;
  text-align: left;
  color: 00529C;
}

#footer  {
  width: 800px;
  height: 75px;
  margin: 0px;
  color: 00529C;
  background-image: url(images/footerimage.gif);
  font-size: 10px;

}

.floatleft{
  float: left;
}

p {
  padding-left: 20px;
  padding-right: 20px;
  
}

a:link {
      text-decoration: none;
}
a:visited {
      text-decoration: none;
}
a:hover {
      text-decoration: none;
}
a:active {
      text-decoration: none;
	  }

.style1 {font-size: 8px;
}

