body {
    background: #330000 url(../images/bg.gif) repeat-x;
}

strong {
    font-weight: bolder;
}

#h, #b, #f {
    width: 940px;
    margin: 0 auto;
}

#h {
    background-color: #000000;
    color: #ffffff;
    border-top: 10px solid #ffffff;
    border-right: 10px solid #ffffff;
    border-left: 10px solid #ffffff;
}

#h a, #h a:active, #h a:link, #h a:visited, #h a:hover {
    text-decoration: none;
    color: #ffffff;
}

#l h1 {
    font-family: serif;
    font-weight: normal;
    font-size: 2.5em;
    margin: 15px 0 0 0.2em;
}

#l h2 {
    font-family: sans-serif;
    font-weight: normal;
    font-size: 1.3em;
    margin: 0 0 20px 0.8em;
}

#tm {
    background: url(../images/masthead/nav_bg.gif) repeat-x;
    height: 25px;
    position: relative;
    font-family: sans-serif;
    font-size: 0.7em;
    font-weight: bold;
}

#tm ul {
    list-style: none;
    padding: 0;
    margin: 0;
    height: 100%;
}

#tm li {
    line-height: 25px;
    border-right: 1px solid #650d0e;
    border-left: 1px solid #a54636;
    text-align: center;
    float: left;
    padding: 0 20px;
}

#tm li a, #tm li a:link, #tm li a:visited, #tm li a:active {
    color: #ddddcc;
}

#tm li a:hover {
    color: #ffffff;
}

#tm li.active, #tm li.active a, #tm li.active a:link, #tm li.active a:visited, #tm li.active a:active, #tm li.active a:hover {
    background-color: #ffffff;
    color: #000000;
}

#tml {
    position: absolute;
    left:  20px;
    border-left: 1px solid #650d0e;
    border-right: 1px solid #a54636;
}

#tmr {
    position: absolute;
    right: 20px;
    border-left: 1px solid #650d0e;
    border-right: 1px solid #a54636;
}

#b {
    /*position: relative;*/
    font-family: sans-serif;
    background-color: #ffffff;
    border-left: 10px solid #ffffff;
    border-right: 10px solid #ffffff;
    border-top: 20px solid #ffffff;
    border-bottom: 20px solid #ffffff;
}

#sm {
    background-color: #ffffff;
    width: 200px;
    float: left;
    /*display: inline;*/
}

#sm h3 {
    font-size: 1em;
    margin: 2px 0 10px 2px;
}

#sm ul {
    list-style: none;
    margin: 0 0 15px 0;
    padding: 0;
}

#sm li {
    background: url(../images/pokerhand.jpg) no-repeat;
    padding: 5px 0 5px 30px;
    font-size: 0.8em;
}

#sm li a, #sm li a:link, #sm li a:visited, #sm li a:active {
    color: #333333;
}

#sm li a:hover {
    color: #FF3300;
}

#c {
    background-color: #fff;
    font-size: 0.8em;
    width: 720px;
    float: left;
    padding: 10px;
}

#c h1, #c h2, #c h3, #c p {
    margin: 1em 0;
}

#f {
    background: url(../images/footer_bg.gif) repeat-x;
    height: 20px;
    line-height: 20px;
    color: #999999;
    font-family: sans-serif;
    font-size: 0.6em;
    border-right: 10px solid #ffffff;
    border-bottom: 10px solid #ffffff;
    border-left: 10px solid #ffffff;
    clear: left;
}

#f a, #f a:link, #f a:visited, #f a:active {
    color: #999999;
    text-decoration: none;
}

#f a:hover {
    color: #666633;
    text-decoration: underline;
}

#f p {
    margin: 0 20px;
}

.mediaplayer {
    width: 480px;
    height: 320px;
    margin: 0 auto;
}

#c h1 {
    font-size: 2em;
    font-weight: bold;
    margin: 10px 0 5px 0;
}

#c h2 {
    font-size: 1.5em;
    font-weight: bold;
    margin: 10px 0 5px 0;
}

#c h3 {
    font-size: 1em;
    font-weight: bold;
}

#c ol {
    list-style-type: decimal;
}

#c thead tr {
    background: url(../images/masthead/nav_bg.gif);
    height: 25px;
    color: #ffffff;
}

#c thead th {
    padding-left: 10px;
    padding-right: 10px;
    font-weight: bold;
}

label {
    font-weight: bold;
}

#student_information {
    float: left;
    width: 350px;
}

#student_information div label {
    width: 125px;
    display: block;
    float: left;
}

#student_information div {
    clear: left;
}

#course_registration {
    float: left;
    width: 390px;
}

#examinations {
    clear: left;
    width: 740px;
}

#examinations table {
    margin: 0 auto;
}

#examinations td, #examinations th {
    text-align: center;
}

#examinations .instructor_comments, #examinations .student_comments {
    float: left;
    width: 50%;
}

#examinations th.c2, #examinations th.c3 {
    width: 125px;
}

#examinations th.c1 {
    width: 150px;
}

fieldset {
    padding: 10px;
}

fieldset div label {
    width: 150px;
    display: block;
    float: left;
}

div.textarea_row label 
{
    float: none;
}

div.textarea_row textarea
{
    width: 100%;
}
