/* Contact Us Page */
#contactusarea p {
   margin: 10px 30px;
}

#contactusarea form {
  margin-left: 10px;
  margin-top: 20px;
}

#contactusarea table {
  border: 2px solid #00308f;
  padding: 5px;
  color: #00308f;
}

#contactusarea td.name {
  width: 60%;
}

#contactusarea td.value {
  width: 40%;
}

#contactusarea td.thebutton {
  text-align: center;
}

#submitbutton {
  background-color: #00308f;
  color: white;
  font-size: 120%;
  font-weight: bold;
  border-color: #23788c;
}

h2.extrapadding {
   margin-top: 10px;
   margin-bottom: 20px;
}

#contactsubmitbutton {
   margin-top: 10px;
}
