html {
  height: 100%;
  overflow: hidden;
  }

body {
  font-family: Trebuchet MS, Verdana, arial, sans-serif;
  font-size: 10pt;
  line-height: 120%;
  color: #000000;
  background-color: #FFFFFF;
  height: 100%;
  overflow: hidden;
  }

a{text-decoration: none; color: #EE1111; }
a:hover  { border-bottom: 1px solid #EE1111; }

a.latent, a.latent:hover, a.latent:active, a.latent:link, a.latent:visited {color: #000000; text-decoration: none; border-bottom: 0px}
a.menu{ text-decoration: none; color: #EE1111; }
a.menu_selected{ text-decoration: none; color: #EE1111; border-top: 2px solid; }



h4 { font-weight: bold; border-bottom: solid 2pt; }

#menu {
  position: absolute;
  height: 4em;
  width: 100%;
  top: 0;
  left: 0;
  margin: 0px 0px 0px 0px;
  padding: 0px;
  overflow: none;
  background-position: top left;
  background-color: white;
  z-index: 1;
  border-bottom: solid 1px #EE1111;
  }


body>div#menu {
  position: fixed;
  }


#content2 {
  overflow: none;
  border-style: none;
  padding-top: 5em; 
  padding-bottom: 1em;
/*   margin: 4em 0px 0px 0px; */
  line-height: 120%;
  min-height: 100%;
  z-index: 0;
  }


#content {
  position: absolute;
  top: 4em;
  bottom: 0em;
  left: 0em;
  right: 0em;
  /* margin: 0px 5em 0px 0px; */
  padding-top: 1em;
  padding-bottom: 1em;
  line-height: 120%;
  overflow: scroll;
  z-index: 0;
  }


body>div#content {
  position: fixed;
  }

#menu_old {
  position: absolute;
  height: 100%;
  width: 160px;
  top: 0;
  left: 0;
  margin: 0px 0px 0px 0px;
  padding: 0px;
  overflow: auto;
  line-height: 150%;
  background-position: top left;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-padding: 0px;
  background-image: url(crumpled_paper2.jpg);
  }

body>div#menu_old {
  position: fixed;
  }



.myrow { background-color: #EEEEEE; font-size: 9pt; width: 100%; } 




#vertmenu {
  top : 0px;
  bottom : 0px;
font-size: 100%;
padding: 0px;
margin: 0px;
}


#vertmenu ul {
list-style: none;
margin: 0px;
padding: 0px;
border: none;
}
#vertmenu ul li {
margin: 0px;
padding: 0px;
}
#vertmenu ul li a {
display: block;
text-decoration: none;
}

#vertmenu ul li a:hover, #vertmenu ul li a:focus {
border-bottom: none; text-decoration : underline;
background-color: #eeeeee;
}

