  /************************
   * GLOBAL LAYOUT STYLES *
   ************************/     
      
      #page-container
      {
        width: 990px;
        margin: auto;
        padding: 0;
      }
    
      /************* Top Section **************/
      #page-header
      {
        background-image: url('../images/header.jpg');
        width: 990px;
        height: 194px;
        float: left;
      }
      
      /************* Navigation Section **************/
      #page-leftlinkssection
      {
        background-image: url('../images/girlblackboard.jpg');
        width: 323px;
        height: 389px;
        float: left;
      }
      
      #page-leftlinks
      {
        position: relative;
        width: 200px;
        top: 30px;
        left: 50px;
      }

      /************* Content Sections Holder **************/
      #page-content-section
      {
        background-color: #FFFFFF;
        width: 667px;
        height: 300px;
        float: left;
      }
      
      /************* Content Left Section **************/
      #page-content-leftsection
      {
        width: 78px;
        float: left;
      }

      #page-content-topleft
      {
        background-image: url('../images/content-topleft.jpg');
        width: 78px;
        height: 91px;
        float: left;
      }

      #page-content-leftborder
      {
        background-image: url('../images/content-leftborder.jpg');
        background-repeat: repeat-y;
        width: 78px;
        height: 300px;
        float: left;
      }

      /************* Content Right Section **************/
      #page-content-rightsection
      {
        width: 62px;
        float: left;
      }

      #page-content-topright
      {
        background-image: url('../images/content-topright.jpg');
        width: 62px;
        height: 91px;
        float: left;
      }

      #page-content-rightborder
      {
        background-image: url('../images/content-rightborder.jpg');
        background-repeat: repeat-y;
        width: 62px;
        height: 300px;
        float: left;
      }
      
      /************* Content Middle Section **************/
      #page-content-middlesection
      {
        width: 527px;
        height: 391px;
        float: left;
        overflow: auto;
      }

      /************* Footer Section **************/
      #page-footer
      {
        background-image: url('../images/footer.jpg');
        background-repeat: no-repeat;
        width: 990px;
        height: 160px;
        float: left;
      }

      #page-footerdisclaimer
      {
        position: relative;
        width: 460px;
        left: 500px;
        top: 100px;
      }
      
  /************************
   * SITE LAYOUT STYLES *
   ************************/     
      body
      {
        background-color: #c2c9f4;
        font-family: Arial;
      }

      h1, h2, h3, h4, h5
      {
        color: #0621A0;
        background-image: url('../images/graduatehat.jpg');
        background-repeat: no-repeat;
        display: block;
        text-indent: 60px;
      }

      /******* Menu links *******/
      .menulink, .menulink:visited, .menulink:link
      {
        font-family: Arial;
        font-weight: bold;
        font-size: large;
        color: #FFFFFF;
        text-decoration: none;
      }

      .menulink:hover
      {
        color: #FFFF00;
      }
      
      /********** Footer Disclaimer ***********/
      .disclaimer
      {
        font-size: xx-small;
        font-family: Arial;
        text-align: right;
      }
      
