body {
/* adds a buffer between existing page elements and new top bar */
margin-top: 32px;
}

#informationbar{
position: fixed;
text-align: left;
left: 0;
width: 100%;
text-indent: 5px;
padding: 8px 0;
background-color: #F8F8F1;
border-bottom: 2px solid #597097;
font: normal 11px Verdana, Arial, Helvetica, sans-serif; 

/*	text-transform: uppercase;
font: normal 11px "Courier New", Courier, monospace;	*/
color: #555;
}

#informationbar a{
font-weight: 100;
/*	color: #FFFFFF;	*/
}

#informationbar a:hover{
font-weight: 100;
/*	color: #FFFFFF;	*/
}

* html #informationbar{ /*IE6 hack*/
position: absolute;
width: expression(document.compatMode=="CSS1Compat"? document.documentElement.clientWidth+"px" : body.clientWidth+"px");
}

