/* CSS Document */

 .container {position:relative;
              width:670px;
              min-height:800px;
              margin:0 auto;} 
              
  .container h1 {font-family:Century Gothic, Courier New, MS Sans Serif;
                 font-size: 18px;
                 color:rgb(0,51,153);}
                 
  .container h2 {font-family:Century Gothic, Courier New, MS Sans Serif;
                 font-size:17px;
                 color:rgb(0,51,204);
                 font-weight:600;}
                 
  .container h3 {font-family: Century Gothic, Trebuchet MS;
               font-size:17px;
               color:rgb(0,102,255);
               font-weight: 500;} 
                 
  .container p {font-family:Century Gothic, Trebuchet MS;
                font-size:16px;
                color:rgbrgb(1,1,1);
                text-align:justify;}
                
  .container label {font-weight: 600;}
                
   a {text-decoration:none;
      color:rgb(0,51,204);}
      
   a:hover {color:rgb(0,0,102);} 
      
   #linkbar ul {width:370px;
                border-bottom:1px solid rgb(0, 102, 255);
                text-align:right;
                position:absolute;
                right:0px;
                top:0px;
                margin-top:0px;
                padding-top:0px;
                margin-left:0px;
                padding-left:0px;}
      
   #linkbar li {display:inline;
                margin-top:0px;
                padding-top:0px;
                margin-left:0px;
                padding-left:0px;
                margin-right:20px;
                font-size:14px;
                font-family:Century Gothic, Trebuchet MS;}
   
  .newform {width:430px; float:left;}
                
  .newform label {float:left;
       width:150px;
       text-align:right;
       margin-right:10px;
       clear:left;
       font-size:14px;
       font-family:"Verdana", Trebuchet MS, serif;
       line-height:20px;
       vertical-align:middle;
       background-color:rgb(153,204,255);
       margin-top:1px;
       margin-bottom:1px;
       font-weight: 100;}

.newform legend {font-family:Verdana, serif;
                 font-size: 14px;
                 border: 1px solid black;
                 padding:2px 5px;
                 margin-bottom:3px;}

.newform fieldset {border:1px solid black;
                   margin:5px 0px 15px 0px;
                   padding:15px 10px 20px 10px;
                  }

.newform input {margin-top:1px;
                margin-bottom:1px;
                height:22px;
                line-height:20px;
                vertical-align:middle;
                font-family:"Trebuchet MS", Verdana, serif;
                font-size:14px;
                color:#004080;}

.option {font-size:14px;
         line-height:24px;
         font-family:"Verdana", Trebuchet MS, serif;
         margin-top:1px;
         margin-bottom:3px;
         vertical-align:middle;}

.newform textarea {width:400px;
          height:100px;}

.newform #comment {font-size:14px;
          font-family:"Verdana", Trebuchet MS, serif;}  
