.menu table { font-family: verdana,arial; text-align:center; border-collapse:collapse; width: 85px}
.menu a:link { font-size: 8pt; color: white; text-decoration: none; background-color: #BD8118; display: block; }  /* CE9229 */
.menu a:visited { font-size: 8pt; color: white; text-decoration: none; background-color: #CE9229; display: block; } 
.menu a:active { font-size: 8pt; color: white; text-decoration: none; background-color: #730429; display: block; }
.menu a:hover { font-size: 8pt; color: white; text-decoration: none; background-color: #9B5300; display: block; } 
.menu td { border: 2px solid #AC6400; background-color: #BD8118; padding:2px 0;}  /* BD7500 */
.menu {background-color: #DFA33A; } /* CE9229 */

/* other links, not menu -  */
a:link { font-family: verdana,arial; font-size: 10pt; color: #213400; text-decoration: none }
a:visited { font-family: verdana,arial; font-size: 10pt; color: #213400; text-decoration: none }
a:active { font-family: verdana,arial; font-size: 10pt; color: red; text-decoration: underline }
a:hover { font-family: verdana,arial; font-size: 10pt; color: blue; text-decoration: underline }

body,table,td,p { font-family: verdana,arial; color: #213400; font-size: 10pt; text-decoration: none;}
body { background-color: #DEE3CE; } /* either side */

 body#home a#menu-home,		/* this is to change active page menu buttons to maroon*/
 body#centenary a#menu-cent,
 body#centHist a#menu-earlyhist, 
 body#buildBus a#menu-buildBus,
 body#contacts a#menu-contacts,
 body#events a#menu-events,
 body#news a#menu-news   
   /* add new page name here, IMPORTANT- no comma at end of this line */
    { color: white; background-color: #831439; }  /* 730429 */ 
   
#footer { width: 800px; font-size: 10pt; text-align: center; padding: 5px; background-color: #000099; border: 1px solid black; }
#footer td { color: #fff; }

.separator {width:100%; margin:15px 0; border-bottom:3px solid #CCDFFF; }
