body {
    background-color: rgb(255, 255, 255);
    background-image: url("/images/banner.32.png");
    background-repeat: repeat-x;
    background-position: top left;
    color: rgb(0, 0, 0);
    font-family: Georgia, serif;
    margin: 0;
}
a {
    background-color: rgb(255, 255, 255);
    color: rgb(29, 67, 151);
    font-weight: bold;
}
a:hover, a:visited:hover {
    background-color: rgb(255, 255, 255);
    color: rgb(180, 0, 0);
}
a:visited {
    background-color: rgb(255, 255, 255);
    color: rgb(112, 67, 150);
}
#banner {
    height: 96px;
}
#logo {
    background-image: url("/images/banner-and-logo.32.png");
    background-repeat: no-repeat;
    background-position: top left;
    margin: 0;
    padding: 26px 10px 5px 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 506px;
    height: 96px;
}
#logo img {
    display: none;
}
#tagline {
    background-color: rgb(29, 67, 151);
    color: rgb(255, 255, 255);
    position: absolute;
    right: 20px;
    top: 20px;
    font-weight: bold;
    margin: 0;
    padding: 0;
}
#navigation {
    height: 96px;
    position: absolute;
    margin: 0;
    padding: 0;
    top: 63px;
    left: 520px;
}
#navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#navigation ul li {
    margin: 0;
    padding: 0;
    float: left;
    width: 7em;
}
#navigation ul li a {
    display: block;
    width: 7em;
    font-weight: bold;
    text-align: center;
}
#navigation ul li ul {
    position: absolute;
    width: 7em;
    left: -999em;
    margin: 0 0 0 -1px;
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    border: solid 1px rgb(255, 194, 20);
}
#navigation ul li ul li {
    padding: 0;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: rgb(255, 230, 100);
}
#navigation ul li:hover ul, #navigation ul li.over ul {
    left: auto;
}
#navigation ul li ul li a {
    padding: 2px 0;
    font-weight: normal;
    background-image: url('/images/menu-item.4741.png');
}
#navigation ul li ul li a:hover, #navigation ul li ul li a.over {
    background-image: none;
    background-color: rgb(255, 239, 193);
    color: rgb(180, 0, 0);
}
.accessible {
    display: block;
    position: absolute;
    left: -999em;
}
#content {
    padding: 0 2em 2em 2em;
}
h2 {
    font-size: 1.5em;
    font-family: Verdana, sans-serif;
    background-image: url('/images/heading.4769.png');
    background-color: rgb(29, 67, 151);
    border-style: solid;
    border-width: 1px 0;
    padding: 0;
}
h2 span {
    padding: 0.5em 1em;
    display: block;
    background-repeat: no-repeat;
    background-position: top right;
    color: rgb(255, 255, 255);
}
h3 {
    font-size: 1.2em;
}
em {
    color: rgb(128, 64, 10);
    font-style: italic;
}
#content img {
    padding: 2px;
    border: solid 1px rgb(29, 67, 151);
    background-color: rgb(255, 194, 20);
    margin: 0 1em 1em 1em;
    clear: both;
    float: left;
}
#content img.right {
    float: right;
}
#content img.borderless {
    padding: 0;
    border-style: none;
    background: none;
}
table {
    border-collapse: collapse;
    border: solid 1px rgb(29, 67, 151);
}
thead tr {
    background-color: rgb(255, 194, 20);
    color: rgb(0, 0, 0);
}
th, td {
    border-bottom: solid 1px rgb(29, 67, 151);
    vertical-align: middle;
}
tbody th {
    background-color: rgb(255, 230, 100);
    color: rgb(0, 0, 0);
    text-align: right;
}
tbody th, td {
    padding: 3px;
}
caption {
    font-size: 80%;
    font-style: italic;
}

hr {
    border-style: solid;
    border-width: 1px 0 2px 0;
    border-top-color: rgb(255, 194, 20);
    border-bottom-color: rgb(29, 67, 151);
    margin: 0;
    clear: both;
}
address {
    margin: 0;
    font-size: smaller;
    font-style: normal;
    text-align: center;
    background-color: rgb(200, 217, 255);
    color: rgb(0, 0, 0);
    padding: 10px 0;
}
address a {
    background-color: transparent;
    color: rgb(29, 67, 151);
}
address a:hover, address a:visited:hover {
    background-color: transparent;
    color: rgb(180, 0, 0);
}
address a:visited {
    background-color: rgb(200, 217, 255);
    color: rgb(112, 67, 150);
}
address span {
    white-space: nowrap;
}
address img {
    border-style: none;
}
.validity img { 
    vertical-align: middle;
}
.validity {
	float: right;
	padding: 0 4px 0 0;
	margin: -31px 0 0 0;
}
#map_canvas {
  background-color: #CCCCCC;
}
#content #map_canvas img {
  background-color: transparent;
  border: none;
  float: none;
  margin: 0;
  padding: 0;
}
#map_canvas {
  width: 100%;
  height: 20em;
}
#content ol.instructions img {
  float: right;
  margin: 0 0 1em 1em;
}
ol.instructions li {
  clear: both;
  margin: 1em 0;
  border-bottom: solid 1px #1D4397;
  padding-bottom: 0.25em;
}
ol.instructions li.noline {
  border-bottom: none;
  padding-bottom: 0;
}
ol.instructions ol li {
  list-style-type: lower-latin;
}
ol.instructions {
  max-width: 1024px;
  margin: auto;
}

