﻿	 
 
table.header { 
        background-image: url('p7exp/images/bluenote2570027sharp.jpg'); /* 5322447.jpg");  */
        background-repeat: repeat-x;   
        background-position: left 35%;   /* 60% 35%; */
        background-color: #6495ED; 
        height: 7.5em;
        width: 100%;
}

td.topsection {
        background-image: url('p7exp/images/BlueBack.jpg');
        background-repeat: repeat-xy;
	background-color: #A3C6EC ;
}	
	
body {
	background-color: #FFEFD5; 
	background-image: none;
}
		
a:link { 
	color:#0000FF; 
	background:transparent; 
} 																																																		

a:visited { 
	color:#f90000; 
	background:transparent; 
} 

a:active { 
	color:#336699; 
	background:transparent; 
}

.picture { 
   position: relative; 
   text-decoration: none;
   }

.picture img { 
   border: 4px double darkblue; /* sienna; */
   }

.picture div {
   position:absolute; 
   display:none; 
   left:-60px; 
   background-color:#FFEFD5; 
   font-size:.8em; 
   }

.picture:hover div { 
   display: inline; 
   }


/* When a section below has not changed, the background color is #FFEFD5.
   For changed sections, the background color is different each week,
   more or less according to the following order of rotation:
   
         E0E0E0  1  (light grey)			10/18
         FFDAB9  2  PeachPuff (perky tan)		10/25               
         B0C4DE  3  LightSteelBlue
       **F5A286  4  rich salmon				11/1  11/22
         90F8BC  5  Soft green                          11/29
         EECF91  6  Slightly greenish tan                
                

     Other useful colors 
 
         0022AA     Dark blue
         005D00     Dark green (Chronology background) 
         008B00     Dark green    
         009F0F     Full green (Concerts background --needs light font)	   11/8
         298F00     Dark green, a bit dead
         4A8D40     Dark green
         75B2DD     (Columbia blue) 
         99BADD     (Carolina blue) 
         99F899     Mint green (slightly darker than 99FF99)
         A0D8F6     (Light blue) 
         AFEEEE     PaleTurquoise 
         AFF8BC     Soft green, slightly yellow
         B0E0E6     PowderBlue
         C1CDCD     (azure) 
         C35617     dark brick red
         C4DAFA     (light blue)
         DD7711     rust color (rich)
         DFDFDF     (lavender grey) 
         EEC591     (light tan)
         EECFA1     (very light pink) 
         F0D0D0     (Subtle lavender)
         FFDCA0     (yellowish tan-- Miniaturwunderland background) 
         FFCC33     (golden yellow)
         FFDEAD     NavajoWhite   (light peach)        11/15 
         FFE8D9     (Between moccasin and papayawhip)
         FFF5EE     SeaShell  

     Color image backgrounds, more or less in order of rotation:

         fractalGray.jpg  12/27, 1/31,       3/7,  4/11, 5/23, 7/18
         beige117A.jpg           1/17, 2/7,  3/14, 4/18,     , 7/11
         green117A.jpg           1/10, 2/14, 3/21, 5/2,  6/20, 7/25
         lavenderA117.jpg        1/24
         lavRoseA117A.jpg              2/21, 3/28, 5/9,  6/6
         orang117A.jpg                 2/28, 4/4,  5/30        (color: ivory; link: darkblue;  visited: yellow): 
         red117A.jpg                                     6/13  (color: ivory; link: lightblue; visited: yellow); 
         
*/




#News, #People, #LostSheep, #InMemoriam, #Books  {
	font-family: Verdana;
	font-size: .8em;	
}


#People, #LostSheep, #InMemoriam {
        color: darkblue;
}


#News  {
        background-image: url('p7exp/images/green117A.jpg');
        color: darkblue  ; 
        /* background-color: #B50429; /*#EB6F30 #FFEC8B #F5A286 EECF91  90F8BC B0C4DE F5A286  FFDEAD  009F0F  F5A286  FFDAB9  E0E0E0  */
}

/*

#News a:link { color: darkblue }

#News a:visited { color: yellow }

*/


#LinkMenuWrapper {
        padding: 1;
	border-top: 0px solid #000;
	border-bottom: 0px solid #333;
        border-right: 0px solid #333;
        border-left: 0px solid #333;  
	background-color: transparent;    /* #6495ED; */
}

#ExternalLinks, #ExternalLinks ul {
	padding: 1;
	margin: 1;
        list-style: none;
	font-family: 'Trebuchet MS';  
	font-style: italic;
	font-weight: bold;
	font-size:.9em;
       
}

#ExternalLinks li a {              /* Bug fix for Internet Explorer spacing */
	display: inline-block;
}

#ExternalLinks li a {
	display: block; 
	text-decoration: none;
	padding: 4px 12px 4px 12px;
	border-right: 0px solid #333;
	font-size: .9em;
        color: "DarkBlue";
}

#ExternalLinks li {
	width: auto;;       
}

/* new */
#ExternalLinks li a:visited {
        border: transparent;
        outline: 0;
        color: #A00000;
}

#ExternalLinks li a:hover, li a:focus {
	background-color: #E74208 ; /* #cD5B45 ; dark coral ; #FF7F50 coral */
        background-image: url(images/button8.gif);
        color: white;	
        background-repeat: repeat-x;
}

/* new */
#ExternalLinks li a:active {
        padding: 2px 10px 2px 10px;
        border: 2px inset #BBB;
}















