﻿body {
  margin: .25em;
  background-color: #AAAAAA;
  font-family: Tahoma, Arial, Sans-Serif;
  font-size: 11px;
  line-height: 1.2em;
}

a, a:active, a:visited, .link, a.link, legend {
  color: #0a4d76;
}

.link, a.link {
  color: #0a4d76 !important;
}

a:hover, .link:hover, a.link:hover {
  color: #5c8fae;
}

.link:hover, a.link:hover {
  color: #5c8fae !important;
}

.link {
  cursor: pointer;
  text-decoration: underline;
}

a img {
  border: none;
  margin: 0em .25em;
}

input, button, select, textarea {
  font-size: 1em !important;
}

input[type="submit"], button {
  padding: 0 1em;
}

#container {
  min-width: 986px;
  background-color: #FFFFFF;
}

#banner {
  text-align: center;
  font-weight: bold;
  font-size: 1.2em;
  font-family: Verdana, Tahoma, Arial, Sans-Serif;
  padding: .5em;
  background-image: url(images/titlebg.png);
  background-repeat: repeat-x;
  color: #FEFEFE;
  border-bottom: 2px solid #023865;
}

#sidebar {
  float: left;
  width: 175px;
  padding-bottom: 1em;
}

#sidebar .content {
  padding: .5em .25em .25em 1em;
}

#sidebar #logo {
  text-align: center;
  font-size: 2em;
  font-weight: bold;
  font-family: Verdana, Tahoma, Arial, Sans-Serif;
  padding: .5em;
}

#sidebar #logo img {
  text-align: left;
  margin-bottom: .5em;
  display: block;
}

#sidebar .slogan {
  padding-top: 0px;
  text-align: right;
  margin-bottom: 2em;
}

#sidebar .section {
  margin-bottom: 2em;
}

#sidebar .section .header {
  font-size: 1.2em;
  font-family: Verdana, Tahoma, Arial, Sans-Serif;
  background-color: #14547c;
  padding: .25em .5em;
  background-image: url(images/sidebarsectionheader.png);
  background-repeat: repeat-x;
  color: #FEFEFE;
  border-bottom: 2px solid #023865;
}

#sidebar .section .header img {
  vertical-align: text-bottom;
}

#content {
  margin-left: 175px;
  min-height: 600px;
  border-left: 2px solid #023865;
}

#content .content {
  padding: 1em;
}

#footer {
  text-align: center;
  border-top: 2px solid #023865;
  background-color: #EEEEEE;
  padding: 1em;
}

#footer .copyright p {
  margin: .5em 0em;
}

.clearfix:after {
  content: ""; 
  display: block; 
  clear: both; 
  height: 0; 
  visibility: hidden;
}
.clearfix {
  min-height: 0; 
  height: 1%;
}

html>body .clearfix {
  height: auto; 
  overflow: hidden;
}

span.clear {
  display: block;
  clear: both;
  height: 1px;
  line-height: 0px;
  font-size: 0px;
  margin-bottom: -1px;
}

span.sup {
  font-size: .6em;
  vertical-align: text-top;
  font-family: Verdana;
  text-transform: uppercase;
  line-height: normal;
}

.debug {
  background-color: #32CD32;
  padding: 1em;
  font-weight: bold;
  text-align: center;
}

.debug .content {
  background-color: #98FB98;
  font-weight: normal;
  text-align: left;
  padding: 1em;
}

.valSummary ul {
  padding-left: 1.25em;
}

legend {
  font-weight: bold;
  padding: 0em .25em .5em .25em;
}

.errorText {
  color: #FF0000;
}

.disclosureText {
  font-size: 1em;
  color: #888888;
  margin: 1em auto;
  padding: .75em;
  width: 775px;  
}