* {
  margin: 0;
  padding: 0;
}

body {
  text-align: center;
  font: 100% arial, helvetica, sans-serif;
  color: #000000;
  background: #ffffff;
}

#PageHeader {
  margin: auto;
  border: 0px solid #C1A459;
  width : 90%;
  text-align: left;
  background: #C1A459;
}

#NavBar {
  list-style: none;
  border-top: 1px solid #ffff00;
  border-bottom: 1px solid #ffff00;
  background: #C1A459;
}

#NavBar LI {
  display: inline;
  margin: 0 -2px;
}

#NavBar A {
  text-decoration: none;
  color: #ffff00;
  padding: 0 20px;
}

#NavBar #NavBar a:focus, #NavBar a:hover {
  color: #008000;
  background: #ffff00;
  text-decoration: underline;
}

#LnkBar {
  list-style: disc;
}

#LnkBar LI {
  display: block;
  /* margin: 4 8 4 8; */
}

#LnkBar A {
  text-decoration: none;
  color: #0000ff;
  padding: 0 0px;
  target: _blank;
}

#LnkBar #LnkBar a:focus, #LnkBar a:hover {
  color: #008000;
  background: #ffff00;
  text-decoration: underline;
}

#MainPage {
  width: 90%;
  border: solid #C1A459;
  padding: 10 10 10 10;
  text-align: left;
}

h1 {
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  text-decoration: underline;
  margin-bottom: 20px;
}

h2 {
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  text-decoration: underline;
  margin-bottom: 20px;
}

h3 {
  font-size: 14px;
  font-weight: bold;
  color: #000000;
  text-decoration: underline;
  margin-bottom: 20px;
}

h4 {
  /* small font */
  font-size: 12px;
  font-weight: normal;
  color: #000000;
  text-decoration: none;
  margin-left: 10px;
  margin-bottom: 20px;
}

p {
  font-size: 14px;
  font-weight: normal;
  color: #000000;
  text-decoration: none;
  margin-left: 10px;
  margin-bottom: 20px;
}

p2 {
  font-size: 10px;
  font-weight: normal;
  color: #000000;
  text-decoration: none;
  margin-left: 10px;
  margin-bottom: 20px;
}

sup {
  font-size: 10px;
  font-weight: normal;
  color: #000000;
  text-decoration: none;
}

#BarSup {
  font-size: 10px;
  font-weight: normal;
  color: #ffff00;
  text-decoration: none;
}

#NoBtmSpace {
  margin-bottom: 0px;
}

li {
  display: block;
  font-size: 14px;
  font-weight: normal;
  color: #000000;
  margin-left: 20px;
  margin-bottom: 20px;
}

img.rfloat {
  display: block;
  float: right;
  margin: 15px;
}

img.lfloat {
  display: block;
  float: left;
  margin: 15px;
}
