.main {
  font-weight: bold;
  color: #005b7f;
  width: 1000px;
  border-right: 1px solid #d2c1af;
  border-bottom: 1px solid #d2c1af;
  margin: 0 auto;
}
.leftside {
  width: 164px;
  vertical-align: top;
  background: #d2c1af url('../g/leftmenu.jpg') repeat-y;
}
.leftside1 {
  width: 100%;
}
.leftside2 {
  width: 100%;
}
.leftside3 {
  width: 100%;
  vertical-align: top;
}
.leftside4 {
  padding: 70px 0 0 5px;
}
.leftside5 {
  width: 100%;
  margin-top: 15px;
  text-align: center;
}
.leftside5 TD {
  padding: 5px 0;
}
.leftside5 IMG {
  border:3px ridge silver;
}
.leftside6 {
  line-height: 0px;
}
.title {
  color: #ffffff;
}
.content {
  vertical-align: top;
}
.content1 {
  width: 720px;
  font-size: medium;
  font-weight: bold;
  color: #ffffff;
}
.content2 {
}
.content3 {
  width: 720px;
  font-weight: bold;
  color: #ffffff;
}
.sites {
  margin-top: 10px;
  width: 610px;
  font-weight: bold;
  border-collapse: collapse;
  color: white;
}
.sites td {
  border: 1px solid silver;
  padding: 2px;
  text-align: center;
}
.sites .header {
  padding: 5px;
}
.sites .link {
  color: white;
}
.sites .link:hover {
  color: #33ccff;
}
.sites .name {
  font-size: large;
}
.sites .desc {
  height: 80px;
  padding: 0;
}
.sites img {
  width: 190px;
  height: 57px;
}

.menubar .normal {border:2px ridge #005b7f;}

.mainlink {
  font-size: medium;
  color: #ffffff;
  text-decoration: underline;
}
.mainlink:hover {
  color: #f26522;
  text-decoration: underline;
}

.content2 .normal {cursor:hand;cursor:pointer;border:4px ridge silver;}
.content2 .hover {cursor:hand;cursor:pointer;border:4px ridge #f26522;}
.sites .normal {cursor:hand;cursor:pointer;border:4px ridge silver;}
.sites .hover {cursor:hand;cursor:pointer;border:4px ridge #c00000;}
