body {
  font-family: "Times New Roman", Times, serif;
  font-size: 15px;
  line-height: 1.3;
  color: #8f806e;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
label {
  white-space: nowrap;
}
a {
  color: #ab1700;
}
.require, .error {
  font-weight: bold;
  color: #ab1700;
}
#container {
  margin: 10px auto;
  background: transparent url(../img/container-bg.jpg) scroll no-repeat left top;
  padding: 40px 40px 30px 52px;
  width: 802px;
  height: 592px;
}
#sidebar {
  width: 241px;
  float: left;
  text-align: center;
}
#sidebar h1 {
  margin: 5px 0;
  font-size: 1.3em;
  text-transform: uppercase;
  letter-spacing: 2px;
}
#logo {
  margin: 5px 0;
}
#identity {
  margin: 6px 0;
  background: transparent url(../img/identity-bg.gif) scroll no-repeat left top;
  padding: 12px 24px;
}
#main {
  border: 2px solid #cac2ae;
  width: 520px;
  height: 592px;
  float: right;
}
#navigation {
  position: relative;
  background: transparent url(../img/navigation-bg.gif) scroll repeat-x left bottom;
  padding: 45px 0 4px 0;
  height: 90px;
  font-size: 0.8em;
  line-height: 1;
  text-transform: uppercase;
}
#navigation li {
  border-right: 1px solid #c9c1ab;
  padding: 4px 3px 2px 3px;
  height: 24px;
  float: left;
}
#navigation li.home {
  position: absolute;
  left: 0;
  top: 10px;
  border-right: none;
}
#navigation a {
  display: block;
  padding: 6px 7px 5px 7px;
  text-decoration: none;
  color: #8f806e;
}
#navigation a:hover, #navigation li.active a {
  background-color: #b16011;
  color: #fff;
}
#language {
  position: absolute;
  right: 10px;
  top: 20px;
  text-align: right;
  text-transform: lowercase;
  color: #b16011;
}
#language li {
  margin: 0 10px;
  border: none;
  padding: 0 0 3px 0;
  height: auto;
}
#language li.active {
  border-bottom: 4px solid #54b948;
  color: #54b948;
}
#language a {
  padding: 0;
  color: #b16011;
}
#language a:hover {
  background-color: transparent;
  color: #54b948;
}
#subnavigation {
  padding: 5px 0 10px 0;
  background: transparent url(../img/subnavigation-bg.gif) scroll repeat-x left bottom;
  font-size: 0.8em;
  line-height: 1;
  text-transform: uppercase;
}
#subnavigation li {
  padding: 0 3px;
  height: 23px;
}
#subnavigation a {
  clear: left;
  padding: 6px 7px 5px 7px;
  float: left;
  text-decoration: none;
  color: #8f806e;
}
#subnavigation a:hover, #subnavigation li.active a {
  background-color: #b16011;
  color: #fff;
}
#subnavigation li.active a:before {
  content: '> ';
}
#content-container {
  clear: left;
  position: relative;
  height: 453px;
  overflow: auto;
}
#content {
  padding: 15px 30px 15px 15px;
}
body.home #content {
  font-size: 1.2em;
  color: #b16011;
}
#content h2 {
  margin: 20px 0 15px 0;
  font-size: 1.1em;
  text-transform: uppercase;
  color: #ab1700;
}
body.bio #content h2 {
  margin-bottom: 0;
  color: #b16011;
}
body.bio #content img {
  position: absolute;
  left: 0;
  top: 0;
}
#bio-text {
  position: relative;
  padding-left: 122px;
}
#content h3 {
  margin: 25px 0 15px 0;
  font-size: 1.1em;
  font-weight: bold;
}
#content h3.program {
  font-size: 1em;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#content h4 {
  margin-top: 20px;
  font-weight: bold;
}
#content h4.target {
  font-weight: normal;
  font-style: italic;
}
#content p, #content address {
  margin: 15px 0;
}
#content p.note, #content h4 + p, #content h4 + ul {
  margin-top: 0;
}
#content p.intro {
  margin-top: 0;
  font-style: italic;
}
#content p.highlight:before {
  content: '> ';
}
#content ol {
  margin: 15px 0;
  padding-left: 30px;
  list-style-type: decimal;
}
#content ul {
  margin: 15px 0;
  padding-left: 30px;
  list-style-type: disc;
}
#content tr.break td {
  padding: 15px 0;
  text-transform: uppercase;
}
#content td {
  padding-right: 10px;
}
#content td.time {
  padding-right: 20px;
  white-space: nowrap;
}
#content form td {
  padding: 4px;
}
#content label.semiline {
  margin: 0 8px 0 16px;
}
#content form td.submit {
  text-align: right;;
}
#content .sponsor {
  clear: left;
  padding-top: 15px;
}
#content .sponsor img {
  margin-right: 12px;
  border: 1px solid #666;
  background-color: #fff;
  padding: 10px;
  float: left;
}
#content .sponsor p {
  padding-top: 5px;
}
#content .sponsor a {
  color: #b16011;
}
#content .notice {
  background-color: #b16011;
  padding: 5px 15px;
  font-style: italic;
  text-align: center;
  color: #fff;
}
body.home #content .notice {
  font-size: 0.833em;
}
#content .notice a {
  color: #fff;
}
