body
{
  background:#d2d7d8;
  margin:0;
  padding:0;
}

body,td,a
{
  font-family:verdana;
  font-size:11px;
  font-weight:normal;
  color:#818181;
  text-decoration:none;
}

a:hover
{
  font-weight:bold;
  text-decoration:none;
}

td
{
  vertical-align:top;
}

#mainContainer
{
  height:100%;
  position:relative;
}

#tableContainer
{
  height:100%;
  width:850px;
  position:relative;
}

#mainTable
{
  background-color:#fff;
  height:100%;
  width:850px;
  table-layout:fixed;
}

#header
{
  height:116px;
  border-bottom:1px solid #c4c4c6;
}

#logo
{
  position:absolute;
  top:47px;
  left:9px;
}

#leftMenu
{
  background:#ececed;
  border-right:1px solid #d0dfed;
  padding-top:86px;
  font-size:12px;
  color:#878787;
}

a.leftMenu,a.leftMenu:hover
{
  color:#00529c;
  font-weight:normal;
  text-decoration:none;
}

#leftContent
{
  font-size:12px;
  color:#878787;
  vertical-align:bottom;
  padding:8px;
}

#leftContent a,#leftContent a:hover
{
  font-size:11px;
  font-weight:normal;
  color:#878787;
  text-decoration:none;
}

#topMenu
{
  width:690px;
  height:16px;
  table-layout:fixed;
}

#topMenuItem
{
  text-align:center;
  background:#e9e9e9;
  border-bottom:1px solid #e9e9e9;
  font-size:13px;
  color:#959595;
}

#topMenuLine
{
  width:1px;
  background:#80a7ca;
  border-bottom:1px solid #e9e9e9;
}

#header
{
  font-size:13px;
  color:#00529c;
  padding-right:40px;
  border-bottom:1px solid #c0c0c2;
}

#content
{
  margin:50px 80px;
}

p
{
  margin:10px 0px;
}
