﻿body
{
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    background-image: url(images/background.jpg);
    background-color: #808080;
}

.divBodyCenter
{
    width: 900px;
    margin-left: auto;
    margin-right: auto;
}

#divBodyBackground
{
    background-image: url(images/backdrop-split.jpg);
}

#divBodyBackgroundTop
{
    background-image: url(images/backdrop-top.jpg);
    background-repeat: no-repeat;
}

#divFooter
{
    background-image: url(images/backdrop-bottom.jpg);
    background-repeat: no-repeat;
    height: 40px;
}

#divBodyContent
{
    width: 870px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    overflow: visible;
    position: relative;
}

/* Top Header content */
#divHeader
{
    width: 870px;
    height: 172px;
}

#divLogo
{
    float:left;
    top: 30px;
    text-align: center;
    vertical-align: middle;
    width: 189px;
    position: relative;
}

#divBanner
{
    float: left;
    text-align: center;
    width: 620px;
    position: relative;
    top: 20px;
}

#divMiddle
{
    width: 870px;
    overflow: hidden;
}

/* Side menu */
#divLeft
{
    height: 400px; /* SET MINIMUM PAGE HEIGHT HERE */
    width: 189px;
    float: left;
}

#divIcons
{
    text-align: center;
}

.imgIcons
{
    padding-top: 10px;
}

#divMenu
{
    float:left;
    position: relative;
    /* position: fixed; */
}

#divMenu[id]
{
    width: 189px;
    position: relative;
}


#divMenuTop
{
    background-image: url(images/menu-top.jpg);
    background-repeat: no-repeat;
    height: 16px;
}

#divMenuMiddle
{
    background-image: url(images/menu-split.jpg);
    background-repeat: repeat-y;
}

#divMenuBottom
{
    background-image: url(images/menu-bottom.jpg);
    background-repeat: no-repeat;
    height: 12px;
}

.mnuItems
{
    width: 160px;
    height: 19px;
    background-image: url(images/mnuOverlay.gif);
    text-align: center;
    padding-top: 8px;
    font-family: Arial;
    display: block;
    font-weight: bold;
    text-decoration: none;
    color: #666666;
    font-size: 8pt;
    left: 6px;
    position: relative;
}

.mnuItems:hover
{
    color: #444444;
}

/* Body text */
#divMainContent
{
    float: left;
    width: 673px;
}

a
{
    color: #323282;
    text-decoration: none;
}

.footer, .footer a
{
    color: #808080;
    padding-top: 3px;
    font-size: 8pt;
}

.footer a
{
    font-weight: bold;
}


h1
{
    padding-top: 0px;
    border-top: 0px;
    margin-top: 0px;
    color: #808080;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    padding-top: 20px;
    border-top: 0px;
    margin-top: 0px;
    color: #808080;
    padding-bottom: 10px;
    margin-bottom: 0px;
}

p
{
    padding-top: 0px;
    border-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.urlReturnTop
{
    background-image: url(images/jumptosml.jpg);
    background-repeat: no-repeat;
    margin-top: 20px;
    padding-left: 20px;
    display: block;
    left: 6px;
    position: relative;
}

hr
{
    margin-bottom: 20px;
    color: gray;
    height: 3px;
}
