html, body, h1, h2, h3, h4, h5, h6, p, img, form {
        margin: 0px;
        padding: 0px;
}
html {
        background-color: #A9D1F9;
        background-image: url(../images/bg_tile.gif);
        background-repeat: repeat;
}
body {
        margin: 10px auto;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        text-align: center;
        width: 800px;
        color: #003366;
}
#container {
        background-color: #FFFFFF;
        padding-right: 4px;
        padding-left: 4px;
}
#menu {
        text-align: center;
        padding-top: 5px;
        padding-bottom: 10px;
        color: #003366;
        font-weight: bold;
        font-size: 10px;
}
#menu a, #footer a {
        color: #003366;
        text-decoration: none;
}
a.top {
        font-size: 9px;
        color: #003366;
        text-decoration: none;
}
#menu a:hover, #footer a:hover, #content a:hover {
        color: #70C8E9;
}
#content {
        vertical-align: top;
        padding: 5px 5px 5px 2px;
        text-align: left;
}
#content h1 {
        font-size: 24px;
        margin-bottom: 10px;
}
#content h2 {
        font-size: 18px;
        margin-bottom: 10px;
}
#content h3 {
        font-size: 14px;
        margin-bottom: 10px;
}
#content h4 {
        font-size: 14px;
        font-style: italic;
        font-weight: bold;
        margin-bottom: 10px;
}
#content p {
        margin-bottom: 10px;
}
#content a {
        font-weight: bold;
        color: #003366;
}
#footer {
        text-align: center;
        padding-top: 5px;
        padding-bottom: 2px;
        color: #003366;
        font-size: 9px;
        line-height: 1.8;
}
li {
        padding-bottom: 4px;
}
ul li {
        list-style-type: square;
}
hr {
        border: 0;
        color: #003366;
        background-color: #003366;
        height: 1px;
        margin-bottom: 10px;
}
input, textarea, select {
        font-size: 10px;
        border: 1px solid #003366;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        padding: 2px;
        margin-bottom: 5px;
}
input.button {
        background-color: #70C8E9;
        font-weight: bold;
        color: #003366;
}
input.radio {
        border-style: none;
        margin-right: 10px;
        margin-bottom: -3px;
}
label {
        float: left;
        text-align: right;
        margin-right: 5px;
        display: block;
        width: 100px;
}

form {
}

.Course {
        padding: 5px;
        border: 1px solid #003366;
        margin-bottom: 10px;
}
#content p.bookinglink {
        text-align: right;
        margin-bottom: 0px;
}
.classes {
        border: 1px solid #003366;
        margin-bottom: 10px;
}
.classes td {
        padding: 5px;
}

#Status {
        color: #f00; 
        font-weight: bold;
        text-align: center;
}

.BookNow {
        text-align: right;
}

