#header h1, #header h2, #nav ul {
    margin: 0;
    padding: 0;
    }


#page {
    width: 950px;
    margin-left: auto;
    margin-right: auto;
    }

#header {
    cursor: pointer;
    padding-top: 25px;
    padding-bottom: 15px;
    /*border-bottom: 1px solid #bbb;*/
    }

#header h2  { 
    margin-top: 20px;
}



#content {
    margin-top: 15px;
    font-size: smaller;
    margin-bottom: 80px;
    }
    
#content h1, #content h2 {
    margin-top: 0px;
    }

#content h3 {
    margin-top: 15px;
    margin-bottom: 5px;
    }

.section {
    padding-top: 15px;
    border-top: 1px solid #ccc;
    }

#header, #nav, #content {
    font-family: 'Trebuchet MS', Helvetica, Arial, sans-serif;
    }

#header h1 {
    font-weight: normal;
    letter-spacing: -0.5px;
    }

#header h2 {
    color: #5C832F;
    font-weight: normal;
    }

#nav { 
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    text-transform: uppercase;
    }

#nav ul {
    color: #FFF;
    white-space: nowrap;
    }

#nav ul li {
    color: #ccc;
    display: inline;
    list-style-type: none;
    border-left: 1px solid #ccc;
    }

#nav ul li:first-child { 
    border-left:none;
    }

#nav ul li:first-child a { 
    padding-left:0;
    }

#nav ul li a {
    text-decoration: none;
    padding-left: 7px;
    padding-right: 4px;
    padding-bottom: 2px;
    }

#nav ul li span {
    padding-left: 7px;
    padding-right: 4px;
    } 

#nav a:link, #nav a:visited {
    color: #666;
    }

#nav a:hover {
    color: #81B842;
    }

#content a:link, #content a:visited {
    color: #5C832F;
    }

#schedule { 
    font-size: small;
    width: 100%;
    padding: 0px;
    margin: 0px;
    }

#schedule tr {
    padding: 0px;
    margin: 0px;    
}

#schedule td, th { 
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc; 
    vertical-align: top;
    text-align: left;    
    }

#schedule th {
    font-size: 14px; 
    text-transform: uppercase;
    font-weight: normal;
    color: #0;
    //background: #ccc;
    padding: 0px;
}

#firstRow td {
    padding-top: 15px;
}

th.col1 {
    width: 150px;
}

th.col2 { 
    width: 340px;  
}

.italic { font-style: italic; } 
.bold { font-weight: bold; }

.student {
  
    float: left;
    width: 85px;
    height: 100px;

    margin-right: 10px;
  
    margin-bottom: 15px; 

    }


    
.student img {
  
    width: 64px;
  
    height: 64px;
}



.caption {
 
    text-align: left;

    }


    
/* possible complement colors: 
295970
183542
*/
