body
{
  margin: 0px;
  background-color: #732005;
}

h1
{
  font-size: 14pt;
  font-weight: bold;
  text-align: center;
  margin-left: 15px;
  margin-right: 15px
}

h2
{
  font-weight: bold;
  text-align: justify;
  font-family: Times New Roman;
  font-size: 12pt;
  margin-left: 15px;
  margin-right: 15px
  margin-bottom: 0px;
}

h3
{
  font-weight: bold;
  text-align: justify;
  font-family: Times New Roman;
  font-size: 12pt;
  margin-left: 45px;
  margin-right: 15px
  margin-bottom: 0px;
}

h4
{
  text-align: justify;
  margin-left: 15px;
  margin-right: 15px;
  text-indent: 10px;
  font-size: 12pt;
  font-weight: normal;
}

.member
{
  margin-left: 15px;
  font-family: "Times New Roman";
  font-size: 12pt;
}

.member:first-line
{
  text-decoration: underline;
}

.title
{
  margin-top: 0px;
  font-variant: small-caps;
  font-weight: bold;
  font-size: 18pt;
}

.subtitle
{
  margin-left: 5px;
  margin-bottom: 0px;
  font-weight: bold;
}

.paragraph
{
  font-weight: regular;
  text-align: justify;
  font-family: Times New Roman;
  font-size: 12pt;
  margin-top: 0px;
  margin-left: 15px;
  margin-right: 15px
}

.paragraph2
{
  font-weight: regular;
  text-align: justify;
  font-family: Times New Roman;
  font-size: 12pt;
  margin-top: 0px;
  margin-left: 45px;
  margin-right: 15px
}

.comingsoon
{
  font-weight: bold;
  text-align: center;
  font-family: Times;
  font-size: 12pt;
}

a
{
  text-decoration: none;
}

.bodylink
{
  text-decoration: underline;
  font-weight: bold;
  color: #732005;
}

.header
{
  background-image: url('../images/header.jpg');
}

#dropmenudiv
{
  position: absolute;
  border: 1px solid #732005;
  border-bottom-width: 0;
  font: normal 14px Times;
  color: #000000;
  line-height: 18px;
  z-index: 100;
}

#dropmenudiv a
{
  width: 100%;
  display: block;
  text-indent: 3px;
  border-bottom: 1px solid black;
  padding: 1px 0;
  color: #732005;
  text-decoration: none;
  font-weight: bold;
}

#dropmenudiv a:hover
{
  /*hover background color*/
  background-color: #732005;
  color: #F3EECA;
}