      * {
        font-family: Myriad Pro;
        font-size: 12pt;
      }

       
      
       #container {
        width: 990px;
        height: 765px;
        margin: 0 auto;
      }

       #formBox {
        background-image: url('../images/formbox.jpg');
        background-color: #fff;
        margin: 0px 0px 0px 15px;
        background-size:100% 100%;
        background-repeat:no-repeat;
        float: left;
          width: 98%;
          height: 86%;
      }
      
      li { list-style-type: none; }
      img { border: 0px; }

      a.sectionLink { color: #3BB191;text-decoration:none;font-size:12pt; cursor: pointer; }

      h1.sectionHeading { color: #3BB191;font-weight: bold;text-decoration:none;font-size:12pt; }
      
     

      #header {
        text-align:center;
        margin: 60px 50px 20px 170px;
        width: 950px;
        padding-top:5px;
        font-weight: bold;
        font-size: 26px;
        font-style: italic;
      }

      #loginContainer {
        background-image: url('../images/login_bg.jpg');
        background-repeat: no-repeat;
        width: 554px;
        height: 572px;
        margin: 10px auto;
      }


      
      .inputbox {
        line-height: 30px;
        height: 30px;
        width: 294px;
        border:1px solid grey;
        border-radius:5px;
        padding-left:6px;
        padding-right:6px;
       
        background-repeat: no-repeat;
        background-color: white;
        font-size: 10pt;
        
      }
            
     
        #formBox {
        background-image: url('../images/formBox.jpg');
        margin: 0px 0px 0px 15px;
        background-size:100% 100%;
        padding: 30px;
        background-repeat:no-repeat;
        float: left;
          width: 98%;
          height: 86%;
      }

      .menuBar{
    width:100%;
    height:50px;
    display:block;
    position:absolute;
    top:0;
    left:0;
    background-color:#c0dcf3;
    opacity: 0.6;
    font-weight: 700;
    }

.nav{
    margin-right:10px;
      }
      
.nav ul li{
    list-style:none;
    float:left;
    padding-right: 10px;

    }
     
    