BODY {
    font-family: tahoma; font-size: 12px; margin: 0px; padding: 0px;
    background-image: url(Images/header.jpg);
    background-position: top center;
    background-repeat: no-repeat;
}

DIV.header {
    margin: 0px; padding: 0px;
    margin-top: 20px; margin-bottom: 20px;
    width: 900px;
    text-align: left;
    vertical-align: middle;
}
DIV.headerName {
    display: inline;
    margin: 0px; padding: 0px;
}
DIV.headerMenu {
    float: right;
    text-align: center;
    margin: 0px; padding: 0px;
    margin-top: 0px;
}
DIV.headerMenu H1 {
    font-size: 26px; font-weight: normal;
    margin: 0px; padding: 0px;
    text-align: center;
}
DIV.headerMenu UL {
    list-style-type: none;
    margin: 0px; padding: 0px;
    margin-top: 15px;
}
DIV.headerMenu LI {
    display: inline;
    margin: 0px; padding: 0px;
}
DIV.headerMenu LI A {
    text-decoration: none;
    font-size: 16px; font-weight: normal;
    color: #1F315D;
    margin: 0px; padding: 7px;
    border-bottom: 1px solid transparent;
}
DIV.headerMenu LI A:hover {
    color: black;
    position: relative; top: -2px;
    border-bottom: 1px solid white;
}

DIV.footer {
    width: 100%; height: 150px;
    padding: 0px;
    margin: 0px; margin-top: 0px;
    font-size: 12px; color: #616161; text-align: center;
    background-image: url(Images/footer-bg.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
}
DIV.footerCounter {
    padding: 0px; margin-top: 0px; padding-top: 35px;
}
DIV.footerMenu {
    padding: 0px; margin-top: 20px;
}
DIV.footerNotes {
    margin-top: 10px;
}
DIV.footer A {
    text-decoration: none; color: #616161;
}
DIV.footer A:hover {
    text-decoration: underline; color: black;
}

DIV.content {
    width: 800px;
    text-align: left;
    padding: 0px; margin: 0px;
}

H2 {
    font-size: 28px; font-weight: normal;
    margin: 10px; margin-top: 30px; margin-bottom: 30px; padding: 0px;
    text-align: left;
}

H3 {
    font-size: 20px; font-weight: normal;
    margin: 10px; margin-top: 30px; margin-bottom: 30px; padding: 0px;
    text-align: left;
}

H3.subtitle {
    font-family: "arial black", tahoma;
    text-decoration: blink;
    font-size: 24px; font-weight: bold;
    margin: 10px; margin-top: 5px; margin-bottom: 0px; padding: 0px;
    text-align: center;
}

UL.arrow {
    list-style-type: square;
    list-style-image: url('Images/arrow.png');
    list-style-position: outside;
}
LI {
    padding: 5px;
    margin: 0px;
    font-size: 16px;
}

TABLE.homePanel {
    margin: 10px; margin-top: 0px;
    padding: 15px;
}

TD.homePanelItem {
    width: 118px; height: 120px;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
    text-align: center;
    font-family: tahoma; font-size: 34px;
    cursor: pointer;
}
TD.homePanelItem A {
    font-weight: bold; text-decoration: none; color: white;
}
TD.homePanelItem A:hover {
    font-weight: bold; text-decoration: none; color: white;
}

IMG.spaced {
    margin-left: 5px;
    margin-right: 5px;
}

A {
    color: blue;
    text-decoration: none;
}
A:hover {
    color: blue;
    text-decoration: underline;
}
DIV.news {
    font-family: "arial black", tahoma;
    font-size: 16px;
}
P {
    text-align: justify;
    font-size: 16px;
    margin-left: 10px; margin-right: 10px;
}
DIV.document-paragraph {
    text-align: justify;
    font-size: 16px;
    margin-left: 10px; margin-right: 10px;
}
P.pics-right {
    text-align: right;
}
P.pics-center {
    text-align: center;
}

H1.document {
    font-size: 42px;
    color: blue;
    text-align: center;
}

H2.document {
    font-size: 30px; font-weight: bold;
    color: blue;
    text-align: center;
    border: 1px solid black;
}

H2.document-subtitle {
    font-size: 26px; font-weight: bold;
    color: blue;
    text-align: center;
}
H2.document-subtitle IMG {
    vertical-align: middle;
}

H3.document {
    font-size: 28px;
    padding: 4px;
    color: red;
    text-align: left;
    border: 1px solid black;
}
H4.document-day {
    font-size: 18px;
    display: inline;
    padding: 3px;
    background-color: #59FE39;
}

DIV.document-day-wrapper {
    margin-top: 30px;
}

H5.document-list-subtitle {
    font-size: 18px; color: blue;
    
}

DIV.document-bottom-nav {
    margin-bottom: 150px;
}

.rightmarker {
    float: right;
    padding: 8px;
    text-align: right;
    width: 390px;
    display: inline;
    font-size: 16px;
    border: 1px solid transparent;
    background-color: transparent;
    text-decoration: none;
    color: blue;
}
.rightmarker:hover {
    border: 1px solid #0070C6;
    background-color: #DBEEFB;
    text-decoration: none;
    cursor: pointer;
}
.rightmarker IMG {
    border: 0px; margin: 5px; margin-left: 8px; vertical-align: middle;
}

.leftmarker {
    float: left;
    padding: 8px;
    text-align: left;
    width: 350px;
    display: inline;
    font-size: 16px;
    border: 1px solid transparent;
    background-color: transparent;
    text-decoration: none;
    color: blue;
}
.leftmarker:hover {
    border: 1px solid #0070C6;
    background-color: #DBEEFB;
    text-decoration: none;
    cursor: pointer;
}
.leftmarker IMG {
    border: 0px; margin: 5px; margin-right: 8px; vertical-align: middle;
}

A.back-to-courses {
    display: inline;
    padding: 5px; width: 300px;
    text-align: left; font-size: 20px;
    border: 1px solid transparent;
    background-color: transparent;
    text-decoration: none;
}
A.back-to-courses:hover {
    border: 1px solid #0070C6;
    background-color: #DBEEFB;
    text-decoration: none;
}
A.back-to-courses IMG {
    vertical-align: middle; border: 0px;
    margin-right: 10px;
}

A.show-courses {
    display: inline;
    padding: 5px; width: 300px;
    text-align: left; font-size: 20px;
    border: 1px solid transparent;
    background-color: transparent;
    text-decoration: none;
}
A.show-courses:hover {
    border: 1px solid #0070C6;
    background-color: #DBEEFB;
    text-decoration: none;
}
A.show-courses IMG {
    vertical-align: middle; border: 0px;
    margin-right: 10px;
}

SPAN.course-outline-title {
    font-weight: bold;
    background-color: yellow;
    padding: 2px;
}
OL LI {
    margin: 10px;
}

HR {
    height: 1px;
    border: 0px;
    border-top: 1px dotted gray;
    margin-bottom: 10px;
}

#hiddenCourses {
    display: none;
    visibility: hidden;
}

A.marker-link:hover {
    text-decoration: none;
}
TD.rightmarker-td-1 {
    width: 290px;
}
TD.rightmarker-td-2 {
    width: 50px;
}

TABLE.table-menu {
    font-family: tahoma;
    font-size: 16px;
}
TABLE.table-menu TD {
    width: 33%;
}
TABLE.table-menu TD A {
    padding: 5px;
    display: block;
    color: black;
    background-color: transparent;
    border: 1px solid transparent;
}
TABLE.table-menu TD A:hover {
    text-decoration: none; color: white;
    background-color: #005FCB;
    border: 1px solid white;
}
