﻿body{   
    margin:10px auto; /* margin bottom is so that gradient starts on the bottom of the screen for hi-resolutions */
    padding:0;
    background: #07274e url('../images/NQback1.png') repeat-x top left;
    font-family:Verdana, Trebuchet MS, Times New Roman;
    font-size:12px;  
}

img{
    border:none;
}

#header{
    margin:0 auto;
}

a.links:link{color:#0131a0;}
a.links:visited{color:#0131a0;}
a.links:hover{color:#3e6ab8;}
a.links:active{}

.header{
    width:100%;
    height:auto;
    font-size:18px;
    color:#0D379B;
    background-color:Transparent;
}

#container{
    width:600px;
    height:auto; /* height is 500px all tables considered :)*/
    background-color:white;
    border-left:solid 1px #cccccc;
    border-right:solid 1px #cccccc;
    margin:0 auto;
}

    .div1{
        width:auto;
        height:auto;
        margin:0 auto;
        padding:25px 35px;
        position:relative;
        background-color:Transparent;
    }
    
    .blueTxt1{
        font-size:18px;
        color:#0D379B;
    }
    
    .subTxt1{
        margin:10px 0 0 0;
    }
        
        .div2{
            width:auto;
            height:auto;
            margin:0 auto;
            padding:0;
            position:relative;
            background-color:Transparent;
            line-height:1.5;
        }            
            
            .div3{
                width:auto;
                height:auto;
                background-color:Transparent;
                margin:0;
                padding:10px 15px; 
                border:solid 1px #cccccc;
                display:inline-block;                
            }

#footer{
    margin:0 auto;
    background:url('../images/footerBottom2.jpg') no-repeat;
    width:600px;
    height:156px;   
}

#pageBottom{
    color:#ffffff; 
    margin:0 auto 20px auto;
    padding:0 3px 0 0; 
    background-color:Transparent;
    font-size:11px; 
    text-align:right;
    width:600px;
    height:auto;
}

#pageBottom a{   
    color:White;
}

#pageBottom a:hover{
    color:#cccccc;   
}
