
body
{
    background-color : #E7E9FF ;
    background-image : url(../assets/images/bg.jpg) ;
    background-position : top center ;
	background-attachment: fixed ;
    background-repeat : no-repeat ;
    font-family : /*Verdana,*/ arial, sans-serif ;
    margin : 0px ;
    color : #021 ;
    
    min-height : 100% ;
}


a, a:visited
{
    color : #00A ;
    text-decoration : none ;
}

    a:hover
    {
        text-decoration : underline ;
    }


img
{
    border : none ;
}

dt
{
    font-weight : 600 ;
    margin-left : 1em ;
}


#mainDiv
{
    position : relative ;
    width : 1000px ;
    margin : 0px auto ;
    
    min-height : 100%

}


#left
{
    position : absolute ;
        left : 0px ;
        top : 0px ;

    width : 300px ;
    padding : 0px 10px 10px 0px ;
    
    text-align : center ;
    
}

#right
{
    float : right ;
    width : 650px ;
    padding : 10px 0px 10px 10px ;
}

#logoFrt
{
    margin-bottom : 60px ;
}


.pgHeader, .pgHeader a
{
    text-align : right ;
    color : #FFF ;
    border-bottom : 1px solid #FFF ;
    padding-bottom : 5px ;
    margin-bottom : 0px ;
}

.matte
{
    position : relative ;
    border : 2px solid #000 ;
    padding : 20px ;
    float : left ;
}

    .matte img
    {
        z-index : 2 ;
        position : relative ;
    }
    
    div.matteBG
    {
        background-color : #4E54C3 ;
        position : absolute ;
            top : 0px ;
            left : 0px ;
            height : 100% ;
            width : 100% ;
            
        opacity : .50 ;
        filter : alpha(opacity=50) ;
        
        /*display : none ; */
    }
    

    #left div.matte
    {
        height : 100% ;
        border-width : 0px 1px ;
        padding-bottom : 0px ;
        margin-bottom : 0px ;
    }
    
    #left img.sideImg
    {
        border : 2px solid #004 ;
        margin-bottom : 20px ;
    }
    
    

img.intImg
{
    border : 2px solid #008 ;
    margin : 5px ;
}

a.pgAnchor, a.pgAnchor:hover
{
    color : #007 ;
    text-decoration : none ;
}

#copyright
{
    text-align : right ;
    margin-top : 10px ;
    font-size : .7em ;
}