body {
    /*
    background-color: #e5f1f4;
    */
    background-color: #fff;
    color: #444;
    font: 14px/27px "Lucida Grande", sans-serif;
    margin-left: 0;
}

a {
    font-weight: normal;
    background: transparent;
}

#about {
    padding: 5px 8px;
    background-color: #cef;
    width: 825px;
    margin-bottom: 10px;
}

#about p {
    padding-bottom: 15px;
}

#course-container {
    clear: both;
    width: 850px;
    margin-top: 10px;
}

.course-ingress {
    background-color: #fafafa;
    border: 1px solid #eee;
    -moz-border-radius: 5px;
    width: 390px;
    height: 120px;
    float: left;
    margin: 4px;
    padding: 9px 9px;
    font-size: 90%;
    line-height: 150%;
}

.course-ingress .image-container {
    width: 120px;
    height: 100%;
    float: left;
    margin-right: 11px;
    padding-right: 20px;
    border-right: 1px solid #aaa;
    margin-left: 7px;
}

.course-ingress .ingress-container {
    width: 215px;
    height: 100%;
    float: left;
}

.course-ingress h4 {
    margin-top: 9px;
    margin-bottom: 4px;
    padding-top: 0;
    font-size: 140%;
}

.clearfix { overflow: hidden; }

.related table {
    font-size: 80%;
}

table#timetable {
    font-size: 9px;
    border-style: solid;
}

    table#timetable tr td {
        padding: 5px;
        border-top: 1px solid #efefef;
        max-width: 50px;
        min-width: 20%;
    }
    table#timetable tr td:first-child {
        width: 30px;
        min-width: 30px;
        max-width: 30px;
    }

        table#timetable tr td div {
            background-color: #eee;
            -moz-border-radius: 7px;
            -webkit-border-radius: 7px;
            margin-top: 4px;
            margin-bottom: 2px;
            text-align: center;
        
        }
    
            table#timetable tr td div ul li {
                margin: 0;
                padding: 0;
                list-style-type: none;
                line-height: 11px;
                font-size: 9px;
            }

#header {
    margin-top: 25px;
    width: 100%;
    background: #003466;
    padding: 2px 0 8px;
}

    #header #logo {
        margin: 15px auto 0;
        width: 850px;
    }

    #header #logo h1 {
        background: transparent;
        font-size: 27px;
        color: #222;
        padding-left: 0;
        margin-left: 0;
        padding: 0;
    }
    #header #logo p {
        font-size: 11px;
        color: #deefde;
        
    }
    #header #logo a {
        color: #fff;
    }
    #header #logo a:hover {
        background-color: transparent;
        color: #fff;
    }

#content {
    background: #fff;
    width: 850px;
    padding: 20px;
    margin: 0 auto 0;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    padding-top: 6px;
    padding-bottom: 23px;
}

    #content h2 {
        background-color: transparent;
        color: #003377;
        margin-bottom: 10px;
        margin-top: 5px;
    }
	
    #content p {
        margin-top: 15px;
        font-size: 13px;
        color: #333;
    }

#content-left {
    width: 536px;
    float: left;
    margin-right: 10px;
}

#content-right {
    width: 250px;
    margin-left: 15px;
    float: left;
    background-color: #efefef;
    padding: 0 15px 15px;
}

    #content-right a.timeplan {
        font-size: 11px;
    }
    
    #content-right .related table {
        width: 250px;
    }
    
    #content-right img {
        margin: 0 auto;
        display: block;
        padding: 0;
    }
    #content-right p {
        
    }

#footer {
    background: transparent;
    padding: 15px 0;
    font-family: Verdana, sans-serif;
    font-size: 11px;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    border-top: 1px dotted #eee;
}

.teachers dl {
    background-color: #fff;
}
    .teachers dl dd {
        font-weight: normal;
    }

#menu {
    margin-bottom: 16px;
    margin-top: 19px;
}


#menu ul li {
    float: left;
    width: 110px;
    list-style-type: none;
    height: 30px;
    margin-left: 0px;
    margin-right: 30px;
}
#menu ul li a {
    font-family: Georgia, serif;
    color: #333;
    display: block;
    font-size: 18px;
    height: 24px;
    /*
    letter-spacing: 2px;
    */
    padding: 15px 12px;
    text-decoration: none;
    margin-right: 2px;
    /*
    text-transform: uppercase;
    */
    width: 110px;
    background-color: #efefef;
    text-align: center;
    /*
    border: 1px solid #6ea4b1;
    */
}

#menu ul li a:hover {
    color: #fff;
    background-color: #003466;
}

#menu ul {
    clear: both;
    margin: 0;
    padding: 0;
    margin: 0;
}

h1 {
    margin: 0;
}

h2 {
    margin-top: 7px;
    margin-bottom: 7px;
    padding-top: 7px;
}

h3 {
    margin-top: 4px;
    padding-top: 18px;
    /* color: #733; */
    color: #4074a6;
}

h4 {
    /* color: #733; */
    color: #4074a6;
	font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;
	font-size: 120%;
	padding-top: 1.5em;
}

#news-feed {
    width: 250px;
    font-size: 11px;
    line-height: 18px;
}

#news-feed h4 {
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 14px;
}

#news-feed p {
    font-size: 11px;
    margin-top: 3px;
    margin-bottom: 0px;
}

#content .teacher .description-container p {
    margin-top: 0px;
    
}

#content ul li {
    font-size: 12px;
}

#about {
    margin-top: 0px;
}
    #about p {
        font-size: 12px;
        line-height: 20px;
    }

table tr td {
    text-align: left;
    padding: 5px 20px 5px 20px;
}

table {
    margin: 15px 0;
    width: inherit;
    padding: 5px;
}

dt {
    font-weight: normal;
    font-style: italic;
    font-size: 11px;
    color: #444;
}

dd {
    margin-left: 180px;
    font-size: 13px;
    font-weight: bold;
}

dl {
    font-family: "Lucida Grande", sans-serif;
    background-color: #E2EEFA;
    padding: 8px;
    width: 95%;
    margin-top: 18px;
}
.teacher {
    margin-top: 20px;
    margin-bottom: 10px;
}

.teacher .image-container {
    padding-right: 35px;
}

.teacher .description-container {
    font-size: 95%;
    line-height: 170%;
}

.teacher .description-container h3 {
    margin-top: 0;
    padding-bottom: 4px;
    padding-top: 0;
}



