<style type="text/css">
<!--
body {
  background:  #E2F8CF;
  margin: 0px;
  padding: 0px;
}

#header {
  background: #E2F8CF;
  width: 100%;
  height: 171px;
  margin-top:10;
  margin-left:35; 
}

#nav_bar {
   background:  #E2F8CF;
   width:  100%;
   height:  30px; 
}

#content {
  background: #E2F8CF;
  margin-left:55;
  margin-top:20;
  width: 650px;

  font-family:times;
  font-style:italic;
  color:#313096;
}

#footer {
   background: #E2F8CF;
   clear: both;
   margin-top:20;
   width: 100%;
   font-family:times;
   font-style:italic;

}

#navbtn   {
   background:  #E2F8CF;
   float:left;
   width:108px;
   margin-left:35;
   margin-right:0;
}

#navbtn2   {
   background:  #E2F8CF;
   float:left;
   margin-left:8;
   position:relative;
   margin-left:5;
   margin-right:0;

}


a:link { color: #313096; text-decoration: underline; }
a:active { color: #313096; text-decoration: underline; }
a:visited { color: #313096; text-decoration: underline; }
a:hover { color: #CE4792; text-decoration: underline; }


-->

</style>

