
div.non-footer
{
  max-width:1024px;
  /*background-color: transparent;*/
}


div.footer
{
  border-top:1px solid #333;
  max-width:1024px;
}


table.page-header
{
  /*border-bottom:1px solid #404040;*/
  font-size:small;
  width:100%;
  margin: 2ex 0ex 2ex 0ex;
}

td.header-left
{
  text-align:left;
  width:50%;
  padding: 0 0 0 12%;
  font-family: "Georgia", serif;
}

td.header-right
{
  text-align:right;
  width:50%;
  padding: 0 10% 0 0;
}

table.navigation
{
  border-top:1px solid #c0c0c0;
  font-size:80%;
  width:100%;
  margin: 0 0em 15ex 0em;
  border-bottom:1px solid #c0c0c0;
  background-color:#f8f8f0;
  padding: 0 0 0 10%;
}

span.navigation-item
{
  padding:1px 0 1px 0;
}

span.navigation-separator
{
  padding: 0 1em 0 1em;
}

table.page-footer
{
  border-top:1px solid #404040;
  font-size:small;
  width:100%;
  margin: 20ex 0ex 1ex 0ex;
}

td.footer-left
{
  text-align:left;
  width:50%;
}

td.footer-right
{
  text-align:right;
  width:50%;
}

.hyphenate
{
  text-align:justify;
}

span.underlined-letter
{
  text-decoration:underline;
}

.no-height
{
  line-height: 0;
}

h1
{
  font-size:100%;
  font-weight:normal;
  margin: 0px;
  padding: 0px;
  font-family: "Georgia", serif;
}

h2
{
  font-size:150%;
  font-weight:bold;
  margin:5ex 0em 1ex 1em;
  font-family: "Georgia", serif;
}

h3
{
  font-size:110%;
  font-weight:bold;
  margin:2ex 0em 0.5ex 2em;
  font-family: "Georgia", serif;
}

div.main-page
{
  margin: 0 10% 0 10%;
}

div.sidebar
{
  width:33%;
  margin: 0 0 0.5ex 0;
  float: right;
  background-color:#eed;
  padding: 2ex 2ex 2ex 2ex;
  border:1px solid #ddd;
  font-family: "Verdana", sans-serif;
  font-size:90%;
}

h3.sidebar
{
  font-family: "Georgia";
  font-size:110%;
}


