.imgHeader{
  background: url("IMG/HHC_Header.jpg") no-repeat left top;
}

.imgFooter{
  background: url("IMG/HHC_Footer.jpg") no-repeat left top;
}

.TextMenuHeader{
  font-family: Verdana;
  font-size: 12px;
  font-weight: bold;
  color: #07508F;
}

.TextTopic{
  font-family: Verdana;
  font-size: 14px;
  font-weight: bold;
  color: #07508F;
}

.LinkHeader{
  font-family: Verdana;
  font-size: 12px;
  font-weigth: bold;
  color: #07508F;
  text-decoration: none;
}

.LinkHeader:hover{
  text-decoration: underline;
}

.SideBar{
  background-color: #07508F;
}

.CentralBody{
  background: url("IMG/HHC_WaterMark.jpg") no-repeat right bottom;
}

.TextCopyRight{
  font-family: Verdana;
  font-size: 11px;
  font-weight: bold;
  color: #000000;
}

.TextMenuFooter{
  font-family: Verdana;
  font-size: 12px;
  font-weight: bold;
  color: #000000;
}

.LinkFooter{
  font-family: Verdana;
  font-size: 12px;
  font-weigth: bold;
  color: #000000;
  text-decoration: none;
}

.LinkFooter:hover{
  text-decoration: underline;
}

.MainBody{
  padding-top: 5px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 150px;
  font-family: Verdana;
}

.MainBody h1{
  font-size: 18px;
  font-weight: bold;
  color: #000000;
}

.MainBody p{
  font-size: 13px;
  font-weight: normal;
  color: #000000;
}

.MainBody a{
  color: #07508F;
  text-decoration: none;
}

.MainBody a:hover{
  text-decoration: underline;
}

.MainBody blockquote{
  font-size: 13px;
  color: #030303;
}

#Designed{
  font-family: Verdana;
  font-size: 11px;
  padding-top: 4px;
  padding-right: 5px;
  color: #050505;
}

#Designed a{
  color: #000080;
  text-decoration: none;
}

#Designed a:hover{
  text-decoration: underline;
}

#Designed img{
  border: 0px;
  position: relative;
  top: 5px;
  opacity: 0.4;
  filter: alpha(opacity=40);
  cursor: pointer;
}

#Designed img:hover{
   opacity: 1;
}