DIV.footerBar { background: url(../images/footerbg.jpg);
                border-top: 1px solid #3D3A1A; 
                bottom: 0px;
                color: white; 
                left: 0px; 
                opacity: 0.9; 
                position: fixed; 
                text-align: left;
                width:100%; 
                z-index: 10000; 
                font-weight: bold;  
}

DIV.titleBar { background: url(../images/headerbg.jpg) repeat-x;
               font-weight: bold; 
               color: white; 
               padding: 0px;   
               border-bottom: 1px solid #3D3A1A;
}

P.demotext {
	text-align: justify; 
	line-height: 1.5em;
}

A:link { color: black; text-decoration:underline; }
A:visited { color: black; text-decoration:underline; }
A:hover { color: black; text-decoration:underline; }
A:active { color: black; text-decoration:underline; }

.menudiv h2 { color: #000000; }
.menudiv h2:hover { color: #ffffff; }
.menudiv a:hover { background-color: #ffffff; color: #000000 }
.menudiv a:visited { color: black; text-decoration: none; }
.menudiv a { color: black; text-decoration: none; background-color: #eeeeee; }
