﻿body
{
    margin: 0px 0px;
    padding-top: 0px;
    text-align: center;
    font-family: Arial;
    font-size: 16px;
    color:#000;     
    /*
    background-image: url(../images/bg-midway.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    */
    background-color: #000;   
}

#Container
{
    width:990px;
    margin:0px auto;
    text-align:left;
    line-height:22px;
}

H1
{
    color:#005c98;
    font-size:20px;
    }
H2
{
    color:#005c98;
    font-size:18px;
    margin-bottom:3px;
    }
A
{
    color:#db2929;     
    text-decoration:none;
    }
A:hover
{
    color:#005c98;     
    text-decoration:underline;
    }    

.nav
{
    }
.nav A
{
    color:White;
    margin-right:12px;
    font-size: 15px;
    }
.nav A.hover
{
    color:#db2929;
    }
    
.mainstage
{
    z-index: 10;
    width: 990px;
    /*height: 319px;*/
}
.mainstage A
{
    font-size:16px;
    color:White;
    }
.mainstage A:hover
{
    color:#e1c46a;
    }    
.mainstage-body
{    
    }   
.mainstage-body TD
{    
    color:White;
    font-size:16px;
    line-height:25px;
    padding-top:10px;
    }
.mainstage-body A
{
    color:#db2929;
    }

.margins
{
    padding-left:15px;
    padding-right:15px;
    padding-bottom:20px;
    padding-top:10px;    
    }
    


    
.footer
{
    font-size:16px;
    }
.footer A
{
    color:#fff;     
    font-size:16px;
    text-decoration:none;    
    margin-right:20px;
    margin-left:20px;
    }
.footer A:hover
{
    text-decoration:none;
    }
.footer A IMG
{
    border:none;
    }
 .copyright
 {
     color:White;
     font-size:12px;
     text-align:center;
     border-top:2px solid #005c98;
     padding-top:5px;
     }
 .copyright A
 {
     color:#fff;
     }
