/* home.css */

h1, h2, h3, h4, h5, h6 {
  padding: 0px;
  border: 0px;
}

.contenttopleft {
  background-color: #ffffff;
  color: #000000;
  font-family: verdana, arial;
  font-size: 11px;
  padding: 0px 0px 0px 24px;
}

.contenttopleft p {
  background-color: #ffffff;
  color: #000000;
  font-family: verdana, arial;
  font-size: 11px;
  margin: 15px 0px 0px 0px;
}

.contenttopleft h1 {
  color: #a3122a;
  font-size: 24px;
  font-weight: normal;
  padding: 0px 0px 0px 0px;
  margin: 10px 0px 0px 0px;
}

.contenttopleft h2 {
  color: #a3122a;
  font-weight: normal;
  font-size: 21px;
  padding-left: 20px;
}

.contenttopleft h3 {
  color: #000000;
  font-size: 18px;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}

.contenttopleft h4 {
  color: #000000;
  font-size: 15px;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}

.contenttopleft h5 {
  color: #000000;
  font-size: 12px;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}

.contenttopleft h6 {
  color: #000000;
  font-size: 10px;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}


.bottomleft {
  background-color: #c4ca9e;
}

.contentbottomleft {
  background-color: #c4ca9e;
  padding: 10px 20px 10px 0px;
}

.contentbottomleft h4 {
  color: #a3122a;
}

.bottomright {
  background-color: #353535;
  padding: 10px 20px 10px 20px;
}

.bottomright h4 {
  color: #ffffff;
  margin: 0px;
}

.bottomright td {
  color: #ffffff;
}

.bottomright input {
  background-color: #353535;
  height: 18px;
  font-family: arial;
  font-size: 11px;
  color: #ffffff;
  border: 1px solid #999999;
}

.bottomright input.submit {
  background-color: #7d806a;
  height: 18px;
  color: #ffffff;
  font-family: arial;
  font-size: 11px;
  font-weight: bold;
  padding: 0px 8px 0px 8px;
  border: 1px solid #666666;
}

.contentbottomright {
  background-color: #6a6a6a;
  color: #ffffff;
  padding: 10px 20px 10px 20px;
}

.contentbottomright h4 {
  color: #ffffff;
}

.contentbottomright ul, .contentbottomright ol {
  color: #ffffff;
  margin: 0px 0px 0px 20px;
}

.homelinks td {
  padding: 10px;
  border-right: 1px solid ##c4ca9e;
}

.homelinks td a:link, .homelinks td a:visited {
  color: #a3122a;
  font-weight: bold;
  font-size: 12px;
  text-decoration: none;
  padding-bottom: 15px;
}

.homelinks td a:hover, .homelinks td a:active {
  color: #000000;
  font-weight: bold;
  font-size: 12px;
  text-decoration: underline;
  padding-bottom: 15px;
}
