body {
  font-family: Trebuchet MS, Arial, sans-serif;
  background: #ffffff;
  margin: 0;
  padding: 0;
}

div.Header h1 {
  position: relative;
  margin: 0px;
  font-size: 103px;
  font-style: italic;
  font-weight: bold;
  
  text-shadow: -4px 4px 3px #999999;
}

div.formerly {
  font-size: 1em;
  font-style: italic;
}

div.motto {
  margin-bottom: 10px;
  height: 30px;
  font-size: 2em;
  font-style: italic;
  font-weight: bold;
}

div {
  font-size: small;
  padding: 15px;
}

div.Left {
  position: relative;
  float: left;
  width: 140px;
}

div.Middle {
  position: relative;
  float: left;
  width: 620px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-style: solid;
  border-color: black;
  padding-top: 0px;
  margin-top: 0px;
  text-align: justify;
}

ul {
 list-style-type: none;
}


.Middle h2 {
  font-size: x-large;
  fontweight: bold;
  font-style: italic;
}

.Middle h3 {
  font-size: large;
  font-weight: bold;
  font-style: italic;
}

.Middle h4 {
  font-weight: bold;
}


div.Right {

  position: relative;
  float: left;
  width: 150px;
  font-weight: bold;
  list-style-type: none;
}

div.Body {

  width: 1020px;
  margin-left: auto;
  margin-right: auto;
  background: #f5ebc9;
  margin-top: 20px;
  overflow: auto;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  box-shadow: 5px 10px 10px #000000;
  min-height: 100%;
}

.footer {
  clear: both;
  position: relative;
  width: 400px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  font-size: small;
  text-align: center;
  
}

.footer-container {
  float: left;
  height: 10px;
  width: 100px;
  padding: 5px;
  text-align: center;
  vertical-align: middle;
  color: red;
}

.footer ul li{
  display: inline;
}

.footer ul li a{
    float: left; text-decoration: none;
    
  
}
  
.footer a:link {
  color: red;
}
.footer a:visited {
  color: red;
}
.footer a:hover {
  color: blue;
}



.Middle ul {
  list-style-type: circle;
  padding: 0px;
  margin: 0px;
}

ul.b {
  float: left;
  list-style-type: none;
}

a:link {
  text-decoration: none;
  color: black;
}

a:visited {
  text-decoration: none;
  color: black;
}
.Middle a {
  font-style: italic;
  font-weight: bold;
  color: MidnightBlue;
}

.Middle a:link {
  color: MidnightBlue;
}
.Middle a:visited {
  color: MidnightBlue;
}

.Middle a:hover {
  color: white;
  background-color: black;
}

.Right a {
  font-style: italic;
  font-weight: bold;
  color: MidnightBlue;
}

.Right a:link {
  color: MidnightBlue;
}
.Right a:visited {
  color: MidnightBlue;
}

.Right a:hover {
  color: white;
  background-color: black;
}

.Left a {
  font-style: italic;
  font-weight: bold;
  font-size: 14px;
  color: MidnightBlue;
}

.Left ul{
 margin 0px;
 padding: 0px;
  float: left;
}


.Left ul li a{
    float: left; text-decoration: none;
    padding: 10.5px 11px;
    font-size: 16px;
  font-style: italic;
  font-weight: bold;
}

.Left a {
  color: MidnightBlue;
}

.Left ul li a:hover {
  background-color: #000000;
  color: #ffffff;
}



.navbarContainer {
  float: left;
  width: 100%;
  padding-left: 40px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  width: 960px;
  border-style: solid;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-color: red;
  vertical-align: top;
 
 
 
}
  

.navbar {
  float: left;
  height: 20px;
  width: 90px;
  padding: 5px;
  border-left-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-right-width: 1px;
  border-style: solid;
  
  font-style: italic;
  font-weight: bold;
  text-align: center;
}
  
.navbarContainer ul{
 margin 0px;
 padding: 0px;
  float: left;
}



.navbarContainer ul li{
  display: inline;
}

.navbarContainer ul li a{
    float: left; text-decoration: none;
    padding: 10.5px 11px;
    font-size: 16px;
  font-style: italic;
  font-weight: bold;
}

.navbarContainer a {
  color: MidnightBlue;
}

.navbarContainer ul li a:hover {
  background-color: #000000;
  color: #ffffff;
}



#quoteHolder {
  position: absolute;
  top: 30px;
  right: 0px;
  width: 300px;
  font-style: italic;
  font-weight: bold;
  font-size: 16px;
  
}
  
#logo {
  position: absolute;
  top: -20px;
  right: 400px;
}

#issueNo {
  position: absolute;
  right: 10px;
  top: 0px;
  height: 30px;
  width: 200px;
  font-size: large;
  font-style: italic;
  font-weight: bold;
}

.Middle h5 {
  margin-left: 20px;
  margin-right: 20px;
  font-style: italic;
}

.Middle h6 {
  margin-left: 50px;
  margin-right: 15px;
  font-size: 18px;
}

