body {
  font-family: arial, helvetica, sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  width: 95%;
  min-width:630px;
  max-width:720px
}
body a:link {  
  color: #3D1F13;
  text-decoration: none;
}
body a:visited {
  color: #3D1F13;
  text-decoration: none;
}
body a:hover {
  background:  #492e24;
  color: #ffffff;
  text-decoration: none;
}

p {
 margin-top: 0px;
 padding: 0px;
}

ul.c {
  list-style-type:circle;
  padding-left: 15px;
  margin-top: 0px;
}

div.rightalign {
  position: absolute;
  top: 5px;

  width: 630px;
}

div.top {  
  margin: 0px;  
  border: 1px dashed #444444;
  width: 630px;
  font-size: 10pt;
  padding: 5px;
  height: auto;
}

div.research {
  float: right;
  margin: 0px;
  padding: 5px;
  border: 1px solid #444444;
  width: 630px;
  font-size: 10pt;
}

div.afl {
  position: relative;
  text-align: right;
  top: 0px;
  left: 0px;
  height: auto;
  
}

div.conf {  
  position: relative;
  left: 10px;
  text-align: left;
  padding: 10px;  
  height: auto;
}
div.conf a {
  text-decoration: none;
}

div.conftext {
  display: inline-block;
  font-size: 16pt;  
  border: 1px solid #000000;
  color: #ffffff;
}


div.disclaimer {
  position: relative;
  text-align: left;
  top: 0;
  left: 0px;
  padding: 5px;
  margin: 0px;
  height: auto;
  font-size: 6pt;
}

div.items p:not(:target) {display: none}
div.items p:target {display: block}




div.menuu { padding:5px; min-height: 800px; position: relative; width: 640px; }
div.menuu > div a { 
    margin-left: -1px; 
    position: relative; 
    text-decoration: none; 
    display: block; 
    float: left; 
    padding: 5px 10px; 
    border: 1px solid #444444;
}
div.menuu > div a:hover {
    background:  #492e24;
    color: #ffffff;
}
div.menuu > div:target > a { 
    background: #ff9900; 
    color: black;
    border: 1px solid #ff9900; 
}


div.menuu > div > div { 
    z-index: -2; 
    left: 0; 
    top: 30px; 
    padding: 20px; 
    width: 640px; 
    height: 800px;
}

div.menuu > div:target > div { z-index: -1; }


div.menuu > div > div a:link {
  padding: 0px;
  border: 0px;
  text-decoration: none;
}
div.menuu > div > div a:visited {
  text-decoration: none;
}
div.menuu > div > div a:hover {
  background: #f96c00;  
  text-decoration: none;
}



