body {
  background-color: #c0c0c0;
  margin: 0;
  padding: 0;
}

body, td {
  color: #222222;
  font-family: Arial;
  font-size: 14px;
}

a {
  color: #3F6478;
}

h1 {
  color: #FF6700;
  margin: 10px 0;
  font-weight: normal;
  font-size: 22px;
}

h2 {
  color: #8a8a8a;
  font-size: 30px;
  margin: 0;
  font-weight: normal;
}

#pageHolder {
  width: 940px;
  background-color: #ffffff;
  margin: 0 auto;
}

.content {
  padding: 5px 20px;
}

#logo {
  margin: 1px 0 1px 20px;
}

.topright {
  float:right;
  padding-top: 20px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  color: #5D90A4;
}

.phnum {
  /* background: url('../img/tr_frame.png') no-repeat; */
  height: 48px;
  line-height: 48px;
  width: 230px;
  color: #EB3D00;
  font-size: 28px;
}

.hb_menu {
  clear: both;
  margin: 10px auto;
  width: 897px;
  height: 40px;
  background-color: #c0d5ff;
}
.hb_menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 40px;
  text-align: center;
}
.hb_menu ul li {
  display: inline;
  padding-left: 14px;
  margin-left: 0;
  margin-right: 10px;
  font-weight: bold;
  font-size: 18px;
}
.hb_menu ul li a {
  text-decoration: none;
  color: #4f6e98;
}
.hb_menu ul li a:hover {
  text-decoration: underline;
}

.selected {
  background-color: white;
  border: 3px solid white;
}

.yebg {
  background: url('../img/yebg.jpg') no-repeat bottom center;
  text-align: center;
  padding: 10px 0 5px 0;
}
.yebg img {
  margin-right: 12px;
}

.rightgrey {
  width: 228px;
  float: right;
  padding-bottom: 14px;
  background: url('../img/rg_bottom.gif') no-repeat bottom center;
  font-size: 16px;
}
.rightgrey div {
  background-color: #f3f3f3;
  padding: 3px 15px;
}
.rightgrey ul {
  list-style-image: url('../img/bullet1.gif');
  list-style-position: inside;
  margin: 0;
  padding: 0;
}
.rightgrey li {
  margin-top: 4px;
}
.rightgrey a {
  margin-left: 5px;
  color: #3F4D65;
}

.tabsArea {
  float: left;
  width: 640px;
}

.tabsAreaB {
  float: left;
  width: 896px;
}

.tile {
  float: right;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  margin-left: 50px;
}
.tile a {
  color: #391A52;
}

.footer {
  background-color: #eaeaea;
  padding: 10px 20px;
  text-align: center;
}

.footer a {
  text-decoration: none;
}