
.menuTopItem A, .menuTopItem A:visited, .mmenu li, .mmenu li > a, .mmenu li > span, .mmenu A:visited {
font-size: 16px !important;
color: #11054E;
}


.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 {
color: #4C49A5;
text-decoration: none;
}

a, a:visited, a:hover
{ color: #423D97; }
div.section.pageHeader
{ background-color: #11054E; }
div.outerPageHeader
{ background-color: #11054E; }
div.innerPageHeader
{ background-color: #11054E; }
div.section.pageMenu
{ background-color: #EEE8D8; }
div.outerPageMenu
{ background-color: #EEE8D8; }
div.innerPageMenu
{ background-color: #EEE8D8; }
.menuSeparatorOuterTD {
                                    display: none !important;
                                }
table tr.TableHeader TD, table tr.TableHeader TH, DIV.TableHeader, table tr.TableHeader A, table tr.TableHeader A:visited, table tr.TableHeader A.headerLink, table tr.TableHeader A.removeRegistrantLink, td.classTableHeaderTD
{ font-size: 16px;color: #11054E; }
table tr.TableHeader TD, table tr.TableHeader TH, DIV.TableHeader, td.classTableHeaderTD
{ background-color: #EEE8D8; }
.TableWithBorders .dataRow, .classTable .dataRow,.TableWithBorders .altDataRow, .classTable .altDataRow
{ color: #11054E; }
.TableWithBorders .dataRow, .classTable table.dataRow,.TableWithBorders .altDataRow, .classTable table.altDataRow
{ background-color: #FAF9F0; }
.TableWithBorders .altDataRow, .classTable .altDataRow
{ color: #11054E; }
.TableWithBorders .altDataRow, .classTable table.altDataRow
{ background-color: #F7F1E0; }
.TableWithBorders .hoveredRow, .TableWithBorders .TableRowHover, .classTable .hoveredRow
{ color: #11054E; }
.TableWithBorders .hoveredRow, .TableWithBorders .TableRowHover, table.classTable .hoveredRow
{ background-color: #F5F4F0; }
.TableWithBorders .TableRowSelected
{ color: #11054E; }
.TableWithBorders .TableRowSelected
{ background-color: #F5EFDE; }
input[type='submit'], input[type='button']
{ color: #FFFFFF; }
input[type='submit'], input[type='button']
{ background-color: #383288; }
.MenuButton TD
{ background-color: #383288; }
.tabs div.menu-item.active a, .tabs div.menu-item.active a:visited, .tabs div.menu-item.active a:hover
{ color: #4C49A5; }
.tabs div.menu-item:not(.active) a, .tabs div.menu-item:not(.active) a:visited, .tabs div.menu-item:not(.active) a:hover
{ color: #11054E; }
.tabs div.menu-item:not(.active) a:hover
{ color: #4C49A5; }.menuTopItem A 
{
  font-family: Quicksand;
}

.extraFooter
{
  height: 100px;
  background-color:#11054E;
}

#siteTitle
{
  padding-top: 30px;
}

.outerPageHeader
{
  border-bottom: 1px solid RGBA(0,0,0,.1);
}
/*  ------- Styles below the line are not shown during page editing --------- */
BODY, P, DIV, TD
{
  font-family: Arial;
  font-size: 15px;
}

/* 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: 15px !important;
 padding-bottom: 15px !important;
}

/* an automatic fix to improve button styles */
  /* A.register, A.classDetails, A.schedule-btn, A.dropin */
  input[type=submit],
  input[type=button],
  A.register, A.classDetails, A.schedule-btn, A.dropin, a.customButton 
{
    border-radius: 5px;
    background-color: #383288;
    font-weight: normal;
    color: white !important;
    padding: 10px;
   min-width: 82px;
   text-align:center;
}

@media screen and (max-width: 767px)
{
  .menu-caption { color: #000; }
  .menu-btn .icon-bar { background-color: #000;  }
  #mobile-menu-actions { background-color: white; }
  #siteTitle IMG { position: relative; top: -30px; }
}