body {
    margin: 0; 
    font-family: arial;  
    background-image: url(/images/banner.png); 
    background-repeat: no-repeat; 
    background-color: #181818;
    font-size: 12px;
}

table {
    font-size: 15px;
}

#main {
    margin: auto; 
    width: 100%; 
    height: auto;
}

#banner {
    width: 1024px; 
    height: 100px; 
    margin: auto;
}

#banner a:link { color: #000000; text-decoration: none; }
#banner a:active { color: #000000; text-decoration: none; }
#banner a:visited { color: #000000; text-decoration: none; }
#banner a:hover { color: #000000; text-decoration: underline; }

#search {
    width: 100%; 
    padding: 5px 0px; 
    text-align: center; 
    border-bottom: 1px dotted #D7D7D7; 
    background-color: white;
}

#middle {
    min-height: 700px; 
    height: auto; 
    width: 100%; 
    background-color: white;
    border-bottom: 1px dotted #D7D7D7; 
}

#content {
    width: 1024px; 
    margin: auto;
}

#content a:link { color: #2A5685; text-decoration: none; }
#content a:active { color: #2A5685; text-decoration: none; }
#content a:visited { color: #2A5685; text-decoration: none; }
#content a:hover { color: #C61A1A; text-decoration: none; }

#footer {
    width: 100%; 
    text-align: center; 
    font-size: 11px; 
    padding: 10px 0px;
    color: white;
    line-height: 15px;
}

#footer a:link { color: #ffffff; text-decoration: none; }
#footer a:active { color: #ffffff; text-decoration: none; }
#footer a:visited { color: #ffffff; text-decoration: none; }
#footer a:hover { color: #ffffff; text-decoration: underline; }

