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;
}
body {
  color: rgb(85, 85, 85);
  overflow-y: scroll;
  background-color: rgb(255, 234, 234);
  font-size: 20px;
}
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: 800px;
  position: relative;
  padding: 10px;
  margin: auto;
}
#container {
}
#main {
}
#content {
  color: rgb(255, 255, 255);
  background-color: rgb(14, 0, 170);
  padding: 30px;
}
#head {
  color: rgb(255, 255, 0);
  height: 107px;
  font-size: 60px;
  text-align: center;
  background-color: rgb(170, 0, 71);
}
#foot {
  color: rgb(255, 255, 255);
  background-color: rgb(170, 0, 71);
}
#left {
  padding-right: 10px;
  width: 243px;
}
#right {
  padding-left: 10px;
  width: 170px;
}
.cols {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.cols > div {
  box-sizing: border-box;
  display: table-cell;
  vertical-align: top;
  -moz-box-sizing: border-box;
}
.-m-cms-cont-nav-dropDown1 a {
  background-image: initial;
  background-attachment: 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;
  font-size: inherit;
  font-weight: bold;
  text-align: right;
  margin-bottom: 9px;
  background-color: rgb(0, 170, 35);
  color: rgb(255, 255, 255);
  padding: 8px;
  border: 0px solid rgb(170, 0, 71);
  border-radius: 3px;
}
#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;
}
#x {
  font-size: 30px;
  width: 100%;
  padding: 10px;
}
