body {
  margin: 0;
  padding: 0;
  background: #C6EDFD url(/images/img01.gif) repeat left top;
  font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
  color: #266382;
  text-align: justify; }

a {
  color: #008BD1;
  text-decoration: none; }
  a:hover {
    background-color: #9CF;
    color: #0092E8; }

div {
  display: block; }


ul {
  text-align: left; }

input[type='text'] {
  border: 1px solid #9CF;
  height: 24px;
  width: 220px;
  font-size: 16px; }
  input[type='text']:focus {
    background-color: #ffc; }

input[type='submit'] {
  background-color: #E8F5FD;
  border: 1px solid #CEEAFB;
  cursor: pointer;
  color: #555;
  font-size: 16px;
  float: right;
  height: 26px; }
  input[type='submit']:hover {
    background-color: #DEF;
    border-color: #9CF;
    color: #888; }

input[name='back'] {
  float: left; }

label {
  color: #555; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  padding-top: 0;
  color: #008BD1; }

h5 {
  color: #0092E8;
  font: normal normal bold 16px\normal arial;
  margin-bottom: 5px; }

#header {
  background: url(/images/img02.gif) no-repeat 0% 0%;
  margin: 0px auto;
  width: 700px;
  height: 80px; }
  #header h1 {
    margin: 0;
    padding: 30px 0 0 20px;
    text-transform: lowercase;
    font-size: 36px;
    font-style: italic;
    letter-spacing: -2px;
    color: #FFFFFF; }
  #header #buttons {
    display: inline; }
    #header #buttons a {
      display: inline-block;
      margin: 6px 0 0 18px;
      height: 35px;
      width: 120px; }
    #header #buttons .home {
      background-image: url(/images/home.png); }
      #header #buttons .home:hover {
        background-color: transparent; }
      #header #buttons .home.gray {
        background-image: url(/images/home-gray.png); }
    #header #buttons .application {
      background-image: url(/images/application.png); }
      #header #buttons .application:hover {
        background-color: transparent; }
      #header #buttons .application.gray {
        background-image: url(/images/application-gray.png); }
    #header #buttons .faq {
      background-image: url(/images/faq.png); }
      #header #buttons .faq:hover {
        background-color: transparent; }
      #header #buttons .faq.gray {
        background-image: url(/images/faq-gray.png); }

#page {
  margin: 18px auto 1em;
  width: 700px; }

#content {
  background: url(/images/img03.gif) no-repeat 0% 0%;
  float: left;
  padding: 0px 20px 0px 30px;
  width: 430px; }
  #content ul {
    line-height: 35px;
    font-weight: bold; }

#sidebar {
  background: url(/images/img04.gif) no-repeat 100% 0%;
  float: right;
  padding: 25px 20px 0px 10px;
  width: 190px; }

#footer {
  width: 700px;
  height: 30px;
  margin: 0 auto;
  padding-bottom: 20px;
  background: url(/images/img06.gif) no-repeat left top; }
  #footer p {
    margin: 0px 0px 0px 0px;
    padding: .8em 0 0 0;
    text-align: center;
    font: bold x-small Arial, Helvetica, sans-serif;
    color: #FFFFFF; }

.button {
  position: absolute;
  margin: 6px 40px;
  background-image: url(/images/application.png);
  height: 35px;
  width: 120px; }

#toc {
  position: absolute;
  width: 200px;
  margin: 22px 10px;
  padding: 5px;
  float: right;
  background-color: #DEF;
  border: 1px solid #9CF; }

.form-box {
  background-color: #E8F5FD;
  border: 1px solid #CEEAFB;
  padding: 10px; }
  .form-box:hover {
    background-color: #DEF;
    border-color: #9CF; }

.inline {
  display: inline;
  color: #555; }

.fieldWithErrors {
  display: inline-block; }
  .fieldWithErrors input[type='text'] {
    background-color: #FCC;
    border-color: #F66; }

.errorExplanation {
  background-color: #FCC;
  border: 1px solid #F66;
  margin-bottom: 18px;
  font-family: Verdana;
  font-size: 11px;
  color: #333; }
  .errorExplanation h2 {
    background-color: #F66;
    color: #333;
    font-family: Verdana;
    font-size: 11px;
    letter-spacing: 0px;
    margin: 0px;
    padding: 2px 5px;
    font-weight: normal; }
  .errorExplanation li {
    font-weight: bold;
    height: 20px; }
  .errorExplanation p {
    margin: 5px 0; }

.left {
  float: left; }

.right {
  margin-left: 50%; }

.clear {
  clear: both; }

input.editor_field {
  font-size: 13px;
  height: 18px;
  width: 100px; }
