
  html { overflow-y: scroll; }
  body { font-family: Arial, sans-serif; background-color: white; margin: 0; }
  th { border-bottom: 1px #999999 dashed; text-align: left; }
  img { border: none; }
  h1 { font-size: 155%; color: #004488; border-bottom: 1px #999999 dashed; padding-bottom: 0.5em; padding-top: 0.5em; }
  h2 { font-size: 130%; color: #004488; border-bottom: 1px #999999 dashed; padding-bottom: 0.5em; padding-top: 0.5em; }
  h3 { font-size: 105%; color: #004488; border-bottom: 1px #999999 dashed; padding-bottom: 0.5em; padding-top: 0.5em; }
  a { text-decoration: none; color: #004488; }
  a:hover { text-decoration: underline; }

  #nav ul { text-align: center; border: #595959 1px solid; padding: 0; margin-top: -5px; margin-left: 0; background: url(/images/menutexture-unsel.png); background-repeat: repeat-x; background-color: #000000; font-size: 75%; }
  #nav ul li { background-color: #ffffff; text-align: center; display: inline; background: url(/images/menutexture-unsel.png); background-repeat: repeat-x; background-color: #000000; padding-left: 1em; padding-right: 1em; }
  #nav ul li a { color: #ffffff; text-decoration: none; }
  #nav ul li:hover { border: #438fd4 1px solid; margin-left: -1px; margin-right: -1px; background: url(/images/menutexture-sel.png); background-repeat: repeat-x; background-color: #114ba6; }

  #parent { display: block; min-height: 100%; width: 100%; position: absolute; top: 0px; left: 0px; z-index: 0; }
  #logo { height: 135px; text-align: center; }
  #logoImg { padding-top: 8px; }
  #w3c { position: absolute; right: 5px; top: 5px; z-index: 999; padding: 0px; margin: 0px; }
  #mainpage { margin: 1.0em; padding-bottom: 4.0em; width: 55%; margin-left: auto; margin-right: auto; font-size: 85%; }
  #loginmsg { font-size: 100%; }
  #loginmsg a { color: #000000; text-decoration: underline; }
  #footer { border-top: 1px #000000 solid; background-color: #eeeeee; width: 100%; position: absolute; left: 0px; bottom: 0px; z-index: 999; padding: 0px; margin: 0px; }
