body {
  margin-left: 0px; margin-right: 0px; margin-top: 0px; margin-bottom: 0px;
  padding-top: 0px; padding-bottom: 0px; padding-right: 0px; padding-left: 0px;
  color: black; background: white;
  font-family: Tahoma, Verdana, Garamond, Times New Roman, Arial, sans-serif;
  background-color: #1556C2;
  font-size: 12pt;
}

#header {
margin: 0 0 0 0;
padding-bottom: 0;
text-align: center;
width: 100%;
height: 100px;
border-bottom: 1px solid black;
}

h1.header {
color: white;
font-size: 125%;
margin: 0 10px 0 0;
float: right;
}

#nav {
background: #00296C;
text-align: center;
padding-top: 3px;
padding-bottom: 3px;
width: 100%;
height: auto;
font-size: 11pt;
}

#nav ul li{
text-align: center;
display: inline;
list-style-type: none;
margin: 0;
padding: 0 0 0 0;
}

#nav ul li a{
color: white;
text-decoration: none;
padding-right: 8px;
padding-left: 8px;
border-right: 1px solid black;
border-left: 1px solid black;
}

#nav a:hover {
background-color: #828282;
color: black;
}

#main {
background-color: white;
border-style: solid;
border-color: black;
border-width: 1px 1px 1px 1px;
margin: auto 15% auto 15%;
padding: 2px;
}

h2 {
text-align: center; 
color: #0A0A0A;
font-size: 22pt;
font-family: Times New Roman;
}

h2.image {
margin-left: 220px;
}

h2.contact {
text-align: left !important;
}

h3 {
font-size: 14pt;
color: black;
font-weight: bold;
font-family: Times New Roman;
}

a {
color: #00296C;
font-weight: bold;
text-decoration: none;
}

a:hover {
color: black;
}

table {
border:0;
width: 100%;
font-size: 13pt;
}

td {
vertical-align: top;
}

td.date {
text-indent: 2em;
}

p.contact {
font-size: 14pt;
font-weight: bold;
}

#center {
text-align: center;
}