html, body {
  height: 100%;
}

body {
  background-color: white;
  font-family:      verdana, "trebuchet MS", helvetica, sans-serif;
  font-size:        10pt;
  margin:           0px;
  color:            #444;
}
td {
  background-color: white;
  font-family:      verdana, "trebuchet MS", helvetica, sans-serif;
  font-size:        10pt;
  color:            #444;
}

h2 {
  font-size:        14pt;
}
h3 {
  font-size:        11pt;
}
h4 {
  font-size:        10pt;
  margin-bottom:    0px;
}


#header {
  font-size:        16pt;
  font-weight:      bold;
  padding:          8px;
  margin:           0px;
  color:            #444;
  background-color: #DDD;
  border-bottom:    1px solid #999;
}
#header .subtitle {
  font-size: 10pt;
}

#footer {
  text-align: right;
}


#menucolumn {
  padding:          8px;
  border-bottom:    1px solid #999;
  border-right:     1px solid #999;
}
#contentcolumn {
  padding: 8px 24px 0px 16px;
}

#content {
  max-width: 44em;
}


#menu {
  padding: 0px;
}

#menu ul {
  list-style-type: none;
  margin:  0px;
  padding: 0px;
}
#menu ul li {
  padding-bottom: 6px;
}
#menu ul li a {
  display:         block;
  text-decoration: none;
}
#menu ul li a:hover {
}

#menu ul li ul li {
  padding: 0px 0px 0px 8px;
}
