html, body {
  width: 100%;
  height: 100%;
  padding: 0px;
  margin: 0px;
}

body {
  background-color: #02263b;
  font-family: Arial;
  font-size: 8pt;
}

img {
  border: none;
  padding: none;
  margin: none;
}

p {
  text-align: justify;
  font-family: Arial;
  font-size: 10pt;
}

h1 {
  color: #004d83;
  font-weight: bold;
  font-size: 12pt;
  padding-top: 10px;
  margin: 0px;
}

h2 {
  font-weight: bold;
  font-size: 12pt;
  padding-top: 10px;
  padding-bottom: 8px;
  margin: 0px;
}


a:visited {
  text-decoration: none;
  color: #000;
  font-weight: bold;
}

a:link {
  text-decoration: none;
  color: #000;
  font-weight: bold;
}

a:active {
  text-decoration: none;
  color: #02263b;
  font-weight: bold;
}

a:hover {
  text-decoration: none;
  color: #02263b;
  font-weight: bold;
}

td {
  padding-right: 5px;
}

.sitecontainer {
  background-color: #fff;
  background-image: url('../images/sitebackground.png');
  margin-left: auto;
  margin-right: auto;
  width: 820px;
}

.header {
  position: relative;
  padding: 0px;
  margin-left: 20px;
  width: 780px;
  text-align: right;
  height: 200px;
  background-image: url('../images/header.png');
  background-repeat:no-repeat;
  bottom: 0px;
}

.header-content { 
position: absolute;
 height: 52px;
 width: 700px;
 align: right;
 bottom: 0px;
 right: 0px;
 padding-right: 15px;
   font-weight: bold;
  font-size: 10pt;
 }


.sitebody {
  padding-left: 5px ;
  margin-left: 20px;
  padding-right:25px;
  width: 750px ;
}

.sitesponsors {
height: 200px;
  padding-left: 10px ;
  margin-left: 20px;
  padding-right:25px;
  width: 780px;
  font-weight: bold;
  background-image: url('../images/footer.png');
  background-repeat:no-repeat;
}


