*
{
    margin: 0;
    padding: 0;
}

body
{
    font-family: verdana, sans-serif;
    font-size: 100%;
    background-image:url(images/pattern.gif);
}

div#header
{
    position: absolute;
    left: 85px;
    top: 40px;
    background-image: url(images/logoheader.jpg);
    background-position: right;
    background-repeat: no-repeat;
    background-color: #3e2f2a;
    height: 80px;
    width: 650px;
    border-width: 0 0 0 2px;
    border-style: solid;
    border-color: black;
}

div#topmenu
{
    position: absolute;
    left: 85px;
    top: 120px;
    border-width: 0 0 0 2px;
    border-style: solid;
    border-color: black;
}

div#topmenu ul
{
    list-style-type: none;
    padding: 0;
    margin: 0;
}

div#topmenu li
{
    float: left;
    width: 130px;
    height: 40px;
    background-image: url(images/button.gif);
}

div#topmenu a
{
    color: #523e35;
    font-weight: bold;
    text-decoration: none;
    font-family: "trebuchet ms", sans-serif;
    font-size: 0.8em;
    text-align: center;
    line-height: 40px;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

div#topmenu a:hover
{
    background-image: url(images/buttonover.gif);
}

div#leftnav
{
    color: white;
    font-size: 0.7em;
    position: absolute;
    width: 180px;
    height: 450px;
    left: 85px;
    top: 160px;
    border-width: 2px 2px 0 2px;
    border-style: solid;
    border-color: black;
    background-image: url(images/spcdarkbrown.gif);
}

div#leftnav p
{
    padding: 5px 0 5px 10px;
    font-weight: bold;
}

div#leftnav ul
{
    padding: 0 0 0 30px;
}

div#leftnav ul li
{
    list-style-type: square;
}

div#leftnav ul li a
{
    color: white;
    text-decoration: none;
}

div#leftnav ul li a:hover
{
    text-decoration: underline;
}

div#location
{
    color: black;
    font-size: 0.6em;
    font-variant: small-caps;
    position: absolute;
    left: 269px;
    top: 160px;
    background-image:url(images/spcbeige.gif);
    padding: 3px 0 0 3px;
    border-width: 2px 0;
    border-style: solid;
    border-color: black;
    width: 465px;
    height: 19px;
}

div#location p a
{
    color: black;
}

div#location p a:hover
{
    color: black;
    font-weight: bold;
}

div#pagetitle
{
    position: absolute;
    left: 269px;
    top: 186px;
    background-image:url(images/spcbeige.gif);
    color: #523e35;
    font-weight: bold;
    font-family: "trebuchet ms", sans-serif;
    font-size: 1.2em;
    height: 34px;
    width: 458px;
    text-align: right;
    padding: 10px 10px 0 0;
}

div#content
{
    position: absolute;
    left: 269px;
    top: 230px;
    background-image:url(images/spcbeige.gif);
    width: 458px;
    height: 382px;
    font-size: 0.7em;
    padding: 0 5px;
}

div#content p
{
    padding: 8px 2px;
}

div#content p a
{
    color: Maroon;
}

div#content h2
{
    font-size: 1.1em;
    font-variant: small-caps;
    padding-bottom: 5px;
}

div#content h3
{
    font-size: 1em;
    font-weight: bold;
}

div#content h3 a
{
    color: Black;
}

div#content h3 a:hover
{
    color: #523e35;
}

div#content ul
{
    padding-left: 35px;
    padding-right: 2px;
    padding-bottom: 12px;
}

div#content li
{
    padding: 1px 0;
    list-style-type: square;
}

div#content li a
{
    color: Maroon;
}

div#content .listhead
{
    font-weight: bold;
}

div#content img.smallpage
{
    float: right;
    padding: 0 2px 5px 5px;
}