
body{
    padding:0;
    margin:0;
}









#main{
    position:absolute;
    height:100%;
    width:100%;
    min-width: 1000px;
    overflow-y: scroll;
    color: darkslategray;
    font-size: 18px;
}





#homeHeader{
    position: -webkit-sticky;
    position:sticky;
    padding-top: 10px;
    padding-bottom: 10px;
/*    padding-left: 50px;*/
    width:100vw;
    height:auto;
        background-color:#3A5E8C;
    color:#fff;
    text-align: center;
}

#homeHeader .courseName{
    display: inline-block;
/*    font-family:"Courier New",Courier,monospace;*/
    font-size:24px;
    color:inherit;
    white-space:nowrap;
    width: 1000px;
}


/*for menus and submenus(need to override text align center in homeHeader*/
#menu
{
    text-align: left;
}


.twoColumns{
    padding-top: 10px;
    text-align: center;
    
}

.column{
    float:left;
    width: 48%;
    font-size: 18px;
}



/* Clear floats after the columns */
.twoColumns:after {
  clear: both;
}


updates{
    font-size: 10px;
    color: darkolivegreen;
}














