

body {
    margin: 0px;
    font-family: 'Lato', "Helvetica", "Lucida Sans", "Lucida Grande", "Arial", sans-serif;
    font-size: 11pt;
    background-color: #000000;
    font-weight: 300;
}

#divRootContainer {
    position: absolute; 
    top: 0px; 
    left: 0px; 
    width: 100%; 
    height: 100%; 
    z-index: 1;
}

#bg { position: fixed; top: 0; left: 0; }
.bgwidth { width: 100%; }
.bgheight { height: 100%; }

#divGreyMenu {
    margin: auto;
    position: fixed;
    bottom: 40px;
    left: 0px;
    background-image: url(graphics/bg.png);
    height: 80px;
    width: 100%;
    
    z-index: 10;
}

#divGreyLogo {
    float: left;
    margin: 0px;
    width: 170px;
    height: 80px;
    background-color: #000000;
    border-right: 1px solid #ff0000;
    border-left: 5px solid #ff0000;
}

#divMenu {
    float: left;
    width: 200px;
    height: 80px;
    font-size: 10pt;
    margin-left: 0px;
    line-height: 20px;
    font-weight: 400; 
  border-right: 1px solid #ff0000;
}

#divMenu a {
    color: #ffffff;
    display: block;
    text-decoration: none;
    padding-left: 10px;
}

#divMenu a:hover {
    color: #eeeeee;
    border-left: 3px solid #999999;
    padding-left: 7px;
}

#divMenu2 {
    float: left;
    width: 200px;
    height: 80px;
    font-size: 10pt;
    margin-left: 0px;
    line-height: 20px;
    font-weight: 400; 
}

#divMenu2 a {
    color: #ffffff;
    display: block;
    text-decoration: none;
    padding-left: 10px;
}

#divMenu2 a:hover {
    color: #eeeeee;
    border-left: 3px solid #999999;
    padding-left: 7px;
}

.actual  {
    border-left: 3px solid #ff0000;
    padding-left: 7px;
    font-weight: bold;
}

#divContentContainer {
    position: absolute;
    width: 500px;
    top: 77px;
  
    right: 30px;
    background-image: url(graphics/bgwhitenew.png);
  background-position: bottom;
    z-index: 9;
}

#divContent1 {
    margin: 10px;
}

#divTitle {
    position: absolute;
    width: 500px;
    top: 35px;
    right: 30px;
    z-index: 9;
    font-size: 24pt;
    text-transform: uppercase;
    color: #ffffff;
    text-shadow: 1px 1px #666666;
}

h1 {
    font-weight: 300;
    font-size: 18pt;
    margin: 0px;
    margin-bottom: 10px;
}

h2 {
    font-weight: 300;
    font-size: 16pt;
    margin: 0px;
    margin-bottom: 10px;
}

p {
    line-height: 20px;
}

a {
 color: #000000; 
}

a:hover {
 color: #ff0000; 
}

li {
  margin-bottom: 10px;
}

ul {
    list-style: none;
    padding:0;
    margin:0;
}

li { 
    padding-left: 15px; 
    text-indent: -12px;
    margin-bottom: 10px;
}

li:before {
    content: "• ";
    color: #999999; /* or whatever color you prefer */
}