/*
Impression Design
By: Alexander Shen (www.wanderingpanda.com)
For: http://www.impressiondesign.com
*/

/* Links */
a:link {color: #FFFFFF; text-decoration: underline;}
a:active {color: #CCCCCC; text-decoration: underline;}
a:visited {color: #FFFFFF; text-decoration: underline;}
a:hover {color: #CCCCCC; text-decoration: underline;}

body
{
  margin:0px 0px 0px 0px;
  font-family:verdana;
  font-size:12px;
  color: #FFFFFF;
  background:#333333 url(images/bg_tile.gif) repeat-x;
}

table
{
  font-family: verdana;
  font-size:12px;
}

tr.client
{
  font-family:verdana;
  font-size:12px;
  color: #000000;
}

td.left
{
  vertical-align: top;
  text-align: left;
  width: 110px;

  font-family:verdana;
  font-size:12px;

}

td.right
{
  vertical-align: top;
  width: 540px;
  font-family: verdana;
  font-size: 12px;

  background: #0B1269 url(images/bottom_left.gif) no-repeat;
  background-position: bottom left;
}

td.infobar
{
  vertical-align: top;
  height: 23px;
  background: #3E448E url(images/infobar.gif) repeat-x;
}

#middle
{
  width: 680px;
}

#footer
{
  vertical-align: top;
  width: 660px;
  height: 50px;
  min-height: 80px;
  background-color:#F88600;

  background: #F88600 url(images/top_left.gif) no-repeat;
  background-position: top left;
}