body {
  font-family: Verdana;  
  font-size: 10pt;
  padding: 0px;
  margin: 0px;
  text-align: center;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
  border: none;
  font-size: 10pt;
  margin: 0px;
  padding: 0px;
}

td {
  margin: 0px;
  padding: 0px;
  vertical-align: top;
}

a {
  text-decoration: none;
  color: #788A9E;
}

a:visited {
  text-decoration: none;
  color: #788A9E;
}

a:hover {
  text-decoration: underline;
}

a:visited:hover {
  text-decoration: underline;
}

#menu a {
  text-decoration: none;
  color: #302D5F;
}

#menu a:visited {
  text-decoration: none;
  color: #302D5F;
}

#menu a:hover {
  color: #302D5F;
  text-decoration: underline;
}

#menu a:visited:hover {
  color: #302D5F;
  text-decoration: underline;
}


h1 {
  margin-top: 0pt;
  border-bottom: 1px dotted #cccccc;
  width: 60%;
  font-size: 16pt;
  color: #302D5F;
  padding-bottom: 5px;
  margin-left: 0px;
  margin-bottom: 25px;
}

h3 {
  margin-top: 0pt;
  margin-bottom: 0pt;  
  padding: 0px;
  font-size: 11pt;
  color: #302D5F;
}

h4 {
  font-size: 10pt;
  font-weight: bold;
}


#container {
  border: 1px solid #cccccc;
  width: 750px;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 15px;
  text-align: left;
}

#header {
  height: 100px;
  background-image: url("images/logo1.jpg");  
  background-repeat: no-repeat;  
  text-align: center;
  vertical-align: middle;
}

#menu {
  background: #ECF3E1;
  text-align: center;
  vertical-align: middle;
  padding: 5pt;  
  background: #F6F6F6;  
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}

#content {
  background: #FFFFFF;
  padding: 20pt;
  padding-left: 20pt;
  padding-top: 15pt;

}

#footer {
  background: #F6F6F6;
  font-size: 8pt;
  color: #949494;
  padding: 5pt;
  border-top: 1px solid #cccccc;
  text-align: center;
  vertical-align: middle;
}

#footer a {
  font-weight: bold;
}

#footer a:visited {
  font-weight: bold;
}

.moreinfo {
  background: #ECF3E1;
  padding: 5pt;  
  margin: 5pt;
  background: #F6F6F6;  
  border: 1px solid #cccccc;
  font-size: 8pt;
  width: 550px;
}

img {
  border: 1px solid #cccccc;
  margin: 10px;
}

#imgcontainer {
  position: relative;
  float: right;
}

form {
  margin-top: 20px;
  margin-bottom: 20px;
}

#contactform table {
  padding: 2pt;
}

#contactform td {
  padding: 2pt;
}