﻿body
{ 
    background-color: #ffffff;
    font-family: "Times New Roman", Times, serif;
    font-size: small;
    margin: 0px;
    background-image: url(/styles/images/themebar.gif);
    background-position: 0px 0px;
    background-repeat: repeat-y;
}

a:link {
color: #990033;
}

a:visited {
color: #990033;
}

a:active {
color: #990033;
}

a:hover {
color: #888888;
}

#header
{
    height: 136px;
}

#header img
{
    border: solid 3px #990033;
    background-color: White;
    position: absolute;
    top: 0px;
    left: 24px;
}

#header-location p, #header-title p, #header-links p
{
    padding: 0px;
    margin: 0px;
}

#header-location
{
    color: #990033;
    font-size: 140%;
    font-weight: bold;
    text-align: right;
    padding: 7px 10px 2px 285px;
}

#header-title
{
    color: White;
    background-color: #990033;
    font-size: 180%;
    font-weight: bold;
    text-align: left;
    padding: 10px 10px 10px 285px;
}

#header-links
{
    font-size: 120%;
    text-align: center;
    padding: 3px 10px 5px 285px;
}

#left-side
{
    width: 150px;
    float: left;
    padding: 5px;
}

#main-content
{
    margin-left: 150px;
    padding: 5px;
}

.side-content
{
    margin: 2px;
    text-align: center;
    width: 135px;
}

h3.side-content
{
    margin-top: 12px;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 110%;
}