body
{
    
    margin: 0px;
}
a
{
    color: #D4A017;
    text-decoration: none;
}
table, table tr td
{
    border-collapse: collapse;
    border-color:#D4A017 !important;
}

ul, li
{
    margin: 0px !important;
    text-indent: 0px;
}

#logo
{
    margin: 0px;
    padding: 5px 0px 0px 0px;
    vertical-align: middle;
}

#logo img
{
    border: solid 1px #FDD017 !important;
}

#flash
{
    /* background-position: center top;  	background-image: url('images/flash.jpg');     background-repeat: no-repeat;     height: 300px; width: 470px; */
}
#main
{
    text-align: center;
    background-position: center top;
    background-image: url('images/bg-all.jpg');
    background-repeat: repeat-x;
    background-color: Black;
}
#navigation
{
    background-position: center top;
    background-image: url('images/bg-nav.jpg');
    background-repeat: repeat-x;
    height: 60px;
    padding-left: 10px;
}
#bg-left
{
    background-position: right top;
    background-image: url('images/bg-left.jpg');
    width: 5px;
    background-repeat: no-repeat;
}
#bg-right
{
    background-position: left top;
    background-image: url('images/bg-right.jpg');
    width: 5px;
    background-repeat: no-repeat;
}
#footer
{
    background-position: center top;
    background-image: url('images/bg-footer.jpg');
    background-repeat: repeat-x;
    height: 60px;
    font-size: 9px;
    color: graytext;
    font-family: arial;
}
.pageHeader
{
    background-image: url('images/bg-470-top.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    padding: 3px 0px 0 20px;
    margin: 0px;
    font-weight: bold;
    font-size: 14px;
    color: #FDD017;
    font-family: Arial;
    line-height: 36px;
}

.pageBody
{
    background-position: center;
    background-image: url('images/bg-470-mid.jpg');
    background-repeat: repeat-y;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    font-weight: normal;
    font-size: 12px;
    color: #ffffff;
    font-family: Arial;
    line-height: 1.5em;
    max-width: 470px;
    min-height:300px;
    overflow: hidden;
}

.pageBody a
{
    color: #D4A017;
    text-decoration: none;
}

.pageBody a:hover
{
    color: #D4A017;
    text-decoration: underline;
}

.pageBody ul li
{
    list-style: none;
    vertical-align: top;
    margin: 0px;
    line-height: 1.5em;
    margin-left: 0;
    padding-left: 1em;
    text-indent:  0em;
}


.pageFooter
{
    background-position: center bottom;
    background-image: url('images/bg-470-bottom.jpg');
    background-repeat: no-repeat;
}
