h1
{
    color: Black;
    font-weight: bold;
    padding: 0em;
}

h2
{
    text-align: center;
    color: #CD3301;
}

html
{
    background: #000000;
}

body
{
    margin: 0;
}

#doc
{
    background-color: White;
    border: 1px solid black;
}

#doc2
{
    background-color: White;
    border: 1px solid black;
}

#hd
{
    height: 175px;
    background: url(/media/images/header.jpg) no-repeat;
    background-color: #CD3301;
    position: relative;
}

#hd ul
{
    position: absolute;
    bottom: 0;
    list-style: none;
    margin: 0 0 .5em;
    width: 100%;
    text-align: right;
}

#hd li
{
    display: inline;
    padding: 0 .25em;
}

#hd li a
{
    color: White;
    font-weight: bold;
    text-decoration: underline;
}

ul#nickname
{
    margin: 0 0 2em;
}

#bd
{
    padding: 0 0 4em 0;
}

#calendar
{
    text-align: center;
}

#secondary
{
    background: url(/media/images/gutter_bg.jpg) repeat-y;
    background-color: #017F7B;
}

#secondary_top
{
    height: 210px;
    background: url(/media/images/gutter_top.jpg) no-repeat;
}

#secondary p
{
    padding: 0 0 0 22px;
}

#secondary_bottom
{
    height: 183px;
    background: url(/media/images/gutter_bottom.jpg) no-repeat;
}


#fm
{
    padding: 1em 2em 1em 2em;
    width: auto;
    text-align: justify;
}

#fm ul
{
    list-style: none;
}

#fm li
{
    list-style: none;
    display: block;
}

#attendance_submit_form
{
    display: none;
}

.errorlist
{
    color: Red;
}

#ft
{
    color: White;
    font-weight: bold;
    padding: 1em;
    background-color: #017F7B;
}

#ft2
{
    padding: 2em;
}
