
.mainbody {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    background-color: #ffffff;
}			
.navbar{ width:100%; background-color:black;  /*height:50px;*/ float:left;}
.content {
    width: 100%;
    background-color: #fff;
    float: inherit;
}
.title {
    background-color: #da291c;
    width: 100%;
    height: 150px; /* background-image:url('../images/masthead.jpg'); */
    background-repeat: no-repeat;
}						
html {overflow-y: scroll;}
.highlight { background-color:#FEE !important;}

ul#horizontal-list li {
    display: inline-block;
}