/* Site Colors:
blue: #11568C
dark blue: #002A5F
beige: #CAB388
light beige: #EFE7D2
red: #AD0808
*/

body { font: Arial, Helvetica, sans-serif 10px; }

p, li {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 10pt;
 color: #000000;
  }

ul {
margin-top: 5px; 
margin-bottom: 15px;
  }

.bodyStyle
  {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  font-color: #000000;
  }


.treeStyle
  {
  font-family: "Comic Sans", Verdana, Arial, Helvetica, sans-serif;
  font-size: 9pt;
  font-weight: bold;
  }

/* Cell Colors */

.darkBlue { background-color: #002A5F; }
.blue { background-color: #11568C; }
.beige { background-color: #CAB388; }
.lightBeige { background-color: #EFE7D2; }
.red { background-color: #AD0808; }


/*LINKS */

A
  { 
  color: #11568C;
  font-family: Arial, Helvetica, sans-serif; 
  font-weight: bold;
  }


A:hover, A:active
  { 
  color: #11568C; 
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  }

A.featured, A.featured:hover { color: #CAB388; }

.sideNote
  {
  font-family: serif;
  font-style: italic;
  font-size: 8pt;
  }


.littletext
  {
  font-family: "Comic Sans", Verdana, Arial, Helvetica, sans-serif;
  font-size: 8pt;
  font-weight: normal;
  }
  

h1
  {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11pt;
  }


h2
  {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13pt;
  }


h3
  {
  font-family: "Comic Sans", Verdana, Arial, Helvetica, sans-serif;
  font-size: 11pt;
  font-weight: bold;
  }


h4
  {
  font-family: "Comic Sans", Verdana, Arial, Helvetica, sans-serif;
  font-size: 14pt;
  font-weight: bold;
  }


.minorheading
  {
  font-family: "Comic Sans", Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  }


.largertext
  {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11pt;
  font-weight: bold;
	color: #000000;
  }


.futurelinks
  {
  font-weight: bold;
  text-decoration: none;
  color: #0039CE;
  }
  

.hiddenlinks
  {
  font-weight: normal;
  text-decoration: none;
  color: #014586;
  }


.orangetext
  {
  color: #7E7727;
  }


.deadlinks
  {
  color: silver;
  }

.bioPic { border: 1px solid #002A5F; padding: 2px; }