html,body {
    margin:0;
    padding:0;
    }
    
body {
    font: 85%/1.3 TrebuchetMS,Arial,sans-serif;
    text-align: left;
    background: #fff;
    padding-bottom:20px;
    color: black;
    }
    
a {
    color: #0066B3;
    background: inherit;
    text-decoration: none;
    }
    
h1 {
    font: bold 2.1em Arial, Arial, Sans-Serif;
    color: #036DA7;
    }
    
h2 {
    font: bold 1.1em Arial, Arial, Sans-Serif;
    padding: 0;
    margin: 0;
    }
    
img {
    border: 0;
    text-decoration: none;
    }
    
div#header {
    width:100%;
    overflow:hidden;
    background: #336699;
    }
div#header h1,div#menu {
    width:770px;
    margin:0 auto;
    text-align:left
    }
    
div#header h1{
    padding: 30px 0 20px;
    color: #fff
    }

    
ul#nav,ul#nav li{
    list-style-type:none;
    margin:0;
    padding:0;
    }
    
ul#nav{
    float:right;
    font-size: 80%;
    }
    
ul#nav li{
    float:left;
    margin-left: 3px;
    text-align: center
    }
ul#nav a{
    float:left;
    width: 95px;
    padding: 5px 0;
    background: #E7F1F8;
    text-decoration:none;
    color: #666;
    border-top : 1px solid #fff;
    border-left : 1px solid #fff;
    border-right : 1px solid #fff;
    }
    
ul#nav a:hover{
    background: #fff;
    color: #000;
    }
    
ul#nav li.activelink a,ul#nav li.activelink a:hover{
    background: #FFF;
    color: #003;
    }

#right {
    float: left;
    width: 76%;
    padding: 1em;
    margin-bottom: 1.2em;
    background: #eee;
    text-align: justify;
}

#left {
    float: right;
    width: 20%;
    margin: 0 0 10px 0;
    
}

#left .box {
    
    padding: 1em;
    margin: 0 0 1em 0;
    background : #A4D8B5;
}


#content {
font: 95%/1.3 TrebuchetMS,Arial,sans-serif;
    margin: 0 auto;
    padding: 15px;
    background: #fff;
    
    
}


#footer {
    color: grey;
    clear: both;
    margin-top: 1em;
    text-align: center;
    padding: 10px;
    width: 100%;
    overflow: hidden;
    background: #efefef;
    font-size: x-small;

}

ul {  padding: 0; margin: 0;}
ul.errorlist{
   list-style-type:none;
   background: #FDB813;
   color: black;
   width: 80%;
}

li { list-style-type: none;}

#courses ul li{
list-style-type: disc;
margin-left: 10px;
}


#Msg {
        float: left;
        width: 76%;
        height: 10%;
        padding: 1em;
        margin-bottom: 1.2em;
        background: #FDB813;
        text-align: justify;
}

#badMsg {
        float: left;
        width: 76%;
        height: 10%;
        padding: 1em;
        margin-bottom: 1.2em;
        background: #FDB813;
        text-align: justify;
}

#goodMsg {
        float: left;
        width: 76%;
        height: 10%;
        padding: 1em;
        margin-bottom: 1.2em;
        background: green;
        color: white;
        text-align: justify;
}

#formErr {

        background: #FF5B00;
        text-align: justify;
        margin: 3px;
        padding: 2px;
}

#mytable {
    width: 700px;
    padding: 0;
    margin: 0;
}

caption {
    padding: 0 0 5px 0;
    width: 700px;    
    font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    text-align: right;
}

table {
        border: 0px ;
        border-collapse: collapse;
}


table.nobg {
        border: 0px ;
        background: none;
        border-collapse: collapse;
}

th {
    font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    color: #4f6b72;
    border-right: 1px solid #C1DAD7;
    border-bottom: 1px solid #C1DAD7;
    border-top: 1px solid #C1DAD7;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: left;
    padding: 6px 6px 6px 12px;
    background: #CAE8EA url(/scomedia/images/bg_header.jpg) no-repeat;
}

th.nobg {
    border-top: 0;
    border-left: 0;
    border-right: 1px solid #C1DAD7;
    background: none;
}

td.nobg {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    background: none;
}


td {
    border-right: 1px solid #C1DAD7;
    border-bottom: 1px solid #C1DAD7;
    background: #fff;
    padding: 6px 6px 6px 12px;
    color: #4f6b72;
}


td.alt {
    background: #F5FAFA;
    color: #797268;
}

td.spec {
     background: #FFF;
     color: #797268;
        }


th.spec {
    border-left: 1px solid #C1DAD7;
    border-top: 0;
    background: #fff url(/scomedia/images/bullet1.gif) no-repeat;
    font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

th.specalt {
    border-left: 1px solid #C1DAD7;
    border-top: 0;
    background: #f5fafa url(/scomedia/images/bullet2.gif) no-repeat;
    font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    color: #797268;
}
