.main {
  font-weight: bold;
  color: #800000;
  width: 1000px;
  border-right: 1px solid #800000;
  border-bottom: 1px solid #800000;
  margin: 0 auto;
}
.leftside {
  width: 165px;
  vertical-align: top;
  background: #800000;
}
.leftside1 {
  width: 100%;
  background: #800000 url('../g/leftmenu.jpg') no-repeat;
}
.leftside2 {
  width: 100%;
}
.leftside3 {
  width: 100%;
  vertical-align: top;
}
.leftside4 {
  padding: 200px 0 0 14px;
}
.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: #800000;
}
.content {
  vertical-align: top;
}
.content1 {
  width: 720px;
  font-size: medium;
  font-weight: bold;
  color: #800000;
}
.content2 {
}
.content3 {
  width: 720px;
  font-weight: bold;
  color: #800000;
}
.sites {
  margin-top: 10px;
  width: 610px;
  font-weight: bold;
  border-collapse: collapse;
  color: blue;
}
.sites td {
  border: 1px solid #800000;
  padding: 2px;
  text-align: center;
}
.sites .header {
  padding: 5px;
}
.sites .link {
  color: blue;
}
.sites .link:hover {
  color: #c00000;
}
.sites .name {
  font-size: large;
}
.sites .desc {
  height: 80px;
  padding: 0;
}
.sites img {
  width: 190px;
  height: 57px;
}

.menubar .normal {border:2px ridge silver;}

.mainlink {
  font-size: medium;
  color: #800000;
  text-decoration: underline;
}
.mainlink:hover {
  color: red;
  text-decoration: underline;
}

.content2 .normal {cursor:hand;cursor:pointer;border:4px ridge silver;}
.content2 .hover {cursor:hand;cursor:pointer;border:4px ridge #c00000;}
.sites .normal {cursor:hand;cursor:pointer;border:4px ridge silver;}
.sites .hover {cursor:hand;cursor:pointer;border:4px ridge #c00000;}
