body
{
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #333;
}

h4
{
    margin-bottom:2px;
}
.mainheader
{
    background-color: rgb(48, 100, 68);
    height: 300px;
    position: relative;
    background-image: url("../images/96.jpg");
    background-position-y: center;
    
}
.header-nav
{
    position: absolute;
    right: 20px;
}
.header-nav li
{
    display: inline-block;
    background-color: #000;
    color: #fff;
    padding: 5px;
    width: 130px;
    border-radius: 6px;
    text-align: center;
    cursor: pointer;
}
.header-nav li:hover
{
   
    background-color: rgb(0, 43, 11);
   
}
.search-area {
    width:50%;
    max-width:600px;
    margin: 100px auto 0 auto;
    text-align: center;
}
.search-area .search-field {
    width:100%;
    height: 50px;
    border: none;
    border-radius: 15px;
}
.content-card {
    width:90%;
    max-width: 1080px;
    margin: 0 auto 0 auto;
    box-shadow: 5px 5px 10px;;
    min-height: 300px;
    position: relative;
    top: -10px;
    background-color: #fff;
    
}
.content {
    background-color: #fff;
}
.courses-nav {
    float:left;
    width: 30%;
    background-color: #eee;;
}
.course-list-item {
    list-style-type: none;
    margin-top:10px;
}
.course-list-item:hover {
    color:rgb(2, 122, 82);
    text-decoration: underline;
}
.course-list-item a {
    text-decoration: none;
    color: #000;
}   
.course-list-item a:hover {
    color:rgb(2, 122, 82);
    text-decoration: underline;
}
.courses-article {
    float:left;
    width:70%;
}
.left-column {
    float:left;
    width:58%;
    padding: 1%;
}
.right-column {
    float:left;
    width:38%;
    
}

.course-data-label
{
    font-weight: bold;
}

p.course-data 
{
    margin: 0 0 10px 0;
}

.schedule-box {
    background-color: rgb(187, 187, 187); 
    
    width:96%;
    
    padding:1% 1% 1% 5%;
   
}
footer {

}