/******* GLOBAL ***********/ 
html, body
{
z-index:3;
height:100%;
width:100%;
margin: 0;
padding: 0;
background: url(../images/background.jpg);
background-attachment: scroll;
background-repeat: repeat-y;
background-position: left;
}

/********* LOGO ********/
div.logo
{
 position: absolute;
 top:0px;
 left:0px;
 height:140px; 
 width:100%;
 padding:0px;
 background-color: #5979a5;
 border-bottom:1px solid black;
}


/*********** Content *********/
div.content
{
 z-index:0;
 position:absolute;
 left:0px;
 top:161px;
 width:100%;
 margin: 0;
 padding: 0;
}

div.content ul 
{
 margin: 0 0 10px 0;
 padding: 0;
}

div.content li.title
{
 display: block;
 color: white;
 background-color: #5979a5;
 font-weight: bold;
 margin: 0;
 padding: 1px 0 1px 6px;
 border:1px solid black;
}

td.background{
 background-color: #5979a5;
 margin: 0;
 padding: 0;
 width:125px;
}
table.content
{
 width:100%;
 background-color: white;
}

table.content td
{
border:none;
}

td.content
{
 width:100%;
 vertical-align:top;
 font-family: verdana, serif;
 font-size: 11px;
}
td.image
{
 vertical-align:top;
}
td.image img
{
 border:none;
}

/*********** MENU *********/
div.menu
{
 z-index:1;
 color:white;
 position:absolute;
 top:140px;
 height:100%;
 vertical-align: top;
 width:125px;
 background-color: #5979a5;
 border-right:1px solid black;
}
div.menu b /*BOLD TEXT*/
{ 
 color:white;
 font-weight: bold;
 font-family: verdana, serif;
 font-size: 12px;
 text-transform: uppercase;
}
div.menu a:link, div.menu a:visited /*HYPERLINK*/ 
{ 
 color:white;
 font-family: verdana, serif;
 font-size: 11px;
 text-decoration:none;
 text-transform: capitalize;
}
div.menu a:hover, div.menu a:visited:hover 
{ 
 text-decoration:underline;
}
div.menu img
{
border:none;
}
