#topBar{
    position: relative;
    height: 100px;
    width: 100%;
    background-color: #255691;
}
#topTitle{
    padding: 5px 0 0 0;
}
#topMessage{
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 999;
}
#topCanvas{
    position: relative;
    width: 100%;
    height: 380px;
    background-color: white;
}
#footer{
    position: relative;
    width: 100%;
    bottom: 0px;
    background-color: #255691;
}
.errorSpan{
    color: red;
}
.topMenu{
    height: 60px;
    width: 157px;
}
.center{
    text-align: center;
}
.sideNav{
    padding: 8px 0 !important;
}
.content{
    margin: 10px 0;
}