body{
  background-image: url(bg2.gif);
  margin: 0px;
}

/*Style for headers*/
H1{
  color: #000066;
  font-family: "Times New Roman", Times, serif;
  font-size: 16px;
  font-weight: bold;
  vertical-align: middle;
}

H2{
  color: #000000;
  font-family: "Times New Roman", Times, serif;
  font-size: 12px;
  font-weight: bold;
  padding-left: 17px;
  vertical-align: middle;
}

/*Content (with gray border)*/
.a_content{
  font-family: "Times New Roman", Times, serif;
  width: 470px;
  font-weight: normal;
  font-size: 12px;
  padding-left: 12px;
  margin-left: 1px;
  border-left: 3px solid #D8D4C6;
}

.separator{
  width: 8px;
}

.a {
  color: Black;
  text-decoration: underline;
  font-size: 12px;
  font-family: "Times New Roman", Times, serif;
}

.a:hover {
  color: #3366CC;
  text-decoration: underline;
  font-size: 12px;
  font-family: "Times New Roman", Times, serif;
}

a.content {
  color: Black;
  text-decoration: underline;
  font-family: "Times New Roman", Times, serif;
}
a.content:hover {
  color: #000066;
  text-decoration: underline;
  font-family: "Times New Roman", Times, serif;
}

.hmenu a {
  color: #CECECE;
  text-decoration: none;
  font-size: 11px;
  font-weight: bold;
  font-family: "Times New Roman", Times, serif;
}

.hmenu a:hover {
  color: #FFFFFF;
  text-decoration: none;
  font-weight: bold;
  font-size: 11px;
  font-family: "Times New Roman", Times, serif;
}

a.submenu{
  display: block;
  width: 231px;
  vertical-align: middle;
  height: 22px;
  line-height: 22px;
  font-size: 11px;
  font-family: "Times New Roman", Times, serif;
  color: #000000;
  font-weight: bold;
  text-decoration: none;
  background-color: #C5C2A8;
}
a.submenu:hover{
  vertical-align: middle;
  display: block;
  width: 231px;
  height: 22px;
  line-height: 22px;
  font-size: 11px;
  font-family: "Times New Roman", Times, serif;
  color: #3366CC;
  font-weight: bold;
  text-decoration: none;
  background-color: #CDCAAF;
}

.links{
  padding-right: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 14px;
  color: #000000;
  font-size: 11px;
  font-family: "Times New Roman", Times, serif;
}

.links_head{
  color: #FFFFFF;
  font-size: 12px;
  font-weight: bold;
  font-family: "Times New Roman", Times, serif;
}

a.links_head{
  width: 231px;
  display: block;
  vertical-align: middle;
  height: 22px;
  line-height: 22px;
  font-size: 10px;
  font-family: "Times New Roman", Times, serif;
  color: #000000;
  font-weight: bold;
  text-decoration: none;
  background-color: #6b7bb5;
}
a.links_head:hover{
  vertical-align: middle;
  display: block;
  width: 231px;
  height: 22px;
  line-height: 22px;
  font-size: 10px;
  font-family: "Times New Roman", Times, serif;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
  background-color: #7384b5;
}

.copyright{
  padding-left: 13px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: "Times New Roman", Times, serif;
  font-size: 11px;
}
