      body {
        margin: 0;
        padding: 0;
        background: url(/images/udma-page-bg.jpg) center top no-repeat #398fce;
        font-family: arial;
        font-size: 12px;
        color: #333333;
      }
      
      #page {
        width: 818px;
        position: absolute;
        top: 28px;
        left: 50%;
        margin-left: -409px;
        background-color: white;
      }
      
      #footer {
        background-color: #398fce;
        padding: 20px 0;
        text-align: center;
        font-size: 80%;
      }
      
      a, a:link, a:visited {
        color: black;
      }
      
      a:hover {
        color: #990066;
      }
      
      @font-face {
        font-family: "Univers";
        src: url("/fonts/UNIVERB.ttf")
      }
      
      h1 {
        font-family: Univers, Arial;
        color: #910054;
        font-size: 17px;
        font-weight: normal;
        text-transform: uppercase;
      }
      
      h2 {
        font-family: Univers, Arial;
        color: #910054;
        font-size: 15px;
        font-weight: bold;
        text-transform: uppercase;
      }
      
      #navigation {
        background: url(/images/udma-nav-bg.jpg) top left repeat-x #8ebfe2;
        width: 818px;
        height: 118px;
        position: relative;
      }
      
      #navigation>div {
        background-image: url(/images/udma-nav-off.jpg);
        cursor: pointer;
        width: 134px;
        height: 117px;
        position: absolute;
        top: 0;
        left: 2px;
      }
      
      #navigation>div:hover {
        background-image: url(/images/udma-nav-on.jpg);
      }
      
      #navigation>div a {
        width: 134px;
        height: 117px;
        position: absolute;
        top: 0;
        left: 0;
        text-decoration: none;
      }
      
      #navigation>div a span {
        visibility: hidden;
      }
      
      #nav-home {
        left: 2px;
      }
      
      #navigation>div.selected {
        background-image: url(/images/udma-nav-on.jpg) !important;
      }

      #nav-membership {
        left: 138px !important;
      }

      #nav-resources {
        left: 274px !important;
      }
      
      #nav-directory {
        left: 410px !important;
      }

      #nav-ndw {
        left: 546px !important;
      }

      #nav-contact {
        left: 682px !important;
      }
      
      .subnav {
        position: absolute;
        top: 117px;
        right: 0;
        width: 662px;
        height: 16px;
        background: url(/images/udma-subnav.png);
        background-color: auto;
        padding: 3px 10px;
        z-index: 101;
        color: white;
        display: none;
      }
      
      .subnav a {
        text-decoration: none;
      }
      
      .subnav a:link, .subnav a:visited {
        color: white;
        text-decoration: none;
      }
      
      .subnav a:hover {
        color: black;
      }
      

      
      #header {
        background: url(/images/udma-header-1.jpg);
        width: 818px;
        height: 132px;
        position: absolute;
        top: 118px;
        left: 50%;
        margin-left: -409px;
        z-index: 100;
      }
      
      #header img {
        position: absolute;
        top: 5px;
        left: 10px;
      }
      
      #noshow {
        display: none;
      }
      
      #hp-intro-text {
        width: 510px;
        position: absolute;
        bottom: 0;
        height: 94px;
        right: 0;
        padding-right: 20px;
      }
      
      #hp-news {
        height: 300px;
        overflow-y: scroll;
        width: 500px;
        min-height: 300px;
      }
      
      #static {
        min-height: 400px;
      }
      
      label {
        display: block;
        margin-top: 5px;
      }
      