
body {
    color: black;
    background: white; 
}

* {
    font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

.PositionFixed {
}

#SideBar {
    display: none;
}

#Copyright {
    text-align: center;
    padding: 1em 1em 1em 1em;
    margin: 2em 0em 1em 0em;
    font-size: 60%;
    background: inherit;
    border-style: solid none none none;
    border-width: 1px;
}

#CopyrightPhoto {
    display: none;
}

#MainArea {
}

#MainAreaTitle {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 150%;
    margin: 0em auto auto auto;
    border-bottom: solid;
}

#MainArea ul {
    margin: 0em 1em 1em 2em;
}

#logoScreen {
    display: none;
}

#logoPrint {
    float: right;
    top: 10px;
    right: 0px;
    width: 150px;
    padding: 0em 0em 3em 0em; 
    margin: 0em;
    text-align: center;
    color: #87a23b; 
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 6pt;
}

.ContactInfo {
    margin-left: 2em;
}

#email {
    font-family: "Lucida Console", "Bitstream Vera Sans Mono", "Courier New", sans-serif;
    font-size: 80%;
    text-decoration: none;
    color: black;
}

#web {
    font-family: "Lucida Console", "Bitstream Vera Sans Mono", "Courier New", sans-serif;
    font-size: 80%;
    text-decoration: none;
    color: black;
}

.Section {
    font-weight: bold;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

.Special {
    display: none;
}

.RateTable {
    text-align: center;
}

.RateTable table {
    text-align: left;
}

#ClassesSchedule {
    padding: 3em;
    border-spacing: 3px;
    border-collapse: collapse;
}

#ClassesSchedule th {
    text-align: center;
    font-weight: bold;
}

#ClassesSchedule .Heading {
    text-align: center;
    font-style: italic;
}

#ClassesSchedule td {
    border: 1px solid;
    padding: 0.5em 1em 0.5em 1em;
}
