body {
  background-color: #ffffff;
  margin-left: 1%;
  margin-right: 5%;
  margin-top: 5%;
  font-family: Verdana, "Trebuchet MS", Arial, sans-serif;
  color: #300d81; 
  font-weight: normal; 
  font-size: 12px; 
  line-height: 17px;
 }

img.logo {
  margin-left: 9%;
}

div.nav {
  float:left;
  width: 15%;
}

div.content {
  float:right;
  width: 80%;
}

div.picture {
  margin-top: 0%;
  float:right;
  width: 200px;
  padding: 0px;
}

div.picture p {
   margin-top: 0%;
   text-align: center;
   }

div.picture img {
   margin-bottom: 0%;
   }


ul.links {
  list-style-type: none;
  line-height: 25px;
  text-align: right;
  margin-right: 5%;
}

div.main {
  float:left; 
  width:100%;
}

div.footer {
  float: left;
  font-size: 9px; 
  line-height: 14px;
  float:left;
  width: 100%; 
  border-top-style: solid;
  border-top-width: 2px;
  margin-top: 5%;
}

h1 {
  font-weight: bold; 
  font-size: 14px; 
}

h2 {
  font-weight: bold; 
  font-size: 12px; 
}

h1.main {
  font-weight: bold; 
  font-size: 22px; 
  line-height: 26px; 
  margin-left:20%;
  margin-top: -1%;
  margin-bottom: 5%;
}

a {
  font-weight: 600; 
  text-align: right;
  text-decoration: none;
}

a:link {color: #cb6551}
a:visited {color: #a45242}
a:active {color: #521dca}


hr {
  color: #000;
  background-color: #000;
  height: 1px;
}