body
{
  background-color: #FFFFFF;
  color: #191970;
}

P,li
{
  font-family: "comic sans ms", arial, 'sans serif'; 
}

h2
{
  font-family: "comic sans ms", arial, 'sans serif'; 
  text-decoration: underline;
  text-align: center;
}

P.sidebar
{
  color: #4B0082;
  font-size: 90%;
  font-weight: bold;
}

P.contentTitle
{
  font-size: 100%;
  text-align: justify;
}

P.contentSubTitle
{
  font-size: 90%;
  font-weight: bold;
}

P.contentSubSubTitle
{
  font-size: 90%;
  font-weight: normal;
  text-decoration: underline;
  
}

P.content, li
{
  text-indent: 1cm;
  font-size: 80%;
  text-align: justify;
}

P.footnote
{
  font-weight: bold;
  font-size: 65%;
  text-align: center;
}

P.center
{
  text-align: center;
}

img.oldLogo 
{
float:left;
border:1px dotted black;
margin:15px 20px 0px 0px;
}

img.newLogo 
{
float:right;
border:1px dotted black;
margin:0px 0px 15px 20px;
}

img.boardPhoto
{
float:right;
border: none;
margin:0px 0px 20px 20px;
width: 350px;
}

table
{
  width:90%;
  border-style: none;
  border-width: 1px;  
  border-color: blue;
}

table.pageContent
{
  padding: 10px;
  margin-top: 0px;
  
}

table.tableContent
{
  text-align: left;
}

td
{
  font-family: "comic sans ms", arial, 'sans serif'; 
  vertical-align: top;
  font-size: 100%;
}

td.header
{
  padding: 0px;
  background-image: url('images/headerBg.jpg');
  background-repeat: no-repeat;
}

td.tdSidebar
{
  color: #4B0082;
  width:100pt;
  vertical-align: top;
  margin-left: 15%;
  font-size: 100%;
}

td.tdContentSubTitle
{
  font-size: 90%;
  width:100pt;
  font-weight: bold;
  vertical-align: top;
}

td.tdContent
{
  font-size: 90%;
  font-weight: normal;
  vertical-align: top;
}


a
{ color: #800000; }
  