  body {
    padding-top: 5px;
    margin: auto;
    font-family: Verdana, sans-serif;
    font-size: 14px;
    line-height: 150%;
    color: black;
    background-color: white;
text-align: justify;
}

p { 
padding-bottom: 8px; 
}

div.wrapper {
float: center;
width: 700px;
margin: auto;
padding-bottom: 20px;
}

div.header
{
background-color: white;
color: black;
padding-left: 20px;
}
 
div.tagline
{
text-align: center;
color: black;
font-family: Arial, sans-serif;
}


 h1 {
    font-family: Verdana, sans-serif;
    color: black;
    font-size: 32px;
    font-weight: normal;
    text-align: left;
line-height: 40px;
padding-top: 10px;
padding-bottom: 20px;
padding-left: 0px;
margin-bottom: 5px;
margin-top: 5px;
}

 h2 {
    font-family: Verdana, sans-serif;
    color: black;
    font-size: 22px;
font-weight: bold;
    text-align: left;
    padding: 0px;
}

 h3 {
    font-family: Verdana, sans-serif;
    color: #3D3D3D;
    font-size: 14px;
font-weight: strong;
    text-align: left;
padding: 0px;
margin: 0px;
}



div.navigation {
margin-bottom: 24px;
    padding: 10px 10px 10px 0px;
    background-color: #7F7F7F;
	color: black;
}

div.leftside {
float: left;
width: 330px;
}

div.leftside-text {
float: left;
width: 280px;
background-color: #DDDDDD;
color: black;
margin-right: 30px;
margin-bottom: 30px;
    font-family: Verdana, sans-serif;
    font-size: 12px;
line-height: 130%;
padding: 10px;
text-align: justify;
}

div.rightside {
float: left;
width: 370px;
}

div.bottomhalf {
float: left;
Width: 700px;

}

div.whole {
float: left;
Width: 700px;

}

div.bottombar {
 font-family: Verdana, sans-serif;
float: left;
Width: 680px;
height: 20px;
padding: 10px;
background-color: #7F7F7F;
margin-top: 20px;
margin-bottom: 20px;
color: black;
text-align: center;
}

  ul#navbar {
display: inline;
list-style-type: none;
margin-left: -40px;
}


  ul#navbar li {
 font-family: Verdana, serif;
display: inline;
list-style-type: none;
font-size: 18px;
padding-right: 10px;
padding-left: 10px;
font-weight: normal;
color: black;

}

strong { 
font-weight: bold;
color: #11274C;
}

a.navigation:link {
    text-decoration: none;
    color: black;
}

  a.navigation:visited {
text-decoration: none;
    color: black;
}

  a.navigation:hover  {
    text-decoration: underline; 
color: black;
}

address {
    margin-top: 3em;
    padding-top: 1em;
    font-size: 10pt; 
}


  div.intro {
    font-size: bigger;
    font-weight: bolder
}

img.border {
border: 2px solid #11274C;  
border-radius: 40px;
padding: 20px; 
margin-left: -40px;
margin-bottom: 25px;
}

img.left { 
	padding: 3px; 
	margin: 10px 15px 0 0; 
	border: 2px solid #444;  
	float: left; 
	clear: left;
}

img.logo {
float: center;
margin: auto;
}

img.bigleft {
clear: left;
float: center;
}


img.small {
float: right;
clear: left;
padding: 10px 20px 10px 20px;
}

img.smallnopad {
float: right;
clear: left;
padding: 3px 20px 10px 20px;
}

img.smallleft {
float: left;
clear: left;
padding: 10px 20px 10px 20px;
}

img.smallleftnopad {
float: left;
clear: left;
padding: 3px 20px 10px 20px;
}


p {
line-height: 130%;
text-align: justify;
}


table.data {
border: solid 2px black;
border-collapse: collapse;
caption-side: bottom;
empty-cells: show;
}

table.data td {
border: solid 1px;
padding: 5px;
}

table.contactform {
border: none;
}

table.contactform td {
vertical-align: top;
padding: 5px;
}

p.left {
text-align: left;
}


img.middle {
display: block;
margin-left: auto;
margin-right: auto;
}