﻿body
{
    background-color: #212121;
    color: black;
    margin: 10px 0px 0px 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
}

a:link {
    color: white;
    text-decoration: none;
}

a:hover {
    color: #F9B13B;
    text-decoration: underline;
}

a:visited {
    color: black;
    text-decoration: underline;
}

a:visited:hover {
    color: #F9B13B;
    text-decoration: underline;
}

a.BottomBar:link {
    color: #cccccc;
    text-decoration: none;
}

a.BottomBar:hover {
    color: #F9B13B;
    text-decoration: none;
}

a.BottomBar:visited {
    color: #cccccc;
    text-decoration: none;
}

a.BottomBar:visited:hover {
    color: #F9B13B;
    text-decoration: none;
}

#divPage {
    width: 870px;
    background-color: #808080;
    margin: 0px auto;
}

#divTopBar
{
    /*background-image: url('../graphics/topbar.jpg');
    background-repeat: no-repeat;*/
    height: 29px;
    width: 870px;
    text-align: left;
}

#divHomeBanner {
    /*background-image: url('../graphics/homebanner.gif');
    background-repeat: no-repeat;*/
    height: 181px;
    width: 870px;
}

#divYellowBarUpper {
    background-image: url('../graphics/yellowbar-upper.gif');
    background-repeat: no-repeat;
    height: 5px;
    width: 870px;
}

#divPhotoFeature {
    height: 360px;
    width: 870px;
}

#divYellowBarLower {
    background-image: url('../graphics/yellowbar-lower.gif');
    background-repeat: no-repeat;
    height: 6px;
    width: 870px;
}

#divContent {
    background-image: url('../graphics/pagesteel.gif');
    background-repeat: repeat-y;
    width: 870px;
}

.ContentStyle {
    background-image: url('../graphics/pagesteel.gif');
    background-repeat: repeat-y;
    width: 870px;
}

#divPageBottom {
    background-image: url('../graphics/pagebottom.gif');
    background-repeat: no-repeat;
    height: 69px;
    width: 870px;
}
