
.menuTopItem A, .menuTopItem A:visited, .mmenu li, .mmenu li > a, .mmenu li > span, .mmenu A:visited {
color: #FFFFFF;
text-decoration: none;
}


.menuItemHover A, .menuItemHover.A,.menuItemHover A:visited, .menuItemHover.A:visited, .menuTopItem A:hover, .mmenu A:hover, .mmenu li > a:hover, .mmenu li.mmenu-selected > a, .mmenu li.mmenu-selected > span {
text-decoration: none;
}


.menuItemL2 A:hover {
text-decoration: none;
}

a, a:visited, a:hover
{ text-decoration: underline;color: #FFFFFF; }BODY.BG
{
    background-color: #4E83BA;
}

#outerGradient
{
  height:3000px;
  width:100%;
  position: absolute;
  z-index:-1;
}

.textTitle, #siteTitle A, #siteTitle A:hover, #siteTitle A:visited
{
  padding-top: 40px;
  padding-bottom: 40px;
  color: white !important;
  text-transform:uppercase;
  text-decoration: none !important;
  font-size: 39px !important;
}

.menuSeparator { display: none; }

input[type=submit], input[type=button], A.register, A.classDetails, A.schedule-btn, A.dropin, a.customButton {
      background-color: #8C52FF;
}
/*  ------- Styles below the line are not shown during page editing --------- */
BODY, P, DIV, TD
{
  font-family: Arial;
  font-size: 15px;
}
.cms-content
{
  color: white;
}

/* To center the top logo */
#siteTitle TABLE TD { text-align: center; }

/* To center the menu */
.mainMenuContainer TABLE {   width: 100%;    text-align: center;  }

DIV.header
{
 padding-top: 35px !important;
 padding-bottom: 25px !important;

  color: white !important;
  text-transform:uppercase;
  font-size:22px !important;

}




@media screen and (max-width: 767px)
{
  .menu-caption { color: white; }
  .menu-btn .icon-bar { background-color: white;  }
  #mobile-menu-actions { background-color: transparent; }
  #siteTitle IMG { position: relative; top:-20px; left: 0px; }
  DIV.header {   }
  .mmenu A { color: #8C52FF !important; }
}