
/* 
color scheme from coffee cup website schemer v4    CC9933 sub for CCDDAA 21 Apr 09         */
H1 { color: #003300 /*666633*/; }

H2 { color: #003300 /*666633*/; }

H3 { color: black;
     font-size: 15pt;
	  }
	  
hr {color: #666633
      }	  
      
 body {background: #FFCC66 no-repeat fixed center;
        }
	   

/* this section for navigation section */
div.nav {
        margin-left:0px;
		margin-top:0px;
		width: 140px;
		height: 500px;
		 background-color: #99CC99   /*CC9933 #CCDDAA */;
		/* background-image:url("marble5.gif"); */
   background-attachment:fixed;
   background-repeat:repeat;
        /* position:fixed; */
		}
		
table.nav {
           margin-top: 0px;
           position: relative;
		  
		   width: auto;
		   }			
		
td.nav {
        
		font-size: 10pt;
        height: 10px;
        text-align: left;
		border: none;
		
        }
		
td.border {
        border-left: solid #666633 2px;
		width: 3px;
		}

/* this section for row coloring on table for schedule and supporting churches and on changes.shtml old odd colors #E0EEEE   #6ca6cd*/

.odd    {
            background-color: #99CC99 /*CC9933 #CCDDAA */;
			}
		

.even   {
            background-color: #EEEEDD;
			}		
			
			
tr.head_row  {
               background-color: #003300;
               color: #FFFFFF;
			   }
			   
			   			
/* this section for page elements */
div.page {
        position: absolute;
		left: 170px;
		top:20px;
		
		}
div.page table {
         padding: 1em;
		 width: auto;
		 margin-top: 0px
		 border: 1em;
		 }
		 
div.page hr {border: 1px solid #666633;
            }	  	 
		
table.page {
           padding: 1em;
		   width: auto;
           margin-top:0px;
           border: 1;
		   
		   }
		   	
table.page caption {
           text-align: left;
		   align: bottom;
		   font-size: 7pt;
		   }	     	  	
		       	  
td.page  {
        text-align: top
		padding: 1em;
		border:1;
		}


/* this is for the foot showing the last date and time the page was updated */
p.updated {
           
		   font-size: 7pt;
		   width: 100px;
		   
           }


