/* Cascading Steel Sheet that provides the properties for all of the 
pages in the site */


    body {
        background:  #fff;/*#d2dbe3;/*#DCDCDC;*/
		color: #b4c2cf;
		
		font-family: verdana,arial,helvetica;
		margin: 0px;
	  	font-size: 11px;
		line-height: 17px;
	    text-align: center;
	
	
	}

	#titlebar {
			  height: 75px; 
			  color: white; 
			  background: #fff; 
			  background-image: url('./graphics/aaron3.gif'); 
			  background-repeat:no-repeat;
			  
		}
	#contentbox {
     color: #2b2b31;
     width:89%; 
	   float:right; 
	   margin-right:10px;
	   margin-top:10px;
		   text-align: left;
	   padding: 5px;
	}	   	     
  
  	 
	#pindent {
			padding-left: 30px;
	}

	#linkbox {
		text-align: left;	 
		background: whitesmoke;
		color: black;
		border: dashed 1px gray;
	   	width: 90%;		
	    margin-top: 10px;
		padding: 5px;
	}	

	#linkbox A:link {
     color: #336699;
	 background: gainsboro;

  	 }

  	 #linkbox A:active {
     color: #336699;
	 background: gainsboro;
	 }
  	 

  	 #linkbox A:visited {
        color: #336699;
	 	background: gainsboro;
	 }
				 
	#contenttext {
	       background: white; 
		   text-align: left;
		   padding: 10px;
 	   /* border the text only 
   		   border-left: 1px solid black;
		   border-right: 1px solid black;*/

	 }	   	     

	
  	A:link {
   	   color: #336699;
   	   background: #fff;
  	}

  A:visited {
	   color: #336699;
	background: #fff;

  }	
  
  A:active {
   color: #336699;
	background: #fff;
  }
			
 
 
  #linkbar {
	 padding: 3px 0px 3px 0px; 
   background: #fff; 
	 font-size: 8pt;
   text-align: center;
  }	  
				
  #linkbar A:link {
     color: #e17100;
 	 font-size: 8pt;
 background:#fff;
	
  }

  #linkbar A:active {
     color: #e17100;
	 font-size: 8pt;
 background:#fff; 
	
  }

  #linkbar A:visited {
     color: #e17100;
	 font-size: 8pt;
	 background:#fff; 
	 

  }
  #linkbar A:hover {
     color: #e17100;
	 font-size: 8pt;
	 background:#fff; 
	 

  }

  #desc {
  		color: gray;
 		background: #fff;
  }				
  #bottombar {

    background: gray;
  
    height:15px;
  
    border-left: 1px solid black;
    border-bottom: 1px solid black;
  	border-top: 1px solid black;
  
  	margin-bottom: 15px;
  }		
  
  #cat {
  	   color: black;
	   background: white;
	   font-weight: bold;
	   font-size: 13px;
	   font-family: verdana,arial,helvetica;
  }  

  dt {
  	   margin-top: 10px;
  }	  
  
  dd {
  	 margin-top: 6px; 
  }
  
  dl {
  	 line-height: 10px;
  }	  
  
  .gal {
    border: gray 1px solid;
  }  
