/* Fonts : arial , verdana , comic sans ms , sans-serif 
 */

/*  define layout areas */
body { color: navy; font-family: verdana , arial, sans-serif; 
}

/* Cell scrolling only works when heights and widths are fixed */ 
 
.scrollable { 
width: 1050px; 
height: 690px; 
overflow: auto; 
  font-family: verdana , arial, sans-serif;
   
  padding:1em;
  font-size: 90%;
  color: navy; 
  position: relative; 
  top:  75px; 
  left: 10px;
} 

 
.container
{
border:5px solid firebrick; 
width:  100%; 
height: 100%; 
}

h1.header
{
padding:0; margin:0;
}
/*  Site Navigation Menu division  */
#fmenu  
{
  margin:0; 
  background-color: blue;
  color: white;
  font-family: verdana , arial, sans-serif;
}
#fmenu A { color: white; font-size: 80%;}
#fmenu A:hover.fmenu { color: yellow; }
#fmenu H3 { color: white; }

#fmenu td
{
  margin:0; 
  background-color: green;
  color: white;
  font-family: verdana , arial, sans-serif;
}
/* FEAC NAme image position */

#feacname {  position: absolute; top: 32px; left: 400px; } 
  

/* Main frame with loco background */

}
#backloco {
  height: 800;
  width: 1000;
  background: white url('feaclocb.gif') repeat fixed center;
  font-family: verdana , arial, sans-serif;
  margin-left:20px;  /* no gap */ 
  padding:1em;
  font-size: 90%;
  color: navy; 
  overflow: visible;
}

#backloco p  {
  font-size: 90%;
  margin-left: 1cm;
  margin-right: 1cm;   
}
#backloco h1, h2, h3, h4  {
  margin-left: 1cm;
  margin-right: 1cm;
  color: blue;  
  
}

/* Home page Tunnel Picture as background 


#backtunnel {
  margin-left:1px; 
  border-left:2px solid firebrick; 
  background: firebrick url('tunneldazio.jpg') no-repeat fixed center;
  font-family: verdana , arial, sans-serif;
  padding: 5px;
  
}
/* Main frame with white background */


#backwhite {
  background: white;
  color: blue; font-family: arial, verdana , sans-serif;
  margin-left:140px; 
  border-left:2px solid firebrick;  
  padding:1em; 
} 
#backwhite td {
  color: blue; font-family: verdana , arial, sans-serif;
} 
#backwhite A {
  color: blue; font-family: verdana , arial, sans-serif;
} 

/* Main frame with black background */

#feacblack {
  background: black;
  color: blue;
  font-family: verdana , arial, sans-serif;
  padding : 5px;
  margin-left:120px;  /* no gap */
  border-right:4px solid firebrick; 
  overflow: auto;
} 

#feachead {
    background: white;
    color: blue; font-family: verdana , arial, sans-serif;    
} 
#feaclinks {
  width : 1040px;
  height : 700;
  background: white;
  overflow: auto;
  font-family: verdana , arial, sans-serif;
  font-size: 90%;  
  position: relative; 
  top:  60px; 
  left: 10px;
 
} 
#feaclinks A:link { color: blue; font-size: 75%;} 
#feaclinks A:active { color: blue; font-size: 75%;} 
#feaclinks A:visited { color: navy; font-size: 75%;}
#feaclinks A:hover { color: firebrick; font-weight: normal; font-size: 75%;}

#feaclinks td {
    color: firebrick;
}
#feaclinks h2 {
    color: blue; font-family: verdana , arial, sans-serif;
}

#backblu {
    background: blue;
    color: white; font-family: verdana , arial, sans-serif; 
}

#backblu A { color: white; font-size: 80%;}
#backblu A:hover { color: yellow; }
#backblu H3 { color: white; }

/* blue font for table - agenda page */
table.blu {
	font-weight: normal;
	font-size: 90%;
  color: blue;
  text-align: justify;
}
/* bold and blue font for table */
table.bblu {
  font-family: inherit;
	font-weight: bold;
	color: blue;
}
td.bblack {
	font-weight: bold;
	color: black;
}

/* H1, H2, H3, H4, H5, H6 { color: inherit; font-family: inherit } */

/*
H1
   {
   color:blue;
   font-weight:960;
   font-family:inherit;
   }
A:link { color: inherit; font-size: 100%;} 
A:active { color: inherit; font-size: 100%; text-decoration: overline;} 
A:visited { color: inherit; font-size: 100%;}
A:hover { color: inherit; font-weight: bold; font-size: 110%;}
*/

/* background colour in body = light blue  */
/* colour in body = red  */

/*
body {
/*  background: #ffff99; */
/*    background: pink url(feaclblu.jpg) repeat fixed;  
 
  color:black;  
  
}

#democrats {
	background:blue;
}

#republicans {
	background:red;
}

A:link { color: blue } 
A:active { color: green; font-size: 125%; text-decoration: overline;} 
A:visited { color: fuchsia; font-size: 85% }
A:hover { font-weight: bold; }
#top {     background-color: #ccc;     padding: 1em; color = forestgreen } 

.intro {     color: brown;     font-weight: bold; } 

*/

