#nav
{
    width:100%;
}

table.bannerinfo
{
background-color: #162F6A; margin-bottom:0%;
}

table.bannerinfo a{
    text-decoration: none;
}
table.bannerinfo p{
color: #fcfcfc;
}
table.bannerinfo img{
    float: left; padding-top: 5px; background: white;border-radius: 50%;
}
table.bannerinfo tr{
    width: 100%;
}
table.bannerinfo td{
}
table.bannerinfo {
  width: 100%;
  border-collapse: collapse;
  border: 0;
}
table.bannerinfo td {
  /* border: 0; */
  vertical-align: middle;
    height: 100px;
        border: 1px solid white;width: 50%;


}
.mt2{
    margin-top: 2px;
}