body
{ 
  font-size: 14px;
  font-family: Tahoma, Verdana, "Times New Roman", Arial; 
  margin-left:0px;
}
/*
div.full
{
  height: 100%;
  width: 100%;
}


div.left
{
  
  border-style:solid;
  width: 155px;
  height: 100%;
}


div.right
{
  float:right;
  border-style:solid;
}
*/
div.logo
{
  width: 170px;
  height: 130px;
  
  margin-top: 40px;
}

div.left_menu
{ 
  /*background:#3b434a;*/
  background:#8b8b8b;
  color:#ffffff;
  
  padding: 10px 10px 10px 10px;

  /*height: 100%;*/
}

div.left_menu a
{
  color:#ffffff;
  text-decoration:none;
  font-size: 14px;
}

div.left_menu a:hover
{
  color:#ffffff;
  text-decoration:none;
  font-weight: bold;
  background:#9b9b9b;
  width: 100%;
}

div.content
{ 
/*  border-width:1px;
  border-style:solid;
  border-color:black;
  border-left-width:1px;
  border-left-style:solid;
  border-left-color:black;*/
  
  background: #ffffff;
  font-size: 14px;
  /*margin-left: 10px;*/

  /*float:left;*/
  padding: 20px 20px 20px 20px;
  
}

div.footer
{
  
  border-top-width:1px;
  border-top-style:solid;
  border-top-color:black;
  text-align: center;
  font-size: 10px;
}

p
{
  line-height: 20px;
}

td
{ 
  vertical-align: top;
  font-size: 14px;
}

td.td_left
{
  background:#ffffff;
}

td.td_content_left
{
  border-left-width:1px;
  border-left-style:solid;
  border-left-color:black;
}

li
{
  margin-left: 0px;
}
