body{
  background-color: #FFFFFF;
  font-family: verdana, arial, sans-serif;
  margin: 0px 0px 0px 0px;
}
h1{
  font-size: 14pt;
  font-weight: bold;
  margin: 0px 0px 4px 0px;
}
h2{
  font-size: 12pt;
  font-weight: bold;
  margin: 5px 0px 5px 0px;
}
h3{
  font-size: 11pt;
  font-style: italic;
  margin: 8px 0px 3px 0px;
}
img{
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
p{
  font-size: 9pt;
  margin: 1px 10px 15px 10px;
  text-align: justify;
}

#footer{
  text-align: center;
  font-size: 8pt;
  margin: 10px 0 50px 0;
}
#footerBar{
  width: 100%;
  height: 5px;
  background-color: #770022;
  border-top: solid thin #000000;
  border-bottom: solid thin #000000;
}
#header{
  height: 125px;
  background-image: url('images/header.png');
  background-repeat: no-repeat;
}
#mainImageText{
  width: 600px;
  font-size: 8pt;
  border-left: solid 4px #770022;
  margin: -5px 0 0 17px;
  padding-left: 5px;
  padding-top: 8px;
  background-image: url('images/mainLowerRight.png');
  background-repeat: no-repeat;
  background-position: right bottom;
}
#main_content{
  vertical-align: top;
  padding-left: 60px;
}
#menu{
  margin-top: 0px;
  width: 150px;
  border-right: solid 3px #000000;
  border-bottom: solid 3px #000000;
  text-align: right;
  vertical-align: top;
  background-color: #f0f0f0;
}


.imgLeft{
  float: left;
  border: solid 2px #000000;
  padding: 2px;
  margin: 0 8px 8px 0;
}
.imgRight{
  float: right;
  border: solid 2px #000000;
  padding: 2px;
  margin: 0 0 8px 8px;
}
.menuButton{
  font-size: 11pt;
  margin: 5px 5px auto auto;
  cursor: pointer;
}
.menuButton:hover{
  text-decoration: underline;
}
