/* default font color */
h1, h2, h3, h4, h5, h6,
body {
    color: #444444;
}

body {
    background-color: #FFEDD6;
}
#footer {
    background-color: #352217;
}

.omnigatorBox {
    border-color: #631;
}
    .omnigatorBox h3 {
        background-color: #352217;
    }
    .omnigatorBox.collapsible h3:hover {
      background-color: #543725;
    }


.omnigatorBoxSis {
    border-color: #631;
}
    .omnigatorBoxSis h3 {
        background-color: #352217;
    }


/*ul.Subj3ctNoBullet a {
  color: #0101DF;
}*/



.omnigatorBoxSubj3ct {
    border-color: #000B4B;
}
    .omnigatorBoxSubj3ct h3 {
        background-color: #001F7F;
    }



#user-session,
#user-session a {
    color: #352217;
}
#footer,
#footer a,
.omnigatorBox h3,
.omnigatorBox h3 a:hover,
.omnigatorBox h3 a:focus,
.orangeFont {
    color: #FFAC3F;
}

.omnigatorBoxSis h3,
.orangeFont {
    color: #FFAC3F;
}

.omnigatorBoxSubj3ct h3,
.orangeFont {
    color: #E2FFFF;
}
