html, body {
  padding: 0px;
  margin: 0px;
  background-color: #DDDDE3;
  background: url(graphics/bg.jpg);
  height: 100%;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 11px;
  }
html>body #base {
  height: auto;
  }
#head {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  padding: 0px;
  margin: 0px;
  height: 9px;
  background: url(graphics/bg_head.gif);
  border-bottom: 1px solid #656A70;
  z-index: 9;
  }
#head img {
  position: absolute;
  top: 0px;
  left: 20px;
  width: 82px;
  height: 9px;
  padding: 0px;
  margin: 0px;
  background: url(graphics/bg_head_focus.gif);
  border-right: 1px solid #757A80;
  border-left: 1px solid #757A80;
  }
#logo {
  position: absolute;
  left: 21px;
  top: 10px;
  width: 250px;
  height: 30px;
  z-index: 1;
  }
#tag {
  position: absolute;
  right: 25px;
  top: 35px;
  letter-spacing: .5pt;
  color: #8888AA;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 11px;
  z-index: 2;
  }


#nav {
  position: absolute;
  left: 21px;
  top: 67px;
  z-index: 2;
  }
#nav ul {
  list-style: none;
  border: none;
  padding: 0px;
  margin: 0px;
  line-height: 17px;
  width: 82px;
  }
#nav ul ul {
  display: none;
  }
#nav li {
  line-height: 16px;
  padding: 0px;
  margin: 1px 0px;
  text-align: right;
  }
#nav li a {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 11px;
  letter-spacing: .3pt;
  text-decoration: none;
  color: #778899;
  display: block;
  padding: 0px 4px 0px 0px;
  margin: 0px;
  }
#nav li.here a, #nav li a:hover {
  background-color: #EDEEEF;
  }


#base {
  position: relative;
  height: 100%;
  min-height: 100%;
  padding: 0px;
  margin: 0px 20px;
  background: url(graphics/bg_v.gif) repeat-y left;
  border-left: 1px #C6CDD6 solid;
  border-right: 1px #C6CDD6 solid;
  }
#grid {
  background: url(graphics/bg_h.gif);
  }
#main {
  padding: 71px 0px 1px 124px;
  }


h1, h2, h3, h4, h5, h6 {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #000033;
  margin-top: 2px;
  margin-bottom: 17px;
  letter-spacing: .3pt;
  }
p {
  line-height: 17px;
  margin: 0px 0px 17px 0px;
  letter-spacing: .3pt;
  background: url(graphics/bg_p.gif) repeat-y left;
  display: block;
  }
p.note {
  padding-top: 1px;
  font-size: .8em;
  }
#main a {
  text-decoration: none;
  color: #666666;
  }
#main a:hover {
  text-decoration: none;
  color: #DD3300;
  }



.listintro, h1.listintro, h2.listintro, h3.listintro, h4.listintro, h5.listintro, h6.listintro, p.listintro {
  margin-bottom: 0px;
  }

#main ul {
  margin-top: 0px;
  margin-left: 6pt;
  padding-left: 6pt;
  }
#main ol {
  margin-top: 0px;
  margin-left: 8pt;
  padding-left: 1em;
  }
#main li {
  line-height: 17px;
  list-style-type: disc;
  }


body, body div, body p, body th, body td, body li, body dd, li a {
  font-size: x-small;      
  /* false value for WinIE4/5 */
  voice-family: "\"}\"";   
  /* trick WinIE4/5 into thinking rule is over */
  voice-family: inherit;   
  /* recover from trick */
  font-size: small
  /* intended value for better browsers */
  }

html>body, html>body div, html>body p, html>body th, html>body td, html>body li, html>body dd, html>body a {
  font-size: small
  /* be nice to Opera */
  }
