body {
  background-color: #eee;
  color: #000000;
  margin: 0px;
  padding: 0px;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8pt;
}

a.nav,a.nav:visited {
  color: #ffc109;
  text-decoration: none;
  font-weight: bold;
  width: 80px;
}

a.nav:hover {
  border-bottom: 1px dotted #ffc109;
}

a {
  color: #aa7700;
  text-decoration: none;
  font-weight: bold;
}

a:visited {
  color: #aa7700;
  text-decoration: none;
  font-weight: bold;
}

a:hover {
  color: #aa7700;
  text-decoration: underline;
  font-weight: bold;
}
.code {
  background-color: #f0f0f0;
  color: #000;
  padding: 1px;
  line-height: 1.6em;
  border: 1px solid #000;
}
code {
  background-color: #f0f0f0;
  color: #000;
  padding: 1px;
  line-height: 1.6em;
  border: 1px solid #000;
}
h1 {
  font-size: 1.3em;
}

h2 {
  font-size: 1.2em;
}
h3 {
  font-size: 1.1em;
}

h4 {
  font-size: 1.0em;
}
img {
  border: 0px;
}
input[type=text] {
  border: 1px solid #333;
  background-color: #eaeaea;
}
textarea {
  font-family: inherit;
  border: 1px solid #333;
  background-color: #eaeaea;
}

.left {
  float: left;
}

#headBg {
  width: 100%;
  clear: both;
  background-image: url('/resource/_title_r2_c1.png');
  background-repeat: repeat-x;
}

#contentCentered {
  margin-left: auto;
  margin-right: auto;
  width: 660px;
  text-align: left;
}

#headSiteTitle {
  color: #ffc109;
  width: 250px;
  height: 49px;
  background-image: url('resource/_title_r2_c3.png');
  float: left;
  background-repeat: repeat-y;
}

#headNavLinks {
  color: #ffc109;
  float: left;
  margin: 0px;
  margin-top: 14px;
  height: 25px;
  text-align: right;
  padding-right: 30px;
  background-color: #666666;
  padding-top: 10px;
  width: 362px;}

#headNavCap {
    }
#bodyShell {
  margin-left: auto;
  margin-right: auto;
  width: 660px;
  text-align: left;
  clear: both;
  margin-top: 25px;
}

#bodyContent {
  width: 640px;
  float: left;
  min-height: 200px;
  background-color: #fefefe;
  border: 1px solid #000;
  margin-right: 1%;
  padding: 1%;
}

#bodyColumnRight {
  width: 21%;
  min-height: 200px;
  float: left;
  background-color: #fafafa;
  border: 1px solid #000;
  padding: 1%;
}

#tail {
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
  margin-bottom: 1cm;
  clear: both;
  width: 660px;
  border-top: 1px dotted #333;
  padding-top: 10px;
}