BODY
{
  background-image: url("graphics/ricebk.jpg");
  display: block; margin: 8px;
} 

.header
{
  font-family: Ariel,Helvetica,sans-serif;
  color: #503030;
}

.body
{
  font-family: "Times New Roman",Times,serif;
}

.footer
{
  font-family: Ariel,Helvetica,sans-serif;
  color: #503030;
}

/* Brown text */
.brown
{
  color: #503030;
} 


/* Site Navigation */
TD.nav_active   {white-space: nowrap; color: white; background-color: #503030;}
A.nav_active    {white-space: nowrap; color: white; text-decoration: none;}
TD.nav_inactive {white-space: nowrap; color: white; background-color: #606040;}


/* Publications */
.pubs
{
  font-style: italic;
}

/* Underline text */
.under
{
  text-decoration: underline; 
}

/* Center text */
.center
{
  text-align: center;
}

/* Center a table                                     */
/*   Wrap table in <div class="centerTable"></div>    */
/*   Works with IE 5.5+, FF 2+, Safari 1.1+, Opera 6+ */
/*   See http://theodorakis.net/tablecentertest.html  */
.centerTable
{ 
  text-align: center;
}
.centerTable table
{ 
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

/* Table elements */
table td.expand
{
  width: 90%
}
table td.shrink
{
  width: 1%
}