#navi {
      position:absolute;
      right:0px;
      left:auto;
      width:226px;
      top:134px;
      bottom:0px;
      height:auto;
      background-color:#ff9933
}

#logo {
      position:absolute;
      right:0px;
      left:auto;
      width:227px;
      top:0px	
}

#head {
      position:absolute;
      right:227px;
      left:0px;
      top:0px;
      height:134px;
      background-color:#ff9933;
      width:100%;
}
      
#head img {
      margin-left:30px;
      margin-top:17px
}

#content {
    position:absolute;
    left:0px;
    top:134px;
    right:227px;
    padding:1em;
    padding-left:30px;
    }

body {
     background-color:#003366;
     background-image: url("images/background.png");
     background-repeat: repeat-y;
     background-position: right;
}

body,p,td,th,div,h1,h2,h3,select,input {
    font-size:12pt;
    font-family:Arial,Helvetica,sans;
    color:white;
}

select,input {
    font-size:11pt;
    color:black;
    }

strong {
    color: #FF9933;
    font-weight:bold;
    font-style:normal;
    }

a {
    color: #FF9933;
   }

/* Headings */

h1,h2 {
    color: #FF9933;
    font-weight:bold;
    }
    
h1 {
    font-size:15pt;
    }

h2 {
    font-size:12pt;
    }

.subtitle {
    margin-top:-1em;
    font-size:10pt;
    }

p {
    max-width: 54em;
    }

.small {
    font-size:8pt;
    }