﻿
body {
    background-color: #ffffff;
    /*background: url("../Content/images/bba/BBA_Background.png") repeat;*/
    background: url("../Content/images/bba/BBA_Background.png") no-repeat;
    background-size: 100% 100%;
    background-position: top -18px center;
    font-size: .85em;
    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
    padding: 0;
    margin: 0;
    color: white;
}

html, body {
    margin: 0;
    height: 100%;
}

header
{
  display: block;  
}

#headerimg 
{
  display: block;
  background-image: url('../Content/images/bba/bbalogonew.png');
  background-repeat: no-repeat;
  background-position: center center;
  width: 900px;
  height: 105px;   
  margin: 0;
  padding: 0 0 30px 0;
}

#main 
{
    /* top right bottom left */
    padding: 10px 30px 10px 30px;
    background-color: #fff;
    border-radius: 4px 0 0 0;
    -webkit-border-radius: 4px 0 0 0;
    -moz-border-radius: 4px 0 0 0;
    border: 2px solid #314b82;
}

#logindisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    /*margin: 7px;*/
    margin: 22px 7px 14px;
    color: white;
}

#logindisplay a:link {
  color: white;
  text-decoration: underline;
}

#logindisplay a:visited {
  color: white;
  text-decoration: underline;
}

#logindisplay a:hover {
  color: white;
  text-decoration: none;
}

ul#menu { padding: 20px 0 2px; }


    ul#menu li.active a:hover, ul#menu li.active a, ul#menu li a:active {
        background-color: #0b294d;
        text-decoration: none;
        color: #fff !important;
    }

.wcs_navbar .icon {
    background: #0b294d !important;
}
