body {background: #081b64 url('stars.jpg') no-repeat; 
      margin: 0; 
      padding: 0;}
      
body, div {font: 12px arial,verdana,geneva,lucida,sans-serif;} 

img {border: none;}

h1 {color: white; 
    width: 60%; 
    margin-left: auto; 
    margin-right: auto;
    margin-top: 30px;}
    
h2 {color: #081b64; font-size: 14px; background: white url('h2-bckgrd.jpg') repeat-x; margin: 0; padding: 2px 2px 2px 10px;}    

h3 {color: #081b64; font-size: 12px; margin: 10px 0 0;}    

#wrap {width: 725px;
       margin: 0;
       margin-left: auto; 
       margin-right: auto; 
      }
   
#content {background: #fff; 
          padding: 20px;
          }
          
          
          
#cont-left {width: 65%;
            float: left;
            line-height: 150%;}
            
#cont-right {
       width: 25%;
       padding: 0 15px 5px 30px;
       border-left: 2px dotted #081b65;
       float: right;
       line-height: 150%;}
       
#cont-right ul {
       padding: 0;
       margin: 0 0 0 15px;
       }
              
#cont-right ul li, #cont-right p {
       font-size: 11px;
       line-height: 120%;
       padding: 0;
/*       padding-left: 10px; */
       }
       
#cont-right ul li {
       text-indent: 10px;
       }
       
       
#clr {clear: both;}       
       
/* #cont-right img {border: 1px solid black;} */      
       
.noline {text-decoration: none;}       

#bottom {color: white; 
         margin-right: auto; 
         margin-left: auto; 
         text-align: center; 
         margin-top: 10px;}   
   

/* nav */

#nav ul {
     padding: 2px 0;
     margin: 0;
     list-style-type: none;
     background-color: #28a3c5;
     color: white;
     font-size: 13px;
     text-align: center;
     border-top: 2px solid #081b64; 
     border-bottom: 2px solid #081b64; 
     }
     
#nav ul li {display: inline; 
     }

#nav ul li a {
     padding: 2px 15px;
     background-color: #28a3c5;
     text-decoration: none;
     color: white;
     font-weight: bold;
     font-size: 13px;
     margin: 0;
     }

#nav ul li a:hover, #nav ul li #current {
     padding: 2px 15px;
     background-color: #081b64;
     margin: 0;
     }
     
   
small {font-size: 10px;}

.rgt {text-align: right;}

.tdleft {
     width: 70%; 
     }
.tdright {width: 25%; 
/*     padding-left 30px;  */
     border-left: 2px dotted #081b65;
     } 
.spce {padding-bottom: 10px;}
.lft {text-align: left; padding-left: 10px;}

.port-left {
     float: left;
     width: 25%;
     margin-top: 10px;
     }
.port-right {
     float: right;
     width: 75%;
     margin-top: 10px;
     }
.clrfloat {clear: both;}    
.port-right h3 {
     padding: 0;
     margin: 0;
     }


/* form */
form {border: none; margin-top: 10px;}
label {float: left; width: 13em; text-align: right; padding-right: 10px;}
#subbtn {margin-left: 170px;}