<style type="text/css">
  body2 {
         width: 100%;
         background-image:url("images/neptune800.jpg");
         background-repeat: no-repeat;
         background-size: 100%;
         }
  body  {
        background-color: #fcfcff;
      }
  fieldset {
         background: transparent;
         opacity: 1.0;
         filter: alpha(opacity=70);
         border-width: 1px;
         border-color: #000;
         padding: 10px;
         }
  legend {
         color: #000;
         background: transparent;
         }

   a:link { color: #00a; text-decoration: none;}

   a:visited {color: #00a; text-decoration: none;}

   .hover:hover {
      background-color: #ffff55;
      /*background-color: #ffff00;*/
      cursor: pointer;
      color: #00a;
      }
   .hoverNoYellow:hover {
      cursor: pointer;
      color: #00a;
      }
   img#bg {
         opacity: 0.9;
         filter: alpha(opacity=70);
         position: fixed;
         top: 0px;
         left: 0px;
         width: 100%;
         height: 100%;
         }

   div#nav {
   	    position: fixed;
	    top: 100px;
	    /*left: 0px;*/
	    width: 150px;
	    height: 100%;
	    background-color: #00f;
	    /*background-color: transparent;*/
	    color: #000;
	    font-family: arial, helvetica, sans-serif;
        font-weight: bold;
	    z-index: 2;
   	}

   div#banner {
   	    position: fixed;
	    top: 0px;
	    /*left: 0px;*/
	    height: 100px;
	    /*background-color: #00f;*/
	    font-family: arial, helvetica, sans-serif;
        font-weight: bold;
	    font-size: 40px;
	    text-align: center;
	    width: 1020px;
	    z-index: 2;
	    padding: 0px;
	}

   div#content {
        padding: 20px 0px 0px 20px;
        position: absolute;
        /*top: 100px;*/
        width: 1020px;
        left: 50%;
        margin-left: 5%;
        height: 100%;
        /*background-color: #f9fbed;*/
        /*background-color: transparent;*/
        /*width: 80%;*/
        width: 1024px;
        color: #000;
        position: absolute;
        font-family: arial, helvetica, sans-serif;
        font-size: 12px;
        font-weight: bold;
        z-index:1;
      }
   div#content2 {
        padding: 20px 0px 0px 20px;
        position: absolute;
        top: 100px;
        left: 0px;
        /*margin-left: 5%;*/
        /*background-color: transparent;*/
        /*background-color: #f9fbed;*/
        /*width: 80%;*/
        color: #000;
        position: absolute;
        font-family: arial, helvetica, sans-serif;
        font-size: 12px;
        font-weight: bold;
      }
   .center {
        text-align: center;
         }
   .right {
        text-align: right;
         }
   .vtop {
        vertical-align: top;
         }
   .vmiddle {
        vertical-align: middle;
         }
   .smaller10{
        font-size: 10px;
      }
   .bluer{
        color: #00a;
      }
   .browsetable {
        border-style: solid;
        border-width: 1px 1px 1px 1px;
        border-color: #000;
        border-spacing: 0;
      }
   .padded {
        padding: 15px;
        padding-right: 25px;
      }
   .paddedless {
        padding: 5px;
        padding-right: 25px;
        padding-left: 15px;
      }
   .browsetd {
        border-style: solid;
        border-width: 0 0 1px 0;
      }
   .browsetdnb {
        border-style: solid;
        border-width: 0 0 0 0;
      }
    .indent10 {
        text-indent: 100px;
      } 
   .pho_link {
   	color: #00a;
	cursor: pointer;
	 }
</style>

