body {
  margin : 0;
  padding : 0;
  background-color : #d07b3a;
  color : #000080;
}
p, ul, ol, li, div {
  font : 14pt Arial,geneva,helvetica;
}
dt {
  font : bold 14pt Arial,geneva,helvetica;
}
dd {margin-bottom : 1em; }
h1 {
  font : bold 20pt Arial, Helvetica, geneva;
}
h2 {
  font : bold 18pt Arial, Helvetica, geneva;
}

.txtleft {
  float: right;
  margin: 7px;
  clear: both;  
  max-width: 33%;
  min-width: 200px;
  height: auto;
}

.txtright {
  float: left;
  margin: 7px;
  clear: both;  
  max-width: 33%;
  min-width: 200px;
  height: auto;
}
.txtrightsm {
  float: left;
  margin: 7px;
  clear: both;  
  max-width: 25%;
  min-width: 150px;
  height: auto;
}
.txtleftsm {
  float: right;
  margin: 7px;
  clear: both;  
  max-width: 25%;
  min-width: 150px;
  height: auto;
}

#header {
  position : fixed;
  width : auto;
  height : 150px;
  /*
  height : 20%;
  min-height : 100px;
  max-height : 200px;
  */
  top : 0;
  right : 0;
  bottom : auto;
  left : 225px;
  border-bottom : 2px solid #cccccc;
  border-left : 2px solid #cccccc;
  background-color : #d07b3a;
  background-image: url(images/bg-head.jpg);
  background-size : 800px 100%;
  -moz-background-size: 800px 100%;
  background-repeat: no-repeat;
  padding-left: 5px;
}
#logo {
  padding-left: 5px;
  position : fixed;
  width : 225px;
  height : 150px;
  /*
  height : 20%;
  min-height : 100px;
  max-height : 200px;
  width : 15%;
  min-width : 150px;
  max-width : 300px;
  */
  top : 0;
  right : 0;
  bottom : auto;
  left : 0;
  border-bottom : 2px solid #cccccc;
  background-color : #d07b3a;
  background-image: url(images/bg-logo.jpg);
  background-size : 100%;
  -moz-background-size: 100%;
  background-repeat: no-repeat;
}
#navigation {
  position : fixed;
  top : 152px;
  bottom : 30px;
  left : 0;
  height : auto;
  width : 225px;
  color : #000080;
  padding : 5px;
  overflow : auto;
  background-color : #d07b3a;
  background-image: url(images/bg-left.jpg);
  background-size : 100% 600px;
  -moz-background-size: 100% 600px;
  background-repeat: no-repeat;
}
  #navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border: none;
    }
    
  #navigation li {
    font : bold 16pt Arial, Helvetica, geneva;
    margin: 0;
    padding-top: 3px;
    padding-bottom: 3px;
    }
  #navigation span.inner ul {
    position: relative;
    top: -3px;
    list-style: none;
    margin-left: 5px;
    padding-left: 5px;
    padding-top: 0px;
    padding-bottom: 5px;
    border: none;
    }
    
  #navigation span.inner li {
    font : bold 12pt Arial, Helvetica, geneva;
    margin: 0;
    }
  #navigation li a {
    text-decoration: none
    }
/*
  a { color : #4444FF }
  a:visited { color : #666666 }
*/
  a { color : #7070a0 }
  a:visited { color : #000080 }
  #navigation li a:hover {
    color : #000080;
//    background-color : #e6dfa8;
    text-decoration: underline;
  }

#content {
  position : fixed;
  top : 152px;
  bottom : 30px;
  left: 225px;
  right : 0px;
  width : auto;
  max-width: 1200px;
  /*
  min-width: 800px;
  min-height: 600px;
  */
  height : auto;
  padding-left : 15px;
  padding-right : 12px;
  margin-bottom : 10px;
  color : #000080;
  border-left : 2px solid #cccccc;
  overflow : auto;
  background-color : #d07b3a;
  background-image: url(images/bg-content.jpg);
  background-repeat: no-repeat;
  background-size : 800px 600px;
  -moz-background-size: 800px 600px;
  color : #000000;
}
#content h1, #content h2 {
  color : #cc0080;
  color : #000080;
}
#footer {
  position: fixed;
  width: 100%;
  height: 30px;
  top: auto;
  bottom: 0;
  border-top : 2px solid #cccccc;
  background-color : #d07b3a;
  padding-top : 8px;
  padding-left: 5px;
}
