body {
  font-family: arial, sans-serif;
  margin: 0px;
}

h1.title {
  font-family: Serif;
  color: white;
  font-style: italic ;
  text-align: center;
  font-size: 28pt;
}

p { line-height: 1.2; }

ul.menu {
  margin: 0px;
  padding-left: 20px;
}

ul.menu li { color: white; }
ul.menu li.current { font-weight: bold; }

p.factsheets {
  font-weight: bold;
  font-style: italic;
  text-align: center;
  color: white;
  margin-bottom: 0px;
}

ul.factsheets {
  margin: 0px;
  padding-left: 20px;
}

ul.factsheets li {
  color: white;
  font-style: italic;
  list-style-type: circle;
}

table#layoutTable {
  width: 100% ;
  border-style: none;
  border-spacing: 0px;
  padding: 0px;
  border-collapse: collapse;
  margin-bottom: 10px;
}

td {
  padding: 0px;
  margin: 0px;
}

img {
  border: 0px none black ;
  padding: 0px;
  margin: 0px;
}

#logo {
  display: block;
  width: 100px ;
  height: 100px ;
}

#headingPanel {
  background-color: #D86630;
}
#footerPanel {
  background-color: #D86630;
  text-align: center;
}
#menuPanel {
  background-color: #D2B7A6;
  vertical-align: top;
}

#contentPanel {
  background-color: #EEEEEE;
  vertical-align: top;
  padding-left: 0px;
  padding-bottom: 20px;
}

hr {
  background-color: #D86630 ; /* Mozilla and Opera use background-color... */
  color: #D86630; /* ...while IE uses color! */
  height: 3px;
  border: 0px none black;
}

#logoPanel {
  width: 100px ;
  height: 100px ;
}

.blackBorder {
  border: 2px solid black ;
}

table.centered {
  margin: 0 auto;
}

div.centered {
  text-align: center;
}

img.nospace {
  vertical-align: bottom ;
}

div.caption, span.caption {
  text-align: center ;
  font-size: 10pt ;
}

