DIV.topbar {
	background: #000000;
	top: 10px;
	position: static;
	right: 10px;
	left: 10px;
	height: 33px;
}

DIV.secondbar {
	background: #cccc99;
	position: static;
	right: 10px;
	left: 10px;
	height: 33px;
	top: 26px;
}

body  {
background : white;
font : 11pt Arial, Helvetica, Sans-Serif;
}

a  {
color : navy;
text-decoration : underline;
background : inherit;
}

DIV.figure  {
margin-top : 5px;
position : absolute;
right : 15px;
}

P.caption  {
text-indent : 0px;
}

DIV.hr  {
margin-bottom : 5px;
background : gray;
height : 2px;
}

DIV.body {
}

li  {
margin-bottom : 5px;
}
.navbar-nav {
    display:table;
    width:100%;
    margin: 0;
}
.navbar-nav > li {
    float:none !important;
    display:table-cell;
    text-align:center;
	 margin-left:5%;
	 margin-right:5%;

}