* {
  padding:0;
  margin:0;
}
* html div {
  zoom:1;
}
body {
  background-color:#ffffff;
  overflow-y:scroll;
  font-family:helvetica,arial,verdana;
  text-align:center;
}
#page {
  background-color:#ffffff;
  text-align:left;
}
#front {
  text-align:center;
}
#front a img {
  border:none;
  width:700px;
}
#front #menu {
  background-color:#e56f7f;
  margin-top:-5px;
}
#menu {
  white-space:nowrap;
  width:700px;
  height:33px;
}
#menu ul {
  text-align:center;
  display:block;
  list-style:none;
  padding:4px 0px;
  font-size:14pt;
  color:black;
}
#menu li {
  display:inline;
  padding:0px 8px;
}
#menu li.selected {
  font-weight:bold;
}
#menu li a {
  text-decoration:none;
  color:black;
}
#menu li a:hover {
  color:white;
}
#top {
  width:700px;
  height:270px;
  background:url('./../images/main-top.png');
}
#page-image {
  float:left;
  margin:1px;
}
#section {
  width:700px;
  text-align:left;
}
#section-header {
  padding-left:10px;
  margin:-35px 0px -1px 0px;
  width:375px;
  color:#000000;
  font-size:20pt;
  font-weight:bold;
  position:relative;
}
h1, h2, h3 {
  color:#000000;
  padding-top:1em;
}
#section-body {
  position:absolute;
  top:0;
  width:100%;
  margin:0;
  padding:0;
  font-size:11pt;
}
#footer {
  width:680px;
  background-color:#5e3819;
  padding:0px 10px;
}
#footer table {
  width:100%;
}
#footer a {
  text-decoration:none;
  color:#ffffff;
}
#footer td {
  font-size:80%;
  color:#ffffff;
}
#footer a:hover {
  text-decoration:underline;
}
img#bottom {
  margin-bottom:-0.4em;
}
p {
  padding:10px 0px;
/* <text-indent value="30px"/> */
}
a {
  text-decoration:none;
  color:#000000;
}
.hide-links a {
  text-decoration:none;
  color:black;
}
a:hover {
  text-decoration:underline;
}
#top, #footer, #section-header, #bottom, .dont-print {
  display:none;
}

