html{}
head{}

body {
    height: 100%; /*800px; */
    width: 100%;
    overflow-x: auto;
    overflow-y: auto;
    /*I dont know how to get a working scroll bar. */
    overflow-y: scroll; /*Show vertical scrollbar*/
    overflow-x: scroll; /*Show horizontal scrollbar*/ 
}

header{}

#headerBox {
    border: 3px ridge black;
    margin-top: -5px;
    margin-left: -6px;
    margin-bottom: 14px;
    position: fixed;
    height: 90px;
    width: 99%;
    background-image: url("../images/PTCLogo_Restructured.png");
    background-repeat: no-repeat;
    background-size:contain;
    background-position: center;
    background-color: cyan;
}

#navBar {
    display: block;
    /*border: 3px inset brown;*/
    border: 3px ridge black;
    padding: 0;
    overflow: hidden;
    background-color: burlywood;
    margin-left: -6px;
    margin-top: 104px;
    margin-bottom: 14px;
    position: fixed;
    top: -3px;
    width: 99%;
    height: 31px;
}

a {
    float: left;
    border-right: 3px solid #3b3636;
    display: block;
    color: white;
    text-align: center;
    padding: 7px;
    text-decoration: none;
}

a:hover {
    background-color: #87CEEB;
}

#main {
    border: 3px ridge black;
    background-image: url(../images/white-dove-blue-sky-clouds.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: -7px;
    position: fixed;
    top: 140px;
    bottom: 43px;
    /* Do not add in the height attribute here, messes up the page. */
    width: 99%;
    overflow: auto;
}

.courseBox {
    background-color: rgba(71, 193, 233, 0.3);
    width: 250px;
    height: 200px;
    border: double solid blue;
    padding: 40px;
    margin-top: -60px;
    margin-left: 970px;
    margin-right: auto;
    
    outline-style: ridge;
}

.center {
    text-align: center;
}

.leftAlign {
    text-align: left;
    margin-left: -20px;
}

footer {
    background-color: burlywood;
    margin-left: -7px;
    margin-right: 7px;
    margin-bottom: 1px;
    height: 38px;
    position: fixed;
    bottom: 0;
    width: 100%;
}

#organization {
    display: inline-block;
    font-family: 'Times New Roman', Times, serif;
    font-size: 12px;
    float: left;
    margin-left: 20px;
}

#copyright {
    display: inline-block;
    font-family: 'Times New Roman', Times, serif;
    font-size: 12px;
    float: right;
    margin-right: 20px;
}

/*.active{
    background-color:cadetblue;
    margin-right: 2px;
}

#ptclogo {
    display: block;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    float: right;
    height: 100px;
    width: 100px;
    opacity: 0.3;
}*/

/* Piedmont College of Theology - Georgia Text at the top left of the window. */
/*#h1center{
    display: inline-block;
    font-family: 'Times New Roman';
    font-size: x-large;
    float: left;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
}

#getDate{
    font-family: 'Times New Roman';
    font-size: medium;
    margin-top: 14px;
    margin-right: 60px;
    float: right;
}*/

/*#box{
    height: 100px;
    width: 200px;
    padding: 10px;
    border: 5px solid burlywood;*/
    /*margin: 0;*/
    /*outline-style:ridge;
    width: 700px;*/
    
/*    border: 2px solid red;
    padding: 10px;*/
    /*margin-top: 200px;
    margin-left: auto;
    margin-right: auto;
    outline-style:ridge;
    
    overflow: auto;
}*/

/*#nav {
    background-color: blueviolet;
    margin: 100px 100px 100px 100px;
}
*/
