html
{
  overflow: auto;
}

body, html
{
  height: 100%;
  width: 100%;
  margin: 0px;
  padding: 0px;
  background-color: #ddddff;
  color: black;
  font-family: verdana, tahoma, arial, sans-serif;
  font-size: 8pt;
}

table.layout
{
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  border-collapse: collapse;
}

div.content
{
  height: 606px;
  width: 1006px;
  margin: 0px;
  padding: 0px;
  background-color: white;
  color: black;
  overflow: auto;
}

.menu
{
  float: left;
  margin-left: 15px;
  margin-top: 10px;
}

.menu_item img
{
  border: 0px;
  margin-right: 1px;
}

.menu_item a
{
  text-decoration: none;
  color: #666666;
  font-size: 95%;
  font-weight: bold;
  margin-right: 10px;
}

.logo
{
  clear: both;
  margin-top: -3px;
  margin-left: 780px;
}

.footer
{
  clear: both;
  margin-left: auto;
  margin-right: auto;
  font-size: 85%;
  width: 1006px;
  text-align: center;
  height: 10px;
}

.footer a
{
  text-decoration: none;
  color: #666666;
  font-size: 110%;
}

.user_details
{
  float: left;
  clear: both;
  margin-top: -35px;
  margin-left: 15px;
  display: block;
  font-size: 85%;
}

.site_description
{
  clear: both;
  width: 330px;
  height: 90px;
  line-height: 165%;
  border-left: 1px solid #F78F3F;
  padding-left: 5px;
  padding-top: 5px;
  margin-left: 642px;
  margin-top: 149px;
}