﻿  body 
   {
     background-color: #CEB29C;
   }

  table
   {
	 border-collapse: collapse;border-spacing: 0;
	
   }
   
   h1
   {
   	font-family: Comic Sans MS;
   	font-weight:normal;
   	font-size:12pt;
   	color:#392010;	/* Same color as title */
   	border-bottom: 1px solid #392010;
   }
   
   pre
	{
		background-color: #EEE4DD;
		padding: 10px 10px 10px 10px;
	}
   
   h2
   {

   	font-family: Comic Sans MS;
   	font-weight:normal;
   	font-size:10pt; 	
   	color:#392010; /* Same color as title */
	border-bottom:  1px dashed #392010;
	
   }
    h3
   {

   	font-family: Comic Sans MS;
   	font-weight:bold;
   	font-size:10pt; 	
   	color:#392010; /* Same color as title */
   }


    td
   {
	vertical-align:top;
	font-family: Verdana, Arial, sans-serif; 
	font-size: 12px;
	color: #392010;
	text-align: left;
   }

  
   .centeredTable td
   {
   	text-align:center;
   }

.leftNavLink
{
	text-decoration:none;
	margin-left:8px;
}

.navTable
{
	border: 4px dotted #392010;
}

   td.BannerCell
   {
	/*background-image: url(images/BannerDotFilled.png);*/
	background-repeat:repeat-x;
	background-color: #392010;
	height:15px;
    }
    
    
    a, a:visited
    {
    	color: #603B19;   
    }    
    
    a:hover
    {
    	color: #5A7691;
    }


