.bannerLeftSide
{
  float: left;
}

.bannerRightSide
{
  float: right;
  text-align: right;
}

.bannerTourStripe
{
  position: relative;
  left: 0px;
  top: -4px;
  display: block;
  width: 200px;
  text-align: center;
  font-size: 10px;
  background-color: #99CCFF;
  border: solid 1px #0066CC;
}

.bannerContactStripe
{
  position: relative;
  top: 95px;
  display: block;
  width: 300px;
  text-align: center;
  font-size: 9px;
  background-color: #99CCFF;
  border: solid 1px #0066CC;
}

.bannerLoginLogoutText
{
  font-size: 11px;
}

.bannerLoginText
{
  font-weight: bold;
  font-size: 12px;
}

.bannerLogo
{
  position: relative;
  top: 0px;
}

.bannerLogoImg
{
  border: none;
}

