BODY, A {
  font-family: 'Trebuchet MS', Arial, Helvetica, Sans-serif;
}
BODY {
  background-color:#333333;
  margin:5px;
}
FORM, UL {
  margin: 0px;
}
.coord {
  position: relative;
}
.shadow {
  width:928px;
  margin-left:  auto;
  margin-right: auto;
  border:   2px solid #222222;
  background-color:   #111111;
  padding:  2px;
}
.main {
  width:            920px;
  background-color: #FBF7E7;           /* vanilla */
  border-top:       2px solid #FEFBF7; /* creme */
  border-left:      2px solid #FEFBF7; /* creme */
  border-right:     2px solid #C6BDAA; /* dark khaki */
  border-bottom:    2px solid #C6BDAA; /* dark khaki */
  padding:          2px;
}
.leftcol {
  float: left;
  width: 270px;
}
.rightcol {
  float: left;
  width: 648px;
  // width: 652px;
}
.bkgrad {
  background-image: url(images/bkgrad.gif);
  background-repeat: repeat-x;
}
.ctr {
  text-align: center;
}
.content {
  background-color:  #F6F1E8;
  background-image:  url(images/parchment.gif);
  background-repeat: repeat-x;
}
.paddedtext {
  font-size:   13px;
  color:       #514F4A; /* charcoal sepia */
  padding:     24px;
  min-height:        350px;
  // height:         350px;
}
  .paddedtext A {
    color:       #000000;
  }
  .paddedtext A:hover {
    color:       #CC0000;
  }

H1 {
  padding:          5px 20px 5px 20px;
  margin-bottom:    40px;
  background-color: #C6BDAA;
  color:            #000000;
  font-size:        19px;
}
DIV.button {
  padding:          3px 10px 3px 10px;
  font-size:        13px;
  font-weight:      bold;
  color:            #000000;
  background-color: #CCCCCC;
  border-top:       1px solid #DDDDDD;
  border-left:      1px solid #DDDDDD;
  border-right:     1px solid #999999;
  border-bottom:    1px solid #999999;
  cursor:           hand;
}
DIV.button:hover {
  border-right:     1px solid #666666;
  border-bottom:    1px solid #666666;
}
.chinese_emblem {
  position: absolute;
  top:     -320px;
  left:    -215px;
}
.beige {
  background-color: #D4CBBD;
}
.mnu A {
  display:         block;
  height:          70px;
  line-height:     70px;
  text-decoration: none;
  font-size:       16px;
  font-weight:     bold;
}
.leftcol .mnu A {
  margin-left:       auto;
  margin-right:      auto;
  width:             160px;
  background-image:  url(images/btnface_red.gif);
  background-repeat: repeat-x;
  color:             #FFFFFF;
}
.rightcol .mnu A {
  float:             left;
  text-align:        center;
  width:             155px;
  margin-right:      2px;
  background-image:  url(images/btnface_creme.gif);
  background-repeat: repeat-x;
  color:             #000000;
}
  .mnu A:hover {
    background-image: url(images/_.gif);
    background-color: #514F4A; /* charcoal sepia */
    color:            #FFFFFF;
  }
.copyright {
  width:928px;
  margin-left:  auto;
  margin-right: auto;
  text-align:   center;
  color:        #666666;
}