﻿body
{
    margin: 0;
    padding: 0;
    background-image: url(../../media/images/backgrounds/wood5.jpg);
    background-attachment: scroll;
    background-repeat: repeat;
}

#chiefpartstop
{
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    padding: 0;
    width: 591px;
}
#chiefpartsbottom
{
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0;
    width: 591px;
}

TD.chiefparts:hover
{
    background-color: #955FCF;
}
A.chiefparts
{
    color: #FFFFFF;
    text-align: center;
    display: block;
    text-decoration: none;
}
SPAN.chiefpartstext
{
    text-decoration: underline;
}

DIV.centercontent
{
    width: 798px;
}

DIV.leftnav
{
    margin: 0;
    padding: 0;
    width: 121px;
    text-align: center;
    float: left;
}
TD.leftnav
{
    background-color: #D2D2D2;
}
TD.leftnav:hover
{
    background-color: #955FCF;
}
A.leftnav
{
    text-decoration: none;
    color: #FF0000;
}
A.leftnav:hover
{
    color: #FFFFFF;
}

DIV.rightnav
{
    margin: 0;
    padding: 0;
    width: 121px;
    text-align: center;
    float: right;
}
TD.rightnav
{
    background-color: #D2D2D2;
}
TD.rightnav:hover
{
    background-color: #955FCF;
}
A.rightnav
{
    text-decoration: none;
    color: #FF0000;
}
A.rightnav:hover
{
    color: #FFFFFF;
}

#content
{
    width: 546px;
    min-height: 584px;
    padding: 2px;
    border: ridge 3px #000000;
    background-color: #FFFFFF;
    margin-left: auto;
    margin-right: auto;
}

SPAN.bottomnav
{
    background-color: #D2D2D2;
    padding: 3px;
}
SPAN.bottomnav:hover
{
    background-color: #955FCF;
}
A.bottomnav
{
    text-decoration: none;
    color: #FF0000;
}
A.bottomnav:hover
{
    color: #FFFFFF;
}

#page
{
    background-color: #513471;
    width: 798px;
    border: solid 1px #000000;
    margin-left: auto;
    margin-right: auto;
}

#title
{
    margin: 0;
    padding: 20px 0 20px 0;
}
H1.title
{
    color: #FFFFFF;
    text-align: center;
}

#footer
{
    width: 846px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0;
    text-align: center;
}
#footer A
{
    color: #FFFFFF;
}

.clearit
{
    clear: both;
}

.smallcaps
{
    text-transform: capitalize;
    font-variant: small-caps;
}

.graytext
{
    color: #808080;
}

#convocationtitle
{
    border-bottom: solid 1px #000000;
    padding: 5px;
    background-color: #513471;
    text-align: center;
}

#convocationtitle h1
{
    color: #FFFFFF;
}

/* Pulpit Exchange
------------------------------------------------------------------------*/
.pulpitpage
{
    text-align: center;
    padding: 5px;
    font-family: Arial, Verdana, sans-serif;
    font-size: 0.8em;
}
#outerthemebox
{
    width: 350px;
    margin-left: auto;
    margin-right: auto;
}
#shadowbox
{
    background-color: #000;
    position: relative;
    right: 4px;
    bottom: 4px;
}
#themebox
{
    background-color: #fff;
    border: solid 4px purple;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    position: relative;
    right: 4px;
    bottom: 4px;
}

