
.menuTopItem A, .menuTopItem A:visited, .mmenu li, .mmenu li > a, .mmenu li > span, .mmenu A:visited {
font-family: 'Arial';
font-size: 14px !important;
color: #666666;
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;
}

a, a:visited, a:hover
{ color: #0112FE; }
a:hover
{ text-decoration: underline; }
.boxed
{ max-width: 850px !important; width: 100% !important; height: auto !important; }
.menuSeparatorOuterTD {
                                    display: none !important;
                                }
input[type='submit'], input[type='button']
{ background-color: #0112FE; }/* ADDED BY DON 11/20 */

/* an automatic fix to improve button styles */
  /*.classTable A.register, .classPage A.register, A.classDetails*/
  input[type=submit],
  input[type=button],
  A.register, A.classDetails, A.schedule-btn, A.dropin, a.customButton { /* makes all register buttons correct blue */
background-color: #0112fe !important;
}
.classTableHeaderTR { /* makes schedule header purple */
background-color: #511776 !important;
}
.classTableHeaderTD {
color: #fff;
}
.menuTopItem a, 
.menuTopItem a:visited, 
.mmenu li, 
.mmenu li > a, 
.mmenu li > span, 
.mmenu A:visited {
color: #333;
}
.menuTopItem A:hover, 
.mmenu A:hover, 
.mmenu li > a:hover  {
color: #0112FE;
}
.menuItemL2 a:hover {
text-decoration: none;
}



/* OLDER STYLES */

#siteTitle 
{
  padding-top: 9px;
  padding-left: 4px;
}

#siteTitle IMG
{
  max-width: 202px !important;
  max-height: 82px !important;
}

.mmenu A
{
 color: black !important;
}

BODY, TD, DIV, P
{
  font-family: Alice;
  color: #222;
  font-size: 18px;
}

.menuTopItem A
{
  font-weight: 400;
}

.innerPageHeader
{
  max-width: 1108px;
  margin: auto;
}
.innerPageMenu
{
  max-width: 1200px;
  margin: auto;
}
/*  ------- Styles below the line are not shown during page editing --------- */
DIV.header
{
padding-top: 15px !important;
padding-bottom: 15px !important;
color: #414141;
font-family: Arial;
text-align:center;
font-size: 40px;
font-weight: 600;
}


.menu
{
 top:-50px;
}
.mainMenu
{
  margin-left: auto !important;
}
.mainMenuContainer
{
  max-width: 70%;
  margin-left: auto !important;
  margin-right: 20px;
}


@media screen and (max-width: 767px)
{
 .menu-btn .icon-bar { background-color: #000;  }
 #mobile-menu-actions { background-color: white; }
}



/* an automatic fix to improve button styles */
  /*.classTable A.register, .classPage A.register, A.classDetails*/
  input[type=submit],
  input[type=button],
  A.register, A.classDetails, A.schedule-btn, A.dropin, a.customButton
{
    border-radius: 5px;
    background-color: #428bca;
    font-weight: normal;
    color: white !important;
    padding: 10px;
   display: inline-block;
   min-width: 82px;
   text-align:center;
}