@charset "UTF-8";

/* CSS Document */
/* RESET */




html, body, div, a, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset, input {
  margin: 0;
  padding: 0;
  background-color: #FFF;
}
h1, h2, h3, h4, h5, h6, caption, em, strong, th {
  font-size: 1em;
  font-weight: normal;
  font-style: normal;
  color: #666;
}
ul, ol, li, .AccordionPanelTab {
  list-style: url(none) none;
}
fieldset, img {
  border: none;
}
caption, th {
  text-align: left;
}
table {
  border-spacing: 0 0;
}
/* BASE STYLES */
body {
  font: small/1.4em "Lucida Grande", Arial, Verdana, sans-serif;
  background: #ffffff url(body-bg-main.gif) no-repeat center top;
  color: #E09E32;
}
* html body {
  font-size: x-small; /* for IE5/Win */
  f\ont-size: small; /* for other IE versions */
}
.wrap {
  font-size: 100%; /*adjust overall text size*/
  width: 980px;
  margin-right: auto;
  margin-left: auto;
  color: #282019;
}
a {
  text-decoration: none;
}
strong, b {
  font-weight: bold;
}
em, i {
  font-style: italic;
}
p, blockquote {
  margin-bottom: 1px;
  margin-top: 1px;
}
h1, h2, h3, h4, h5, h6 {
  font-family: Verdana, Geneva, sans-serif;
  color: #E49F31;
  margin-bottom: 0.2em;
}
h1 {
  font-size: 200%;
  font-family: Verdana, Geneva, sans-serif;
  color: #0033FF;
}
h2 {
  font-size: 160%;
  color: #308D30;
}
h3 {
  font-size: 140%;
  color: #308D30;
}
h4 {
  font-size: 120%;
  color: #308D30;
}
h5 {}
blockquote {
  background: #e9f3f3;
  padding: 1em 2em;
}
/* HEADER */
#header {
  height: 135px;
  position: relative;
}
#header h1 {
  line-height: 120px;
  position: absolute;
  left: 120px;
  top: 0px;
}
#header a {
  position: absolute;
  left: 192px;
  top: 18px;
  width: 106px;
  height: 108px;
}
/* CONTENT */
#content {
  background: url(content-bg-main.gif) repeat-y;
  padding-bottom: 20px;
  overflow: hidden;
}
#content h1 {
  margin-bottom: 0.3em;
  border-bottom: 1px solid #CC9900;
  padding-bottom: 0.3em;
  line-height: 1em;
  color: #308E31;
}
#content p a, #main-content a {
  border-bottom-width: 1px;
  color: #0033FF;
  border-bottom-style: dotted;
}
#content p a:hover, #main-content a:hover {
  border-bottom-style: solid;
  color: #FF0000;
}
#content a.floatright {
  border-bottom: none;
}
#content a.floatright:hover {
  border-bottom: none;
}
#main-content {
  float: left;
  width: 580px;
}
#main-content li {
  list-style: disc inside;
}
#main {
  margin-right: 16px;
  margin-left: 16px;
}
#sidebar-left {
  width: 200px;
  float: left;
}
#sidebar-right {
  float: right;
  width: 200px;
  background: url(rsb-bg-main.gif) no-repeat right top;
}
#sidebar-right p {
  font-size: 90%;
}
#sidebar-right h3 {
  font: small/2em "Lucida Grande", Arial, Verdana, sans-serif;
  color: #EC313A;
  border-bottom: 1px solid #CC9900;
  text-transform: uppercase;
  margin-bottom: 8px;
}
/* IMAGES ETC */
#content img {
  border: 0px solid #CC9900;
  margin-bottom: 10px;
  margin-left: 10px;
}
#content img:hover {
  border: 0px solid #CC9900;
}
#sidebar-right img {
  margin-left: 4px;
}
/* FOOTER */
#footer {
  margin-top: 10px;
  font-size: 85%;
  margin-bottom: 10px;
  overflow: hidden;
}
#footer a {
  color: #366;
}
/* NAVIGATION */
#nav a {
  line-height: 2em;
  padding-left: 10px;
  color: #EB3139;
  display: block;
  border-bottom: 1px solid #CC9900;
}
#nav a:hover {
  color: #308D30;
  background: #F7EAD6;
}
body.home #t-home a, body.2016 #t-2016 a, body.2017 #t-2017 a, body.instructions #t-instructions a, body.nomenclature #t-nomenclature a, body.contact #t-contact a {
  color: #1b1a1c;
  background: #F7EECB;
  cursor: default;
}
/* FORMS */
/* ITEMS */
.section {
  border-top: 1px solid #cee3e3;
}
#sidebar-right .section, #sidebar-left .section {
  margin-right: 10px;
  margin-left: 10px;
}
#main .section {
  padding-top: 12px;
}
.floatright {
  float: right;
}
.floatleft {
  float: left;
}
.intro {
  color: #333;
  font: 115%/120% Georgia, "Times New Roman", Times, serif;
}
/* HACKS FOR IE LAYOUT */
#content:after, #footer:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
* html #content, * html #footer {
  height: 1%;
} /* for IE5+6 */
*:first-child + html #content, *:first-child + html #footer {
  min-height: 1px;
} /* for IE7 */
.Red {
  color: #F00;
}