/* ###### Body Text ###### */

html { height:100%; }

body {
  background-color: #e0e0e0;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 82%;
  margin: 0;
  height:100%;
}

td, th {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 82%;
}

h1, h2, h3 {
  color: black;
  padding-left: 1ex;
  padding-right: 1ex;
}

h1 {
  font-weight: bold;
  font-size: 115%;
  background-color: #d0d0d0;
  padding-top: 0.5ex;
  padding-bottom: 0.5ex;
  margin-top: 3ex;
}


h2 {
  font-weight: bold;
  font-size: 100%;
  padding-top: 0.5ex;
  padding-bottom: 0.5ex;
  margin-top: 3ex;
  border-style:none none solid none;
  border-width:3px;
  border-color:#d0d0d0;
}

img {
  border: none;
}

q {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  text-align: left;
  width: 9em;
  margin: 0 1em 1ex 1em;
  padding: 0.5ex 0.5ex 0.5ex 1ex;
  border-style: solid;
  border-width: 1px;
  float: right;
}

acronym {
  text-decoration:underline;
  border:none;
  cursor: help;
}

code {
  font-family: "Lucida Console", "Courier New", Courier, monospace;
}

dt {
  font-weight: bold;
  padding-left: 1ex;
  padding-right: 1ex;
}

dd {
  padding-left: 1ex;
  padding-right: 1ex;
  padding-bottom: 1.5em;
}

#bodyText {
  background-color: white;
  line-height: 1.5em;
  margin: 0 0 0 14em;
  padding: 1mm 5mm 1mm 5mm;
  border-left: 1px solid #999999;
  min-height:70%;
}

#bodyText p {
  padding: 0ex 1ex 0ex 1ex;
}

#bodyText a {
  text-decoration: underline;
}

#bodyText a:hover {
  text-decoration:none;
}

#bodyText a:visited {
  text-decoration:none;
}

#bodyText a:visited:hover {
  text-decoration:underline;
}

.smallCaps {
  font-variant: small-caps;
}

/* ###### Header ###### */

#upperMenuBar {
  height: 2.1em;
}

#upperMenuBar a {
  font-size: 90%;
  text-decoration: none;
  padding-left: 0.8ex;
  padding-right: 1.6ex;
}

#upperMenuBar a:hover {
  text-decoration: underline;
}

.LHS {
  position: absolute;
  left: 1.7mm;
  top: 1ex;
}

.RHS {
  position: absolute;
  right: 0.6mm;
  top: 0.9ex;
}

#header {
  font-size: 335%;
  height: 1.45em;
  padding-left: 6mm;
  background-image: url(../img/header_back.gif);
  background-repeat:repeat-x;
}

#header img { 
  padding-top:10px;
}

#header img[align="right"] { 
  padding-top:10px;
  padding-right:10px;
  margin-top:-45px;
}

#lowerMenuBar {
  height: 1.55em;
  padding-left: 1.3mm;
  padding-top: 1ex;
  background-image:url(../img/menu_back.gif);
  background-repeat:repeat-x;
}

#lowerMenuBar a {
  font-weight: bold;
  text-decoration: none;
  padding-left: 0.75ex;
  padding-right: 1.5ex;
}  

#lowerMenuBar a:hover {
  text-decoration: underline;
}

/* ###### Side Boxes ###### */

#leftEl {
  position:absolute;
}

.sideMenuBox, .sideTextBox {
  background-color: #f0f0f0;
  width: 14em;
  border-bottom: 1px solid #999999;
  padding-top: 1em;
  padding-bottom: 1em;
  float: left;
  clear: left;
}

.sideMenuBox div, .sideTextBox div {
  font-weight: bold;
  padding-left: 20px;
  padding-bottom: 1ex;
}

.sideMenuBox a {
  text-decoration: none;
  display: block;
  padding: 1.5ex 1ex 1.5ex 25px;
}

.sideMenuBox a:hover {
  /* See: color-scheme.css */
}

.sideMenuBox .thisPage {
  display: block;
  padding: 1.2ex 1ex 1.2ex 5mm;
}

.sideTextBox span {
  line-height: 1.5em;
  display: block;
  padding: 0 1ex 0 5mm;
}

.sideTextBox a {
  text-decoration: underline;
}

.sideTextBox a:hover {
  text-decoration:none;
}

.lighterBG {
  background-color: white;
}

.sfLogoBox {
  width: 135px;
  float: left;
  clear: left;
  margin: 2ex 0ex 0ex 2ex;
}

.sfLogoBox img {margin-bottom:10px;}


/* ###### Footer ###### */

#footer {
  font-size: 90%;
  padding: 1.9ex 2.6mm 2.4ex 2.6mm;
  clear: left;
}

#footer div {
  text-align: right;
  line-height: 1.45em;
}

#footer a {
  text-decoration: underline;
}

#footer a:hover {
  text-decoration: none;
}

.footerLHS {
  float: left;
  clear: left;
}

/* ###### Text Colors ###### */

body {color: black;}

#bodyText a {color: #6c9107;}

#upperMenuBar, #upperMenuBar a {color: white;}

#header {color: white;}

#headerSearch .submit {color: white;}

#lowerMenuBar {color: white;}

#lowerMenuBar a {color: black;}

#lowerMenuBar a:hover {color: #6c9107;}

#lowerMenuBar .highlight {color: #6c9107;}

.sideMenuBox a {color: #6c9107;}

.sideMenuBox a:hover {color: white;}

.sideTextBox span {color: black;}

.sideTextBox a {color: #6c9107;}

#footer, #footer a {color: white;}


/* ###### Background Colors ###### */

q {background-color: #f0f0f0;}

#upperMenuBar {background-color: #222222;}

#header {background-color: #555d66;}

#lowerMenuBar {background-color:#c8c9d4;}

.sideMenuBox a:hover {background-color: #838899;}

#footer {background-color: #222222;}


/* ###### Border Colors ###### */

q {border-color: #999999;}

/* ###### Indexed Search Engine ###### */
.tx-indexedsearch form , .tx-indexedsearch td {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 82%;
  line-height: 1.5em;
}
.tx-indexedsearch .tx-indexedsearch-searchbox input, .tx-indexedsearch .tx-indexedsearch-searchbox select { font-size:92%; }

.tx-indexedsearch .tx-indexedsearch-whatis p .tx-indexedsearch-sw { font-weight:bold; font-style:italic; }
.tx-indexedsearch .tx-indexedsearch-whatis { margin-top:2em; margin-bottom:1em; }

.tx-indexedsearch p.tx-indexedsearch-noresults { font-weight:bold; font-size:105%; }

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title { background:#eeeeee; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title td { vertical-align:absmiddle; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title p.tx-indexedsearch-percent { font-weight:normal; }

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr p { font-style:italic; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr p .tx-indexedsearch-redMarkup { color:red; }

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info { font-size:75%; background-color:#eeeeee; }

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead { margin-top:20px; margin-bottom:5px; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead h2 { margin-top:0px; margin-bottom:0px; border-style:none; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead table { background:#cccccc; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead td { vertical-align:absmiddle; }

/* ###### CSC Sitemap ###### */
div.csc-menu { margin-left:10px; }
div.csc-menu p { margin:0px; padding:0px; }
div.csc-menu-2 p.csc-sitemap-level1 { margin-left: 0px; }
div.csc-menu-2 p.csc-sitemap-level2 { margin-left: 20px; }
div.csc-menu-2 p.csc-sitemap-level3 { margin-left: 40px; }
div.csc-menu-2 p.csc-sitemap-level4 { margin-left: 60px; }
