* {
  padding: 0;
  margin: 0;
}

body {
  background-color: #FFFFFF;
  color: #000000;
  font: 70% Verdana, sans-serif; 
}

#container {
  width: 778px;
  background-color: #BDDFEF;
}



/* Header */

#header {
  height: 53px;
  background: #BDDFEF url("/images/interface/header.jpg") top left no-repeat;
  margin-left: 12px;
}

#header h1 {
  display: none;
}



/* Topnav */

#topnav {
  height: 29px;
  background: url("/images/interface/topnav.jpg") bottom left no-repeat;
  color: #FFFFFF;
  font-size: 1.1em;
  margin-left: 12px;
}

#topnav ul {
  float: left;
  height: 23px;
  margin-top: 6px;
}

#topnav ul li {
  display: block;
  float: left;
  background: url("/images/interface/bluetab.jpg") bottom left no-repeat;
  width: 146px;
  height: 23px;
}

#topnav ul li.activetab {
  background: url("/images/interface/whitetab.jpg") bottom left no-repeat;
}

#topnav ul li a {
  position: relative;
  top: 5px;
}

#topnav ul li img {
  border: 0;
}

#topnav ul #investors,
#topnav ul #contactus {
  margin-left: 6px;
}

#topnav ul #aboutus a { left: 49px; }
#topnav ul #investors a { left: 49px; }
#topnav ul #contactus a { left: 45px; }

#topnav p {
  float: right;
  font-size: 0.9em;
  padding-top: 10px;
  margin-right: 20px;
}

#topnav p a {
  color: #FFFFFF;
}



/* Top */

#content #top {
  width: 766px;
  background: #FFFFFF url("/images/interface/dip.jpg") top left no-repeat;
}

#content #top #left {
  float: left;
  margin-top: 22px;
  padding-left: 29px;
}

#content #top #left #breadcrumb {
  color: #666666;
  font-size: 0.9em;
}

#content #top #left #breadcrumb a {
  color: #666666;
  text-decoration: none;
}

#content #top #left #breadcrumb a:hover {
  text-decoration: underline;
}

#content #top #left #breadcrumb .active {
  color: #004789;
  font-weight: bold;
}

#content #top #left #quote {
  clear: both;
  padding-top: 38px;
}

#content #top #left #quote2 {
  clear: both;
  padding-top: 16px;
  padding-left: 63px;
}

#content #top #right {
  float: right;
  background-image: url("/images/interface/image.jpg");
  background-position: top right;
  background-repeat: no-repeat;
  width: 298px;
  height: 135px;
}

#content #top #right2 {
  float: right;
  background-image: url("/images/interface/image2.jpg");
  background-position: top right;
  background-repeat: no-repeat;
  width: 298px;
  height: 217px;
}



/* Main */

#main {
  clear: both;
  float: left;
  width: 100%;
  background: #FFFFFF url("/images/interface/main_bg.jpg") top left repeat-y;
  min-height: 30em;
}

#home {
  width: 97%;
  height: 180px;
  padding-top: 36px;
}

/* Leftnav */

#main #leftnav {
  float: left;
  width: 200px;
  line-height: 2em;
  margin-left: 6px;
  padding-bottom: 200px;
}

#main #leftnav div {
  color: #525552;
  border-bottom: 2px solid #E7E7E7;
}

#main #leftnav div h4 {
  font-size: 1em;
  font-weight: normal;
  margin-left: 6px;
}

#main #leftnav div a {
  color: #525552;
  text-decoration: none;
}

#main #leftnav ul {
  list-style-type: none;
  margin-left: 27px;
}

#main #leftnav div.current {
  color: #004789;
}

#main #leftnav div.current a {
  color: #004789;
}

#main #leftnav div.current a:hover {
  font-weight: bold;
}

#main #leftnav div.current h4 {
  color: #525552;
  font-weight: bold;
}

#main #leftnav div.current .active {
  font-weight: bold;
  list-style-type: square;
}

/* Footer */

#footer {
  clear:both;
  height: 22px;
  color: #004789;
  font-size: 1em;
  font-weight: bold;
  padding: 8px 20px 0 30px;
}

#footer .left {
  float: left;
}

#footer .right {
  float: right;
}

#footer a:link, #footer a:visited {
  color: #004789;
  text-decoration: none;
}

#footer a:active, #footer a:hover {
  text-decoration: underline;
}