body {
  background-color: #fff;
  color: #000;
  font-family:sans-serif; 
}

.em {
  color:#0000dd;
}

a { 
  text-decoration:none; 
}

a:link    { color:#000099; }
a:visited { color:#000099; }
a:hover   { color:#000099; text-decoration: underline; }

hr        { 
  color:#ffffff; 
  background-color:#cccccc; 
  border-style:none; 
  height:1px; 
  width: 100%;
}

table.layout {
  width: 100%;
  border: #000 none 0px;
  border-collapse: collapse;
  border-spacing: 8px;
}

td {
  vertical-align: top;
  padding: 5px;
}

td.spacer-left {
  width: 3%;
}

td.spacer-right {
  width: 15%;
}

td.navbar {
  width: 12%;
  background-color: #eee;
}

div.navbox {
  width: 100%;
  margin-top: 150px;
}

.navbox p {
  margin: 0.5ex 0px;
}

#header {
  width: 100%;
  text-align: center;
  margin-bottom: 4ex;
}

#header h1 {
  font-size: 120%;
  font-weight: normal;
}

#footer {
  text-align: center;
  font-size: smaller;
}

div.section {
  width: 100%;
  text-align: left;
  margin-bottom: 4ex;
}

.section h2 {
  width: 100%;
  background-color: #eeeeee;
  font-size: 140%;
  font-weight: normal;
  text-align: center;
  margin: 2ex 0ex 1ex 0ex;
  padding: 2px 5px 3px 5px;
}

.section p, .section table {
  margin: 0ex 0ex 1ex 0ex;
  padding-left: 60px;
  padding-right: 10px;
  text-align: left;
}
