.info
{
    font-family: verdana;
    font-size: 8pt;}

a.info{
    position:relative; /*this is the key*/
    z-index:24; }

a.info:hover{z-index:25; background-color:#ff0}

a.info span{display: none}

a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:2em; left:-10em; width:15em;
    border:1px solid #990000;
    background-color:#FFFFCC; color:#003366;
    text-align: left;
    font-family: verdana;
    font-size: 8pt;}
    
.bodytext    
{ 
background-position: center top; font-family: Verdana; 
font-size: 8pt; 
color: #003366; 
background-image: url('images/body_bg.gif');
background-repeat: no-repeat; background-attachment:fixed
}
.rightstretch { background-image: url('images/homepage/eafrc_home_03.gif'); 
               background-repeat: repeat-x; background-attachment: fixed; 
               background-position: left bottom }
.leftnav    
{ 
font-family: Verdana; 
font-size: 8pt; 
color: #003366; 
font-weight: bold; 
text-decoration: none; 
}

a:hover.leftnav
{
color: #CC3300
}

.formtext    
{ 
font-family: Verdana; 
font-size: 8pt; 
color: #003366; 
}
.homesidebar    
{ 
font-family: Verdana; 
font-size: 8pt; 
color: #ffffff; 
}
.tel    
{ 
font-family: Tahoma; 
font-size: 8pt; 
color: #0B67C4; 
}

.calheader   { font-family: verdana; font-size: 10pt; color: #FFFFFF; font-weight: bold; 
               background-color: #003366 }
.calbody   { font-family: verdana; font-size: 8pt; color: #000000; background-color: #ffffff }
.callink   { font-family: verdana; font-size: 8pt; color: yellow; }
.caldays   { font-family: verdana; font-size: 8pt; color: #000000; font-weight: bold; background-color: #EDD586; text-align: center; }
.calevents { font-family: verdana; font-size: 8pt; color: #000000; text-align: left; vertical-align: top; }