/* **************************************************
    PASI 2010 website
    pasistyles.css
    IM 11.30.09

    - Old background color was rgb(230, 211, 171)

************************************************** */

html, body {
    font: 12pt Arial;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    background: #97BE0D;
    color: #FFFFFF;             
    text-align: center;
}

img {
  border: 10px none;
  vertical-align: bottom;
}

a:link, a:visited, a:hover {
    color: #700000;
    text-decoration: none;
}

table 
{
  padding: 0;
  margin: 0 auto 0 auto;
  text-align: left;
}

table.supertable 
{
  padding: 0;
  margin: 0 auto 0 auto;
  width: 800px;
  height: 100%;
  text-align: left;
}

td.header
{
  color: #000000;
  font-size: 24pt;
  vertical-align: middle;
  padding-left: 24px;
  width: 800px;
  height: 90px;
  background: #97BE0D;
}

td.footer
{ 
  font: 12pt Arial;                                       
  font-weight: bold;
  vertical-align: middle;
  width: 800px;
  height: 90px;
  padding-left: 24px;
  background: #97BE0D;
 }

span.flink
{ 
  color: #700000;
  text-decoration: none;
}

span.flink:hover 
{ 
  color: #FFFFFF;
  text-decoration: none;
}

table.bodytable 
{
  padding: 0;
  margin: 0;
  width: 800px;
  height: 100%;
  text-align: left;
}

td
{ 
  font: 12pt Arial;
  overflow-x: hidden;
  vertical-align: top;
}

td.sidebar
{
  width: 180px;
  height: 100%;
  background: #97BE0D;
}

div.sidebar-selected, div.sidebar-item {
  font: 12pt Arial;                                       
  font-weight: bold;
/*   letter-spacing: 2px; */
  color: #66CC66;
  text-decoration: none;
  padding-top: 0px;
  padding-left: 28px;
  margin-top: 12px;
  width: 164px;
  height: 24px;
  line-height: 24px;
}

div.sidebar-selected {
    background: #97BE0D;
    color: #FFFFFF;
}

div.sidebar-item {
    background: #97BE0D;
    color: #700000;
}

div.sidebar-item:hover, div.sidebar-selected:hover {
  color: #FFFFFF;
  text-decoration: none;
}

td.bodytd
{
    background: #97BE0D;
    height: 100%;
}

td.pagebody
{
  width: 596px;
  height: 100%;
  padding: 12px 12px 12px 12px;
  color: #FFFFFF;
  background: #97BE0D;
  text-align: left;
}

td.subtitle
{
  font: 14pt Arial;                                       
  font-weight: bold;
  color: #700000;
  background: #97BE0D;
  text-decoration: none;
  padding-top: 0px;
/*  padding-left: 28px; */
  margin-top: 12px;
  width: 596px;
  height: 24px;
  line-height: 24px;
}

span.blink
{ 
  color: #700000;
  text-decoration: none;
}

span.blink:hover 
{ 
  color: #FFFFFF;
  text-decoration: none;
}

