/* Start of CMSMS style sheet 'style' */
body { 
    padding: 0;
    margin: 0;
    font: 12px Verdana, Arial, Helvetica, sans-serif; 
    background: #cccccc; 
}


a { color: #0054a5; font-weight: bold; text-decoration: none; }
a img { border: none; }

#wrapper {
    width: 750px;
    padding: 0;
    margin: 0 auto;
    background: #fff;
    overflow: hidden;
}


#menu {
    float: left;
    width: 182px;
    margin: 0 20px 0 0;
    background: url(images/background.gif) repeat-y;
    margin-bottom: -8000px; padding-bottom: 8000px;
}
#content {
    float: left;
    width: 518px;
    padding: 0 30px 0 0;
    margin: 0;
    line-height: 140%;
}

.groupsched {
    width: 518px;
    background: #ccc;
}
.groupsched th {
    background: #0054a5;
    color: #fff;
}
.groupsched td { font-size: 10px; line-height: 12px; }
.right { text-align: right; }
.groupsched td.right { font-size: 12px; line-height: 15px; }

#footer {
    padding: 30px 0;
    margin: 0 auto;
    width: 750px;
    clear: both;
    background: #0054a5;
    text-align: center;
    color: #fff;
    font-size: 10px;
    line-height: 14px;
}
#footer a { color: #fff; text-decoration: none; font-weight: normal; }
#footer a.footer-email { font-weight: normal; }


.noboldlink { font-weight: normal; text-decoration: none; } 
.noboldlinkH { color: #CCCCCC; font-weight: normal; text-decoration: none; } 
A.noboldlinkH:hover { font-weight: normal; COLOR: white; }

h2 { font-size: 1.5em; }
h3 { color:#0054a5;}

.bluetxt {color:#0054a5;}

td { background-repeat: repeat-y; }

.imgLeft {
    float: left;
    padding: 0 15px 10px 0;
}
.imgRight {
    float: right;
    padding: 0 0 10px 15px;
}
.clearBoth { clear: both; font-size: 1px; }
.quote { color: #0054A5; padding: 0 40px; }

/* End of 'style' */

