BODY {
   background-color: #000000;
   text-decoration: none; 
   color: #ffffff;
   font-family: verdana, arial, Helvetica;
   font-size: 13px;
   }


ul{
padding: 0;
margin-left: 0;
padding-left: 1em;
}

.titlemenu {
width : auto;
font-family : Verdana, Arial, Helvetica, sans-serif;  
font-size : 11px; 
text-align : left; 
font-weight : bold; 
color : #ffffff; 
background-color : #1f2532; 
padding-top : 3px; 
padding-bottom : 4px; 
padding-left : 4px; 
border-left: 5px solid #728FCE;
display : block; 
}

ul.leftmenu {
  padding: 0;
  margin: 0;
  list-style: none;
  border-bottom: 1px solid #728FCE;
  width: 130px;
  background-color: #2e374a;
  }
  
ul.leftmenu li {
  border-top: 1px solid #728FCE;
  border-left: 1px solid #728FCE;
  border-right: 1px solid #728FCE;
  } 

ul.leftmenu li a {
  text-decoration: none;
  display: block;
  width: 108px;
  color: #9ad;
  font-weight: bold;
  padding: 2px 10px;
  }
  
ul.leftmenu li a:hover {
  background-color: #415C87;
  color: #EEEEDC;
  }


a:link {
  color:#9ad;
  text-decoration:none;
  }
a:hover {
  color:#728FCE;
  text-decoration:none;
  }
a:visited {
  color:#9ad;
  text-decoration:none;
  }


#wrapper{
  position : relative;
  margin-left : 10%;
  margin-right : 10%;
  background-color : #2e374a;
    }

#header {
  position : absolute;
  height : 134px;
  width : auto;
  top : 20px;
  padding-right : 20px;
  bottom : auto;
  left : 8%;
  border-top : 5px solid #9ad;
  border-bottom : 5px solid #9ad;
  border-left : 5px solid #9ad;
  border-right : 5px solid #9ad;
  background-color : #2e374a;
}

#leftnavigation {
    position : absolute;
    text-align: left;
    height : auto;
    top : 200px;
    left : 115px;
    width : 150px;
    margin : 0px 0px 0px 0px;
    background-color : #2e374a;
    color : white;
    padding : 5px;
    overflow : auto;
    border-top : 2px solid #9ad;
    border-bottom : 2px solid #9ad;
    border-left : 2px solid #9ad;
    border-right : 2px solid #9ad;
}

#content {
  position : relative;
  top : 100px;
  text-align: left;
  bottom : 0px;
  left : 120px;
  right : 100px;
  margin : 100px 100px 100px 165px;
  width : 62%;
  height : auto;
  padding-left : 20px;
  padding-right : 20px;
  font-family: verdana, arial, Helvetica;
  background-color : #2e374a;
  color : #ffffff;
  border-left : 5px solid #9ad;
  border-top : 5px solid #9ad;
  border-bottom : 5px solid #9ad;
  border-right : 5px solid #9ad;
  overflow : auto;
}

#footer {
    width:796px;
	height: 17px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
	margin-top:20px;
	margin-bottom: 0px;
	padding: 1px;
	font-size:10px;
	color:#ffffff;
    } 
