/******************************************************************************
 ******************************************************************************
 **
 **  File name:      pcc.css
 **  Description:    The styles that are common across the PCC website.
 **
 **  Author:         Stuart Rudd
 **  Last Modified:
 **
 ******************************************************************************
 ******************************************************************************/


BODY.nav
{
  margin: 0px;
  padding: 0px;
  background-color: rgb(120,16,40);

}


BODY.main
{
  background-color: rgb(255,255,255);
}


TABLE
{
  border-collapse:  collapse;
  padding:  0px;
}


DIV
{
  color:  rgb(0,0,0);
  font-size:  10pt;
  font-family:  arial,helvetica,times;
  text-align:  justify;
  margin-left:  10pt;
  margin-right:  10pt;
  margin-bottom:  12pt;
}


DIV.non_content
{
  border: 0px;
  margin: 0px;
  padding: 0px;
}


IMG
{
  border:  0px;
  margin:  0px;
  padding:  0px;
}


TD
{
  font-size:  10pt;
  font-family:  arial,helvetica,times;
}


