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: 110px;
  position: relative; }

#greeting {
  color: #6F89A1;
  font-size: 12px;
  position: absolute;
  right: 26px;
  top: 14px; }

#links {
  padding-top: 72px;
  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); }
  #links div {
    position: absolute;
    visibility: hidden;
    margin: 0;
    padding: 0;
    background: #000;
    border: 1px outset #ffffff;
    border-top: 0px solid #ffffff; }
    #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: #ffffff;
      font-size: 11px;
      font-family: verdana, sans-serif;
      font-weight: normal; }
      #links div a:hover {
        background: #AFC2D3;
        color: #000; }

#content {
  float: left;
  width: 400px;
  padding-left: 130px;
  padding-right: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: justify;
  font-size: .8em;
  line-height: 150%; }
  #content h1 {
    line-height: 100%;
    font-family: serif;
    font-style: italic;
    font-size: 28px;
    font-weight: 900;
    color: #6F89A1;
    padding-left: 70px;
    padding-bottom: 20px; }
  #content p {
    margin: 1em 0px; }
  #content ul {
    list-style-type: circle;
    text-align: left; }
    #content ul li {
      padding-bottom: 0.5em; }
  #content a {
    border-bottom: 1px dotted;
    color: #000; }
    #content a:hover {
      background: #4A5F71;
      color: #fff; }
  #content .logo {
    margin-left: auto;
    margin-right: auto;
    display: block; }

#sidebars {
  float: left;
  width: 210px;
  height: 1%; }

.sidebar {
  border: 4px solid #868659;
  width: 174px;
  margin-bottom: 20px;
  padding: 3px 6px;
  background-color: #fff;
  font-size: .8em; }
  .sidebar h2 {
    font-family: serif;
    font-style: italic;
    font-size: 26px;
    color: #6F89A1; }
  .sidebar h3 {
    font-size: 1em; }
  .sidebar hr {
    border: 0px;
    border-bottom: 1px solid #868659;
    height: 1px;
    color: #868659;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
    margin-top: 2px; }
  .sidebar a {
    color: #000; }
    .sidebar a:hover {
      color: #fff;
      background-color: #000; }
  .sidebar img {
    width: 168px; }

#footer {
  margin-top: 20px;
  border-top: 1px solid #868659;
  padding: 1em;
  clear: both;
  font-size: .7em;
  color: #4A5F71; }
  #footer a {
    color: #4A5F71; }
