﻿html {
  overflow: -moz-scrollbars-vertical; 
  overflow-y: scroll;
}

body {
  cursor: default;
  text-align: center;
  font-family: verdana;
  background-color: #FFFFFF;
  background-image: url(BG.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
}

#body {
  position: relative;
  top: -10px;
  width: 1200px;
  margin: auto;
  padding: 0px;
  background: transparent;
  text-align: center;
  z-index: 2;
}

#menuL1 {
  background-color: #1C1E1E;
  position: absolute;
  top: 0px;
  width: 1200px;
  height: 120px;
  
  padding: 10px;
  border: 0px solid #FFFFFF;

  color: #FFFFFF;
  font-weight: bold;
  font-size: 26px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

#menuL1 a {
  color: #FFFFFF;
  font-weight: bold;
  font-size: 13px;
  text-decoration: none;
}

#menuL1 a:hover {
  color: #999999;
}

#menuL1 img.logo {
  border: 0px solid #000000;
  height: 120px;
  width:  120px;
  float: left;
  margin-left: 50px;
}

#menuL1 h1 {
  font-size: 13px;
  text-align: center;
  margin: 1px;
  padding: 0px;
}

#menuL1  h1 a {
  color: #FFFFFF;
  background-color: transparent;
  text-decoration: none;
  padding: 5px 20px;
  line-height: 30px;
  text-align: center;
  border: 0px solid #FFFFFF;
}

#menuL1 h1 a:hover {
  color: #000000;
  background-color: #FFFFFF;
}

#content {
  position: absolute;
  top: 250px;
  width: 1200px;
  
  padding: 10px;
  border: 0px solid #FFFFFF;
  color: #000000;
  background-color: #FFFFFF;
}

#content img {
  vertical-align: middle;
  border: 0px solid #FFFFFF;
}

#content img.left {
  margin-right: 10px;
  float: left;
}

#content img.right {
  margin-left: 10px;
  float: right;
}

#content h1 {
  font-weight: bold;
  font-size: 13px;
  text-align: center;
  text-transform: uppercase;
  margin: 0px;
  padding: 5px;
  background-color: #1C1E1E;
  color: #FFFFFF;
}

#content h2 {
  font-weight: bold;
  font-size: 13px;
  text-align: left;
  padding: 0px;
}

#content p {
  font-size: 13px;
  text-align: justify;
  border: 0px solid #000000;
}

#content p.center {
  font-size: 13px;
  text-align: center;
}

#content table{
  width: 1200px;
}

#content td {
  font-size: 13px;
  text-align: justify;
  padding: 10px;
  vertical-align: top;
  
  color: #555555;
}

#content a:link, #content a:visited, #content a:active {
  cursor: default;
  text-decoration: none;
  color: #0000AA;
  font-weight: bold;
}

#content a:hover {
  color: #FFFFFF;
  background: #0000AA;
}

#content a.media:link, #content a.media:visited, #content a.media:active {
  margin-top: 1px;
  width: 450px;
  height: 100px;
  display: block;
  color: #000000;
}

#content a.media:hover {
  background: #CCCCCC;
}

#content a.thumb img{
  width: 42px;
  padding: 0px;
  margin: 5px;
}

#content a.thumb:hover{
  background: #FFFFFF;
}

#content foot {
  font-size: 10px;
  text-align: center;
  color: #555555;
}

div.media {
    width: 550px;
    height: 500px;
    overflow: auto;
}