body {
      font-family: Open Sans,Verdana,Sans-serif;
      font-size: 11pt;
      margin-left: 100px;
      background-color: #ffffff;
      background-image:url(images/mid.png);
      background-attachment:fixed;
      background-repeat: repeat-y;
      background-position:top left;
}

div.scrollText {
      font-family: Open Sans,Verdana,Sans-serif;
      margin-top: 250px;
      clear: both;
      max-width: 900px;
      max-height: 2000px;
      width: 95%;
      padding-right: 10px;
      margin-bottom: 200px
      text-align: justify;
      overflow-y: visible;
}

h1   {
      position:relative;
      /*max-width: 900px;
      width: 95%;*/
      font-size : 140%;
      font-weight: bold;
      color: #000080; /*#600;*/
      background-color: #ccc;
      margin-top: 3em;
      margin-left: 1px;
      border-bottom: thin solid;
      text-align: left;
}

h2 {
      font-size: 110%;
      /*max-width: 900px;
      width: 95%;*/
      padding-right: 10px;
      font-weight: bold;
      color: #004a4a;
      border-style: solid;
      border-color: #004a4a;
      border-width: 0px 0px 1px 0px;
      padding: 0.2em;
      padding-left: 0;
      margin-top: 1em;
      margin-left: 1px;
      margin-right: 1px;
      margin-bottom: 1px;
      text-align: left;
}

h3 {
      font-size: 100%;
      max-width: 900px;
      width: 90%;
      padding-right: 10px;
      font-weight: bold;
      margin-bottom: 0;
      margin-top   : 0.75em;
      padding-top  : 0.0;
      padding-bottom: 0.0;
      color: #055;
      text-align: left;
}

p {
      position:relative;
      max-width: 900px;
      margin-top: 0.5em;
      margin-bottom: 0.5em;
}

strong {
      font-weight: 600;
}

pre {
      font-family: monospace;
      margin-top: 0;
      margin-bottom: 0;
}

.code {
      font-family: "Cumberland AMT", monospace;
      padding      : 4px;
      margin-left  : 0em;
      border-left  : solid thin;
      margin-top   : 0.5em;
      margin-bottom: 0.5em;
      background-color: #FFD; /* #c5e3d2; #FFD;*/
}

header {
      max-width: 1000px;
      width: 95%;
      position: absolute;
      left: 0px;
      top:  0px;
      color: #000;
      z-index: 10;
      text-align: right;
      font-family: Verdana,Sans-serif;
}

#logo {
      max-width: 50%;
      height: auto;
      float: left;
      overflow: auto;
}

#tps {
      /*display: none;*/
}

.pdf {
      text-align: center;  
}

.inlinelogo{
      float: none;
      overflow: visible;
}

.topline {
      max-width: 1000px;
      width: 100%;
      font-style: bold;
      font-size: 150%;
}

.right {
      font-style: normal;
      font-size: 100%;
}

.left {
      font-style: italic;
      font-size: 100%;
      text-align: left;
}

.navbar {
      background-color: #008080;
      position:fixed;
      overflow: hidden;
      bottom: -0.5em;
      left: 0px;
      max-width: 1000px;
      width: 100%;
      font-family: Verdana,Sans-serif;
      z-index: 10;
}

/* Style the links inside the navigation bar */
.navbar a {
      float: left;
      display: block;
      color: #ffffff;
      text-align: center;
      padding: 14px 16px;
      text-decoration: none;
      font-size: 11pt;
}

/* Change the color of links on hover */
.navbar a:hover {
  background-color: #ddd;
  color: black;
}

/* Hide the link that should open and close the navbar on small screens */
.navbar .icon {
  display: none;
}


/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home").
 *Show the link that contains should open and close the navbar (.icon)
 */
@media screen and (max-width: 600px) {
  .navbar a:not(:first-child) {display: none;}
  .navbar a.icon {
      float: right;
      display: block;
  }
  /* The "responsive" class is added to the navbar with JavaScript when the user clicks on the icon. This class makes the navbar look good on small screens (display the links vertically instead of horizontally) */
  .navbar.responsive a.icon {
      position: absolute;
      right: 0;
      bottom: 0;
  }
  .navbar.responsive a {
      float: none;
      display: block;
      text-align: left;
  }
  body {
      margin-top: 0px;
      margin-left: 20px;
  }
  div.scrollText {
      margin-top: 140px;
  }
}

.solidbox {
      border: thin solid;
}

span {
      font-family: "Cumberland AMT", monospace;
      background-color: #c5e3d2;
      color: #005500;
}

.c {
      color: #000000;
}

.tx {
      color: #800000;
}

table {
      font-family: 'Open Sans';
      font-size: 11pt;
      margin-top: 1em;
      border: solid;
      border-width: 1;
      cellspacing: 0;
      cellpadding: 5px;
}

th {
      color: #ffffff;
      background-color: #008080;
}

td {
/*      border: solid;*/
      border-width: 1;
      background-color: #cccccc;
      text-align: left;
}

.formtable {
      width: 100%;
      font-size: 12pt;
      margin-top: 15px;
      border-style: none;
      border: 5px;
      /*cellspacing: 5px;
      cellpadding: 25px;*/
}

.mc-field-group {
      margin-below: 30px;
}

.formfield {
      width: 100%;
      float: right;
}

.asterisk {
      color: red;
      background-color: #cccccc;
}

.button {
      width: 120px;
      height: 40px;
      background-color: #008080;
}

.button a {
      display: block;
      color: white;
      text-align: center;
      padding: 8px 8px;
      text-decoration: none;
      font-size : 16px;;
      font-weight: bold;
}

