body
{
    background-color: gray;

    /* IE5/Win workaround */
    text-align: center;
}

h1
{
    color: #ffeeee;
    font-size: 22pt;
    font-family: verdana, arial, helvetica, sans-serif;
}

h2
{
    color: #ffffee;
    font-size: 16pt;
    font-family: verdana, arial, helvetica, sans-serif;
}

a
{
    color: #ffff77;
}

table
{
    border: 1px solid black;
    border-collapse: collapse;
    font-family: verdana, arial, helvetica, sans-serif;
    background-color: #dddddd;
    color: black;
}

td, th
{
    padding: 0.25em;
    border: 1px dotted black;
}

th
{
    background-color: white;
}

#container
{
}

#main
{
    border: 1px solid black;
    background-color: #512f6b;
    position: relative;
    left: 0px;
    top: 0px;
    margin: 0px auto;
    width: 1024px;
    height: 768px;
}

#logo
{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 317px;
    height: 89px;
}

#topbar
{
    position: absolute;
    left: 317px;
    top: 0px;
    width: 707px;
    height: 45px;
    background-image: url('../images/topbar.jpg');
}

#menu
{
    position: absolute;
    left: 320px;
    top: 25px;
    width: 650px;
    height: 15px;
    text-align: left;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 10pt;
    word-spacing: 1em;
}

#menu a
{
    text-decoration: none;
    color: #666666;
}

#menu a:hover
{
    color: #773333;
}

.subsection
{
    background-color: #ffffee;
    border: 1px solid black;
    color: black;
    padding: 1em;
}

#sidebar
{
    position: absolute;
    left: 0px;
    top: 89px;
    width: 202px;
    height: 679px;
    background-image: url('../images/sidebar.jpg');
}

#content
{
    color: #dddddd;
    font-size: 14pt;
    position: absolute;
    left: 240px;
    top: 80px;
    width: 745;
    height: 660px;
    text-align: justify;
}

#footer
{
    position: absolute;
    left: 202px;
    top: 620px;
    width: 822px;
    height: 148px;
    background-image: url('../images/footer.png');
}

.banner
{
    margin-top: 10px;
    border: 1px solid #714f8b;
    background-color: #613f7b;
    padding: 10px;
    text-align: center;
    font-family: verdana, sans-serif;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.inset
{
    padding: 1em;
}

.dropcap
{
    color: white;
    font-family: verdana, helvetica, sans-serif;
    font-size: 36pt;
    float: left;
    line-height: 38px;
    margin-right: 4px;
}

a.small
{
    font-size: 10pt;
    text-decoration: none;
}

a:hover.small
{
    text-decoration: underline;
}

