@media screen {

  body{
    font-family: sans-serif, arial, helvetica;
    font-size:x-small;
    background: #369 url(image/back.gif) bottom left fixed repeat-x;
    color: #E8EDF0;
    margin: 0em;
    margin-top: 1em;
    height: 100%;
  }
  
  a {
    text-decoration: none;
    letter-spacing: 1px;
    font-weight: bold;
    color: #68A4A4;
  }

  a:hover {
    text-decoration: underline;
  }

  a:active {
    letter-spacing: 0px;
  }

  a:visited {
    font-weight: normal;
  }
  
  hr, h1, h2, div, p, li, ul, ol, table, td, tr {
    font-family: sans-serif, arial, helvetica;
  }
  
  img {
    border-width: 0;
  }

  #main {
    margin: auto;
    width: auto;
  }
  
  #lang {
    position: absolute;
    top: 3em;
    right: 1em;
  }
  
  #lang ul {
    padding: 0em;
    margin: 0em;
  }
  
  #lang li {
    list-style: none;
    padding-bottom: 0.2em;
  }
  
  #lang img {
    border-width: 0px;
  }

  #menu {
    position: absolute;
    left: 83%;
    top: 1em;
    width: 15%;
  }

  #menu_logo {
    margin: auto;
    text-align: center;
    padding-bottom: 1em;
  }

  .menu_item {
    background-color: #eff4fa;
    border: 1px solid #69c;
    margin: 0em 0em 1em 0em;
    padding: 0em 1em 1em 1em;
  }

  .menu_item h2 {
    background-color: #fff;
    border-color: #69c;
    border-style: solid;
    border-width: 0px 1px 1px 1px;
    color: #369;
    margin: 0em 0em 0.5em 0em;
    padding: 0.2em 0.2em 0.2em 0.3em;
    font-size: medium;
    text-align: left;
  }
  
  .menu_item h2:first-letter {
    background-color: #369;
    color: #fff;
    font-size: large;
  }

  #section_close {
    color: #700;
  }

  #section_close:first-letter {
    background-color: #700;
    color: #fff;
  }

  .menu_item ul {
    padding: 0em;
    margin: 0em;
  }

  .menu_item li {
    border-bottom: 0px solid #369;
    list-style: none;
    margin: 0em 0em 0.1em 0.2em;
    text-align: left;
  }

  .menu_item a,span {
    display: block;
    text-decoration: none;
    color: #369;
    padding-left: 1em;
    letter-spacing: 0px;
    font-weight: bold;
  }
  
  .menu_item hr {
    width: 85%;
  }
  
  #active {
    background-color: #369;
    color: #fff;
  }

  .close {
    color: #700;
  }

  .menu_item a:hover {
    background-color: #fff;
    color: #036;
  }
  
  #valid {
    margin-top: 2em;
    padding-left: 0.5em;
    text-decoration: none;
    text-align: center;
  }

  #flow {
    position: absolute;
    left: 2em;
    width: 78%;
  }

  #logo {
    text-align: center;
    height: 144px;
    padding-bottom: 2em;
  }
  
  #logo img {
    margin-top: 41px;
  }
  
  .section {
    width: 100%;
    margin-bottom: 2em;
  }

  .section h2 {
    background-color: #eff4fa;
    border-color: #69c;
    border-style: solid;
    border-width: 1px;
    color: #369;
    margin: 0em 0em 0.5em 0em;
    padding: 0.2em 0.3% 0.2em 0.7%;
    text-align: left;
    width: 20%;
  }
  
  .top {
    font-size: medium;
  }

  .top:first-letter {
    background-color: #369;
    color: #fff;
  }

  .bottom {
    position: relative;
    left: 78.8%;
    font-size: x-small;
    text-align: right;
  }

  .content {
    background-color: #eff4fa;
    border-color: #69c;
    border-style: solid;
    border-width: 0px 1px 1px 1px;
    color: #369;
    margin: 0em 0em 0.5em 0em;
    padding: 1em;
    font-size: small;
    text-align: left;
  }
  
  #footer {
    margin-top: 15em;
    margin-bottom: 1em;
    padding: 0.2em;
    background-color: #eff4fa;
    border: 1px solid #69c;
    text-align: center;
    font-size: smaller;
    color: #369;
  }
  
  .sf_top {
    position: relative;
    float: right;
    top: -2em;
  }
  
  .sf_bottom {
    float: left;
  }
  
  .slash_fade ul {
    margin: 0;
    padding: 0;
  }
  .slash_fade li {
    display: inline;
    margin: 0;
    padding: 0;
  }
  
  .slash_fade1 {
    color: #c0c8d8;
  }
  
  .slash_fade2 {
    color: #b0b8c8;
  }
  
  .slash_fade3 {
    color: #a0a8b8;
  }
  
  .slash_fade4 {
    color: #9098a8;
  }
  
  .slash_fade5 {
    color: #808898;
  }
  
  .slash_fade6 {
    color: #707c90;
  }
  
  .slash_fade7 {
    color: #606c80;
  }
  
}