@media screen {
  #footer {
    margin-top: 2.0em;
    clear: both;
    color: #a7cee9;
    font-size: 10.0px;
    text-align: center;
  }
  .error {
    color: #d04080;
    font-weight: bold;
  }
  .fields {
    position: relative;
    float: left;
    padding-right: 10.0px;
  }
  .fields  div input {
    background-color: #efefef;
    color: #444444;
  }
  .fields  div textarea {
    background-color: #efefef;
    color: #444444;
  }
  .labels {
    position: relative;
    float: left;
    width: 145.0px;
    padding-right: 10.0px;
  }
  .labels  div {
    font-weight: bold;
    font-size: 0.9em;
    line-height: 1.6em;
  }
  #contentright {
    margin-top: 1.0em;
    float: right;
    width: 66.0%;
    background: white url('/images/grey_gr.png') bottom repeat-x;
    color: black;
  }
  #contentright .copy {
    padding: 7.0px;
  }
  #contentright .subtitle {
    margin-top: 2.0em;
    background-color: #efefef;
    padding: 7.0px;
    font-weight: bold;
  }
  #contentright .title {
    background-color: #888888;
    padding: 7.0px;
    font-weight: bold;
    font-size: 1.2em;
  }
  #contentright  code {
    display: block;
    background-color: #444444;
    padding: 2.0px;
    border: 1px solid #075da5;
    color: #a7cee9;
  }
  #contentright  code.inline {
    display: inline;
  }
  #contentleft {
    float: left;
    margin-left: 2.0%;
    margin-top: 1.0em;
    width: 28.0%;
    background-color: #444444;
  }
  #contentleft  a {
    padding: 1.0%;
    display: block;
    width: 98.0%;
    color: white;
    text-decoration: none;
  }
  #contentleft  a:hover {
    background-color: #888888;
  }
  #topnav {
    width: 100.0%;
  }
  #topnav .tabbar {
    width: 100.0%;
    height: 47.0px;
    background-image: url('/images/top_gr.png');
    background-repeat: repeat-x;
  }
  #topnav .tabbar .tab {
    float: left;
    width: 176.0px;
    height: 47.0px;
    background: url('/images/tabs.png') 0 -176px no-repeat;
  }
  #topnav .tabbar .tab  a {
    padding-top: 22.0px;
    padding-left: 22.0px;
    width: 176.0px;
    height: 47.0px;
    color: white;
    text-decoration: none;
    font-size: 14.0px;
    font-weight: bold;
    background: url('/images/tabs.png') 0 -176px no-repeat;
  }
  #topnav .tabbar .tab  a:hover {
    width: 176.0px;
    height: 47.0px;
    background: url('/images/tabs.png') no-repeat;
  }
  #topnav .tabbar .tab  a.current {
    color: #bfdaee;
  }
  #topnav .tabbar .left {
    float: left;
    height: 47.0px;
  }
  #topnav .accent {
    width: 100.0%;
    height: 13.0px;
    background-image: url('/images/accent_bar2.png');
    background-repeat: repeat-x;
  }
  #topnav .accent .right {
    float: right;
    height: 13.0px;
  }
  #topnav .accent .left {
    float: left;
    height: 13.0px;
  }
  #headerright {
    float: right;
    color: #075da5;
    font-size: 12.0px;
  }
  #headerright .white {
    color: white;
    font-size: 16.0px;
  }
  #headerright .lb {
    color: #a7cee9;
    font-size: 28.0px;
  }
  #headerleft {
    float: left;
  }
  #frame {
    width: 100.0%;
  }
  body {
    color: white;
    padding-left: 2.0em;
    padding-right: 2.0em;
    padding-top: 0.5em;
    margin: auto;
    font-family: trebuchet ms;
    background-color: black;
  }
  form {
    font-family: ms trebuchet, tahoma, sans serif;
    font-size: 16.0px;
  }
}
