/* 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 a:link, .contenttopleft a:visited {
  color: #A3122A;
  font-weight: bold;
  text-decoration: none;
}

.contenttopleft a:hover, .contenttopleft a:active {
  color: #000000;
  font-weight: bold;
  text-decoration: underline;
}

.contenttopleft p {
  background-color: #ffffff;
  color: #000000;
  font-family: verdana, arial;
  font-size: 11px;
  margin: 15px 0px 0px 0px;
}

.contenttopleft h1 {
  color: #244152;
  font-size: 24px;
  font-weight: normal;
  padding: 0px 0px 0px 0px;
  margin: 10px 0px 0px 0px;
}

.contenttopleft h2 {
  color: #8E3847;
  font-weight: normal;
  font-size: 21px;
  padding-left: 20px;
}

.contenttopleft h3 {
  color: #586E7B;
  font-size: 18px;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}

.contenttopleft h4 {
  color: #8E3847;
  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;
}

.linksbar {
  border-left: 1px solid #8E6C72; 
  padding: 20px;
  height: 163px;
  verticle-align: top;
}

.linksnobar {
  padding: 20px;
  height: 163px;
  verticle-align: top;
}

.homelinks td {
  background-image:url(/images/t.gif);
  width: 25%;
}

.homelinks strong {
  color: #ffffff;
  font-size: 12px;
}

.homelinks a:link, .homelinks a:visited {
  color: #ebd9b8;
  font-weight: bold;
  font-size: 11px;
  text-decoration: none;
  padding-bottom: 15px;
}

.homelinks a:hover, .homelinks a:active {
  color: #ffffff;
  font-weight: bold;
  font-size: 11px;
  text-decoration: underline;
  padding-bottom: 15px;
}

.spotlight, .spotlight p {
  color: #ffffff;
}

.spotlight p {
  margin: 0px;
}

.spotlight a:link, .spotlight a:visited, .spotlight p a:link, .spotlight p a:visited {
  color: #ffffff;
  text-decoration: none;
}

.spotlight a:hover, .spotlight a:active, .spotlight p a:hover, .spotlight p a:active {
  color: #ffffff;
  text-decoration: underline;
}


