body {
  font-size: 12px;
  font-family: verdana, arial, helvetica, sans-serif;
  color:#000000;
  text-decoration: bold;
  background: #ffffff;
  margin: 0px 40px 0px 40px;
  }

p, li, ul, dd, td {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 12px;
  color:#000000;
  }
 
a {
  font-size: 12px;
  color:#167503;
  text-decoration: underline;
  font-weight: normal;
  }
  
a:hover {
  color:#167503; 
  text-decoration:underline;
  }

h1 {font-size: 18px; color: #006699; margin: 0px; padding: 0px;}
h2 {font-size: 16px; color: #006699; margin: 0px; padding: 0px;}
h3 {font-size: 12px; color: #006699; margin: 0px; padding: 0px;}
 
#header {
  height: 40px;
  background: #006699;
  background-image: url(images/ocean.gif);
  background-repeat: no-repeat;
  background-position:top right;
  padding-left: 24px;
  vertical-align: bottom;
  }

#header2 {
  height: 56px;
  background: #006699;
  background-image: url(images/bgplan.gif);
  background-repeat: no-repeat;
  background-position:top right;
  border-top: 2px solid #ffffff;
  padding-left: 24px;
  vertical-align: bottom;
  }

#gradientbar {
  height: 23px;
  line-height: 23px;
  background: #006699;
  background-image: url(images/gradient.jpg);
  background-repeat: no-repeat;
  background-position:top right;
  padding-left: 24px;
  color: #ffffff;
  }

#contentarea {
  padding-left: 128px;
  }


#content { 
  background: #ffffff;
  padding-left: 28px;
  }