html, body {
  height: 100%;
}
#container {
  min-height: 100%;
  position: relative;
}
#footDim {
  padding-top: 3em;
  min-height: 100px;
}
#footDim #foot {
  position: absolute;
  bottom: 0px;
  min-height: inherit;
  height: inherit;
  left: 0px;
  right: 0px;
}
html {
  overflow-y: scroll;
}
body {
  background-color: rgb(248, 248, 248);
  color: rgb(0, 76, 69);
  font-family: Syncopate;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0px 0px 0.25em 0px;
}
h1 {
}
h2 {
}
h3 {
}
h4 {
}
p {
  margin: 0px;
}
a {
  text-decoration: none;
}
a:visited {
}
a:hover {
}
.width {
  max-width: 1000px;
  position: relative;
  padding: 0px 10px;
  margin: auto;
}
#container {
  margin: auto;
}
#head {
  display: flex;
  border-bottom-style: solid;
  border-bottom-color: rgb(255, 255, 255);
  border-bottom-width: 3px;
  min-height: 100px;
  background-image: -webkit-linear-gradient(left, rgb(167, 198, 142), rgb(220, 231, 153));filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa7c68e', endColorstr='#ffdce799');background-image:-moz-linear-gradient(left, rgb(167, 198, 142), rgb(220, 231, 153));background-image:linear-gradient(left, rgb(167, 198, 142), rgb(220, 231, 153));
}
#head a {
  color: inherit;
  text-decoration: none;
}
#main {
  padding-top: 60px;
}
#content {
}
#left {
  padding-right: 10px;
  width: 170px;
}
#right {
  padding-left: 50px;
  width: 200px;
}
#foot {
  background-image: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-position: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(17, 17, 17);
  background-size: initial;
  color: rgb(255, 255, 255);
}
#foot a {
  color: inherit;
  text-decoration: none;
}
.cols {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.cols > div {
  box-sizing: border-box;
  display: table-cell;
  vertical-align: top;
}
.-m-cms-cont-nav-dropDown1 a {
  background-image: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-position: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(68, 68, 68);
  background-size: initial;
  color: rgb(255, 255, 255);
  padding: 5px;
}
.-m-cms-cont-nav-dropDown1 a:hover, .-m-cms-cont-nav-dropDown1 a.cmsInside {
}
.-m-cms-cont-nav-dropDown1 > ul > li > a {
}
.-m-cms-cont-nav-dropDown1 li > ul a {
}
.-m-cms-cont-nav-dropDown1 li > ul ul {
}
#left nav a {
  display: block;
}
#left nav ul {
  padding-left: 0px;
}
#left nav > ul > li > ul > li > a {
  padding-left: 10px;
}
#left nav > ul > li > ul > li > ul > li > a {
  padding-left: 20px;
}
#left nav > ul > li > ul > li > ul > li > ul > li > a {
  padding-left: 30px;
}
.Center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  display: block;
}
.Left {
  float: left;
  margin-right: 10px;
  margin-top: 3px;
  margin-bottom: 3px;
}
.Right {
  float: right;
  margin-left: 10px;
  margin-top: 3px;
  margin-bottom: 3px;
}
