@charset "utf-8";
@import url("style.css");

table#content
{
  width: 921px;
  height: 100%;
  margin: 0 auto;
}

div#content
{
  padding: 0 20px;
}

td#drilldown
{
  border-bottom: 1px solid #d7d7d7;
}

td#left-menu
{
  width: 210px;
  height: 100%;
  vertical-align: top;
}

div.left-menu-item
{
  border-top: 1px solid #d7d7d7;
  line-height: 2.5em;
  font-size: 8pt;
  font-weight: bold;
  padding-left: 20px;
}

div#first-menu-item
{
  border: none;
}

a#cur-left-menu-item
{

}

a#othr-left-menu-item:link
{
  color: #686868;
}

a#othr-left-menu-item:visited
{
  color: #686868;
}

a#othr-left-menu-item:hover
{
  color: #164c74;
}

a#othr-left-menu-item:focus
{
  color: #164c74;
}

a#othr-left-menu-item:active
{
  color: #164c74;
}

td#right-content
{
  width: 711px;
  vertical-align: top;
  border-left: 1px solid #d7d7d7;
  margin: 0;
  padding: 25px 0 0 25px;
}

div#right-text
{
  padding-bottom: 30px;
}

table#contact-form
{
  width: 515px;
}

table#contact-form input[type="text"]
{
  width: 260px;
  margin: 1px 0;
}

table#contact-form input[type="radio"]
{
  margin-left: 0px;
}

table#contact-form select
{
  width: 260px;
  margin: 1px 0;
}

table#contact-form textarea
{
  width: 370px;
  height: 160px;
  margin: 1px 0;
}

table#contact-form button[type="submit"]
{
  margin-right: 3px;
}

table#contact-form button[type="reset"]
{

}

td.bold
{
  font-weight: bold;
}

td#form-name
{
  width: 135px;
  text-align: right;
  padding-right: 5px;
}

td#form-field
{
  width: 380px;
}

td#error
{
  color: #ff0000;
  font-size: 8pt;
}