body {
  font-family: Arial, Helvetica, sans-serif;
  background-color: #c8c8c8;
  color: #000; }

* {
  margin: 0px;
  padding: 0px;
  text-decoration: none; }

ul {
  padding-left: 1em;
  margin-left: 0; }

html {
  height: 100%;
  margin-bottom: 1px; }

#layout {
  width: 760px;
  background-image: url(/images/background.png);
  background-repeat: no-repeat;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  height: 100%; }

#header {
  height: 90px;
  position: relative; }

#greeting {
  color: #6F89A1;
  font-size: 12px;
  position: absolute;
  right: 26px;
  top: 14px; }

#links {
  padding-top: 48px;
  padding-left: 190px;
  z-index: 30; }
  #links li {
    list-style: none;
    float: left;
    font: bold 11px verdana, sans-serif; }
    #links li a {
      display: block;
      padding: 4px 6px 5px;
      color: #fff;
      text-align: center;
      white-space: nowrap;
      font-size: 11px; }
      #links li a:hover, #links li a.current {
        background-repeat: repeat-x;
        background-image: url(/images/menu_hover.png);
        color: #000; }
  #links div {
    position: absolute;
    visibility: hidden;
    margin: 0;
    padding: 0;
    background: #000;
    border: 2px outset #aaa;
    border-top: 0px solid #fff; }
    #links div a {
      position: relative;
      display: block;
      margin: 0;
      padding: 5px 10px;
      width: auto;
      white-space: nowrap;
      text-align: left;
      text-decoration: none;
      background: #000;
      color: #fff;
      font-size: 12px;
      font-family: verdana, sans-serif;
      font-weight: normal; }
      #links div a:hover {
        background: #fff;
        color: #000; }

#content {
  float: right;
  width: 500px;
  padding-right: 20px;
  padding-bottom: 30px;
  text-align: justify;
  font-size: .8em;
  line-height: 150%; }
  #content h1 {
    line-height: 100%;
    font-family: serif;
    font-size: 32px;
    font-weight: 900;
    color: #990000;
    padding-bottom: 16px;
    text-align: center; }
  #content h2 {
    color: #0066cc;
    padding-top: 14px;
    font-size: 1.5em; }
    #content h2 a {
      color: #0066cc; }
  #content p {
    margin: 1em 0px; }
  #content ul {
    list-style-type: square;
    text-align: left;
    margin-left: 0;
    padding-left: 0; }
    #content ul li {
      padding-bottom: 0.5em; }
    #content ul.no-bullet {
      list-style-type: none;
      padding-top: 20px; }
    #content ul.red-flag a {
      border: 0px; }
    #content ul.red-flag img {
      border: 0px; }
  #content dl dt {
    font-weight: 700;
    font-size: 1.4em; }
  #content dl dd ul {
    list-style-type: none;
    padding-bottom: 1.0em;
    padding-top: 0.2em; }
    #content dl dd ul ul {
      list-style-type: circle;
      margin-left: 2em; }
  #content dl.contact dd {
    padding-bottom: 0.5em; }
  #content a {
    border-bottom: 1px dotted;
    color: #000; }
    #content a:hover {
      background: #4A5F71;
      color: #fff; }
  #content .intro {
    text-align: center;
    line-height: 2;
    color: #0066cc;
    padding-top: 14px;
    font-size: 1.5em; }
  #content .logo {
    margin-left: auto;
    margin-right: auto;
    display: block; }

#sidebars {
  float: right;
  width: 220px;
  margin-top: 92px;
  height: 1%; }

.sidebar {
  border: 4px solid #0066cc;
  position: relative;
  left: -36px;
  width: 208px;
  margin-bottom: 20px;
  padding: 3px 6px;
  background-color: #fff;
  font-size: .8em; }
  .sidebar h2 {
    font-family: serif;
    font-style: italic;
    font-size: 26px;
    color: #990000; }
  .sidebar h3 {
    border-top: 3px double #666;
    margin-top: 5px;
    padding-top: 3px;
    font-size: 1em; }
  .sidebar a {
    color: #000; }
    .sidebar a:hover {
      color: #fff;
      background-color: #000; }
/*  .sidebar img {
    width: 168px;
    height: 126px; }   */

#footer {
  margin-top: 20px;
  border-top: 4px solid #0066cc;
  text-align: center;
  padding: 2em;
  clear: both;
  font-size: .7em;
  color: #000;
  background-image: url(/images/logo_state.png);
  background-repeat: no-repeat;
  background-color: #fff;
  background-position: center right; }
  #footer a {
    color: #000; }
