/******************************

CSS for new layout of UBOC
Created 7/6/2009
Kevin Stoelb

This file overrides styles
found in general.css

*******************************/

h3, #subContent h2 {
    color: #c8321f;
}

#masthead {
   /* background-image: url(../images/mastheadGeneralSM09.gif); */
    height: 180px;
}

#nav {
    background-color: #c8321f;
}

#mainContent {
    background-image: none;
    background-color: #fff;
}

#subContent {
    background-image: url(../images/gradeMain.gif);
}

#subContent h2 {
    background: none;
    text-indent: 0;
    margin-left: 0;
}

p.deck, dt a, #subContent h2 a, #sidebar p {
    color: #2846aa;
}

#sidebar {
    background-color: #ccc;
    border: 1px solid #666;
}
