#introArea
{
  width: 250px;
  position: absolute;
  top: 53px;
  left: 177px;
  font-size: 17px;
  color: #000000;
}
#signInLabel
{
  display: none;
}
#submitDiv
{
  position: absolute;
  top: 150px;
  left: 70px;
}

#footerArea
{
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 8px 0 7px 0;
  font-size: 13px;
  border-top: 1px solid #416f9d;
  color: black;
  width: 100%;
}
#notificationArea
{
  position: absolute;
  top:  350px;
  left: 5px; 
   width: 250px;
}

#header
{
  background-color: #000000;
  height: 44px;
  position: fixed;
  z-index: 15;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 0 3px #222;
}

#loginForm
{
  position: absolute;
  top: 150px;
  left: 0px;
}

.blueButtonLink
{
  padding: 6px 12px;
  height: 25px;
  border: 1px solid #3281D1;
  border-radius: 3px;
  margin-right: 4px;
  font-weight: bold;
  font-size: 13px;
  background-color: #3581CE;
  color: #fff !important;
  text-decoration: none !important;
}

html,body
{
  background-color: white;
  color: black;
  font-size: 15px;
}
.menu-link {
    color: #FDC82F;
    cursor: pointer;
    font-size: 9pt;
    height: 44px;
    line-height: 44px;
    text-align: center;
    width: 105px;
}