
div.topbanner{
  background-image: url(../images/topbannerorg.png);
  width: 750px;
  height: 120px;
  margin-top: 8px;
  margin-left: auto;
  margin-right: auto;
}

div.footerbar{
  width: 743px;
  height: 19px;
  background-color: #002f9a;
  background-image: url(../images/footerbgorg.png);
  padding-right: 7px;
  padding-top: 6px;
  margin-top: 10px;
  margin-bottom: 5px;
  color: #ffffff;
  font-size: 10px;
  text-align: right;
}
div.footerbar a{
  color: #ffffff;
}
div.footerbar a:hover{
  color: #999999;
}





.content1{
  border: 1px solid #002f9a;
  font-size: 12px;
  padding: 7px;
  margin-bottom: 10px;
  width: 549px;
}
.content2{
  border: 1px solid #002f9a;
  font-size: 12px;
  padding: 7px;
  margin-bottom: 10px;
  width: 549px;
  background-image: url(../images/content2bgorg.png);
  background-repeat: no-repeat;
}


.contentfooter{
  width: 555px;
  background-color: #002f9a;
  border: 1px solid #002f9a;
  font-size: 10px;
  color: #ffffff;
  padding: 4px;
  margin-top: -10px;
  margin-bottom: 10px;
  text-align: right;
}
.contentfooter a{
  color: #ffffff;
}
.contentfooter a:hover{
  color: #FF66FF;
}





