html {
  overflow-y: scroll;
  background: #7588d8; /* Old browsers */
  background: -moz-linear-gradient(left, #7588d8 0%, #b2bbe8 15%, #b2bbe8 85%, #7588d8 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,#7588d8), color-stop(15%,#b2bbe8), color-stop(85%,#b2bbe8), color-stop(100%,#7588d8)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #7588d8 0%,#b2bbe8 15%,#b2bbe8 85%,#7588d8 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #7588d8 0%,#b2bbe8 15%,#b2bbe8 85%,#7588d8 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #7588d8 0%,#b2bbe8 15%,#b2bbe8 85%,#7588d8 100%); /* IE10+ */
  background: linear-gradient(to right, #7588d8 0%,#b2bbe8 15%,#b2bbe8 85%,#7588d8 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7588d8', endColorstr='#7588d8',GradientType=1 ); /* IE6-9 */
}
body {
  margin: 0 auto;
  padding: 0.4em;
  max-width: 1024px;
  font-family: "Segoe UI", Helvetica, Arial, sans-serif;
  background-color: white;
}
.left {
  float: left;
  margin-right: 0.6em;
}
nav {
  border: 2px solid lightgrey;
  background-color: #f6f6ff;
  float: left;
}
nav a {
  float: left;
  display: block;
  padding: 4px;
  margin: 2px;
  font-size: 18.7px;
  background-color: #ddf;
  width: 158px;
  height: 25px;
  position: relative;
  text-decoration: none;
}
nav a:hover {
    background-color: #99e;
    color: #FFFFFF;
}
.app:after, .offsite:after {
  font-size: 8px;
  position: absolute;
  right: 0;
  top: 0;
}
.app:after {
  content: "App";
  color: #0b0;
}
.offsite:after {
  content: "Offsite";
  color: #b03;
}
#logo {
  margin: 3px;
}
#logo figcaption {
  font-weight: bold;
  font-size: 11px;
  text-align: center;
}
blockquote {
  font-style: italic;
  margin: 0;
  max-width: 46em;
  padding: 0 0 0 2em;
}
header {
  color: white;
  background-color: #000080;  /* Dark blue */
  margin-bottom: 0.5em;
  height: 116px;              /* Logo height + margin */
  position: relative;         /* in order to position Secretary */
  overflow: hidden;           /* keep it all inside the box, even when squashed to smart phone width */
}
/* Logo and link */
header a {
  float: left;
  margin: 10px;
  width: 96px;
  height: 96px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(/images/SEAL.GIF);
}
/* Title */
header h2 {
  margin: 0;
  font-size: 1.3em;
  padding: 1em;
}
/* Secretary's name */
header span
{
  position: absolute;
  font-size: 0.87em;
  right: 0.5em;
  bottom: 0.5em;
}
header span:before
{
  content: "Lawerence Denney, Secretary of State";
}
footer {
  border-top: 1px solid black;
  text-align: center;
  clear: both;
  color: black;
}
footer span {
  margin: 0.5em;
  display: inline-block;
  width: 25em;
}
footer div {
  margin: 0.5em;
}
.warnbox {
  background-color: #ffc;
  margin: 10px auto;
  border: 3px outset #abc;
  position: relative;
  text-align: center;
  font-size: 1.09em;
}
.warnbox p {
  margin: 0.4em 0;
}
.warnbox a {
  font-weight: bold;
}
