@charset "utf-8";

/* CSS Document */
/* GLOBAL SITE STYLES */

/* GLOBAL SITE PROPERTIES */
body {
    margin-left: 0px;
    margin-top: 0px;
    text-align: center;
    vertical-align: top;
    background-image: url(../img/global/banditsSiteBackground.jpg); }
    
table.bandits {
    width: 990px;
    text-align: center;
    vertical-align: top; }

/* NLL HEADER BAR STYLES */
table.nll {
    width: 100%; }

tr.nll {
    background-image: url(../img/global/topbar.jpg);
    background-repeat: repeat-x; }
    
td.nll {
    height: 33px;
    text-align: center;
    vertical-align: middle;
    padding: 0px; }
    
/* NAV BAR FILLER */
tr.navBar {
    height: 35px;
    background: url(../img/global/navbar.jpg);
    background-repeat: repeat-x; }

/* MAIN CONTENT AREA */
table.content {
    width: 990px;
    background-image: url(../img/global/banditsContentBackground.jpg);
    background-color: #000000; }
    
td.content {
    padding: 5px, 2px, 2px, 2px;
    vertical-align: top; }
    
/* INTERNAL PAGE SETUP */
td.main {
    background-color: #ffffff;
    border-width: medium;
    border-color: #ff6418; }

/* BREAKING NEWS FIX */
td.bn {
    background-image: url(../img/global/banditsContentBackground.jpg);
    background-color: #000000; }
    
/* FOOTER */
table.footer {
    width: 100%;
    height: 25px;
    background-color: #bc9cf2;
    vertical-align: middle;}

.footer {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #000000;
    text-decoration: none; }

footer.link {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #000000;
    text-decoration: none; }

footer.visit {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #000000;
    text-decoration: none; }

footer.hover {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #000000;
    text-decoration: underline; }