html {
  height: 100%;
}

body {
  height: 100%;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  color: #FFFFFF;
  font-family: "Source Sans Pro", Helvetica, sans-serif;
  font-size: 16.5pt;
  font-weight: 300;
  line-height: 1.65;
  text-align: center;
  background: #A79B91;
}

.wrapper {
  text-align: left;
  height: 100%;
}

.paragraph-nopadding {
  padding: 0px;
  margin: 0px;
}

.paragraph-nopadding-top {
  padding-top: 0px;
  margin-top: 0px;
}

.paragraph-nopadding-bottom {
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.paragraph-indent {
  text-indent: 20px;
}

.paragraph-indent-nopadding {
  text-indent: 20px;
  padding: 0px;
  margin: 0px;
}

.paragraph-indent-nopadding-top {
  text-indent: 20px;
  padding-top: 0px;
  margin-top: 0px;
}

.paragraph-indent-nopadding-bottom {
  text-indent: 20px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.line-indent {
  margin-left: 20px;
}

.text-strong {
  color: #BB0000;
}

.text-strong-header {
  color: #BB0000;
  text-align: center;
}

.text-strong-bold {
  color: #DD3333;
  font-weight: bold;
}

.text-bold-italic {
  color: #000000;
  font-style: italic;
  font-weight: bold;
}

img {
  border: 0px;
}

img.background {
  position:fixed;
  z-index:-1;
  top:0;
  left:0;
  width:100%; /* alternative: right:0; */
}

h2 {
  font-size: 14px;
  text-align: center;
  margin: 0px;
}

h3 {
  font-size: 18px;
  color: #2170AB;
  letter-spacing: .6px;
  line-height: 24px;
  font-style: normal;
  text-align: left;
  margin: 0px;
}

h4 {
  font-weight: normal;
  text-align: center;
  font-size: 28px;
  font-family: "Times New Roman", Times, serif;
  font-style: italic;
  color: #16409B;
  line-height: 1.30;
  margin: 0px;
}

h5 {
  font-weight: normal;
  text-align: center;
  font-size: 20px;
  font-family: "Times New Roman", Times, serif;
  font-style: italic;
  color: #16409B;
  line-height: 1.30;
  margin: 0px;
}

#sidebar {
  background: transparent;
  width: 180px;
  float: left;
  margin-left: 40px;
  padding: 21px;
  font-family: 'Lucida Grande', Helvetica, sans-serif;
  font-size: 10px;
  color: #666666;
  text-align: justify;
}

a.link:link {
  color: #DD3300;
  text-decoration: underline;
}

a.link:hover {
  color: #DD3300;
  text-decoration: underline;
}

a.link:active {
  color: #DD3300;
  text-decoration: underline;
}

a.link:active:hover {
  color: #DD3300;
  text-decoration: underline;
}

a.link:visited {
  color: #DD3300;
  text-decoration: underline;
}

a.link:visited:hover {
  color: #DD3300;
  text-decoration: underline;
}

a.link.link-large {
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  color: #DD2200;
  text-decoration: underline;
}

a.link-blue:link {
  color: #003399;
  text-decoration: underline;
}

a.link-blue:hover {
  color: #003399;
  text-decoration: underline;
}

a.link-blue:active {
  color: #003399;
  text-decoration: underline;
}

a.link-blue:active:hover {
  color: #003399;
  text-decoration: underline;
}

a.link-blue:visited {
  color: #003399;
  text-decoration: underline;
}

a.link-blue:visited:hover {
  color: #003399;
  text-decoration: underline;
}

a.link-blue.link-large {
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  color: #003399;
}

a.link-yellow:link {
  color: #F7FB91;
  text-decoration: underline;
}

a.link-yellow:hover {
  color: #F7FB91;
  text-decoration: underline;
}

a.link-yellow:active {
  color: #F7FB91;
  text-decoration: underline;
}

a.link-yellow:active:hover {
  color: #F7FB91;
  text-decoration: underline;
}

a.link-yellow:visited {
  color: #F7FB91;
  text-decoration: underline;
}

a.link-yellow:visited:hover {
  color: #F7FB91;
  text-decoration: underline;
}

a.link-yellow.link-large {
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  color: #F7FB91;
}

table.layout {
  border: none;
  width: 100%;
  height: 100%;
}

table.layout > tbody > tr > td.padding-left {
  padding-right: 20px;
}

table.layout > tbody > tr > td.padding-right {
  padding-left: 20px;
}

table.layout > tbody > tr > td.background-left-gray {
  background-image: url("../image/borderleftgray.gif");
  background-repeat: repeat-y;
  width: 8px;
}

table.layout > tbody > tr > td.background-right-gray {
  background-image: url("../image/borderrightgray.gif");
  background-repeat: repeat-y;
  width: 8px;
}

table.layout > tbody > tr > td.background-top-blue {
  background-image: url("../image/bordertopblue.gif");
  background-repeat: repeat-x;
  height: 8px;
}

table.layout > tbody > tr > td.background-bottom-blue {
  background-image: url("../image/borderbottombluetolight.gif");
  background-repeat: repeat-x;
  height: 8px;
}

table.layout > tbody > tr > td.background-top-brown {
  background-image: url("../image/bordertopbrown.gif");
  background-repeat: repeat-x;
  height: 8px;
}

table.layout > tbody > tr > td.background-bottom-brown {
  background-image: url("../image/borderbottombrowntodark.gif");
  background-repeat: repeat-x;
  height: 6px;
}

table.layout > tbody > tr > td.topbar {
  background: #ACCBE2;
  font-family: Bookman, serif;
  font-weight: bold;
  font-style: italic;
  height: 50px;
  padding-top: 6px;
  font-size: 48px;
  letter-spacing: 2px;
  color:#5D4229;
  vertical-align: top;
  width: 870px;
}

table.layout > tbody > tr > td.header {
  padding: 0px;
  height: 340px;
  width: 870px;
}

table.layout > tbody > tr > td.header > img {
  display: block;
  width: 100%;
  height: scale;
}

table.layout > tbody > tr > td.nav-container {
  background: #5D4229;
  white-space: nowrap;
  width: 800px;
}

table.layout > tbody > tr > td.content {
  background: #E1DBDF;
  padding: 0px;
  width: 800px;
  height: 100%;
  vertical-align: top;
}

table.layout > tbody > tr > td.footer {
  background: #5D4229;
  width: 800px;
  height: 20px;
  text-align: left;
  font: 7pt/8pt 'Lucida Grande', Verdana, Helvetica, sans-serif;
}

table.layout > tbody > tr > td.footer a:link {
  color: #FFFFFF;
  text-decoration: none;
}

table.layout > tbody > tr > td.footer a:hover {
  color: #F7FB91;
}

.layout-dropdown {
  width: 100%;
}

td.dropdown {
  background-color: #5D4229;
}

td.dropdown-selected {
  background-color: #6D5230;
}

a.dropbtn {
  color: white;
  padding: 8px 16px 8px 16px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  font-size: 10.5pt;
  display: block;
  text-align: center;
}

td.dropdown-background-top {
  background-image: url("../image/bordertopbrown.gif");
  background-repeat: repeat-x;
  height: 8px;
}

td.dropdown-background-bottom {
  background-image: url("../image/borderbottombrown.gif");
  background-repeat: repeat-x;
  height: 8px;
}

td.dropdown-background-top-selected {
  background-image: url("../image/bordertoplightbrown.gif");
}

td.dropdown-background-bottom-selected {
  background-image: url("../image/borderbottomlightbrown.gif");
}

.dropdown-content {
  display: none;
  vertical-align: bottom;
  position: absolute;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 8px 16px;
  text-decoration: none;
  display: block;
  font-size: 9.5pt;
}

a.dropbtn-link-sub {
  background: url("../image/caret.png") no-repeat right center;
  padding-right: 24px;
}

.dropdown-content a:hover {
  background-color: #e0e0e0;
}

.dropdown-content-list {
  margin-top: 8px;
  background-color: #f0f0f0;
}

.dropdown-content-sub-list {
  left: 100%;
  margin-top: -36px;
  margin-left: -18px;
  display: none;
  position: absolute;
  background-color: #f0f0f0;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.show {
  display:block;
} 

#content-left {
  width: 40%;
  margin-left: 30px;
  margin-right: auto;
  padding: 9px;
  text-align: justify;
  font:  8pt/14pt 'Lucida Grande', Verdana, Helvetica, sans-serif;
  color: #333333;
  float: left;
  height: 100%;
}

#content-right {
  width: 40%;
  margin-left: auto;
  margin-right: 30px;
  padding: 9px;
  text-align: justify;
  font:  8pt/14pt 'Lucida Grande', Verdana, Helvetica, sans-serif;
  color: #333333;
  height: 100%;
}

#content-side-left {
  width: 68%;
  margin-left: 30px;
  margin-right: auto;
  padding: 9px;
  text-align: justify;
  font:  11pt/16pt 'Lucida Grande', Verdana, Helvetica, sans-serif;
  color: #333333;
  float: left;
}

#content-side-right {
  width: 19%;
  margin-left: 30px;
  margin-right: auto;
  padding: 9px;
  text-align: justify;
  font:  8pt/14pt 'Lucida Grande', Verdana, Helvetica, sans-serif;
  color: #333333;
  float: left;
}

.image-link {
  border-radius: 5px;
  padding: 0px;
}

.image-link-square {
  padding: 0px;
}

.line-padding-small {
  padding: 2px;
}

.line-padding {
  padding: 4px;
}

.line-padding-left {
  padding-left: 20px;
}

.line-padding-left-large {
  padding-left: 80px;
}

.inline-padding {
  padding: 4px;
}

.footnote {
  font-size: 7pt;
}

.footnote-label {
  text-align: left;
  padding-right: 30px;
}

.footnote-table {
  text-align: left;
  margin-left: 13px;
}

.subtitle
{
  font-style: italic;
  text-align: center;
  font-size: 10px;
  line-height: 1.60;
  width: 140px;
  padding-left: 5px;
}

.subtitle-right
{
  font-style: italic;
  text-align: center;
  font-size: 10px;
  line-height: 1.60;
  width: 140px;
  padding-left: 5px;
}