﻿body 
{
        margin:0;
        padding:0;
        height:100%; /* this is the key! */
        width:722px;
        margin: 0px auto 0px auto;
	    font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	    font-size:12;
}

h2
{
    color:#275dab;
}
.header-menu 
{
    width:722px; 
    height:65px;  
    background-image:url('images/header-menu.gif');
}



.header-image-main
{
    width:722px; 
    height:247px;  
    background-image:url('images/Header-Image-Main.gif');
}

.header-image-am
{
    width:722px; 
    height:247px;  
    background-image:url('images/Header-Image-AM.gif');
}

.header-image-dc
{
    width:722px; 
    height:247px;  
    background-image:url('images/Header-Image-DC.gif');
}

.header-image-cm
{
    width:722px; 
    height:247px;  
    background-image:url('images/Header-Image-CM.gif');
}

.header-image-pm
{
    width:722px; 
    height:247px;  
    background-image:url('images/Header-Image-PM.gif');
}

.content
{
    width:722px; 
    height:100%;  
    background-color: White;
}

.footer 
{
    width:722px; 
    height:18px; 
    background-image:url('images/footer.gif');
}

.side-main
{
    width:206px;
    /*height:528px; */
    height:100%;
    float: left; 
    /*background-image:url('images/Side-Main.gif') */
}


.content-main
{
    width:492px; 
    float: right;
    /*height:600px; */
    height:100%;
    padding: 10px 10px 10px 10px; 
    text-align: left;
    
    border-left:dotted 2px gray;
}

.content-main-outside
{
    width:550px; 
    float: right; 
    /*height:600px; */
    height:100%;
    padding: auto 10px 10px auto; 
    text-align: left;
    
   
}

.welcome 
{
    background-image:url('images/welcome.gif');
    background-repeat:no-repeat;
}

.faq 
{
    background-image:url('images/faq.gif');
    background-repeat:no-repeat;
    
}

.contact 
{
    background-image:url('images/contact.gif');
    background-repeat:no-repeat;
}

.header-menu a
{
    color: White;
}

.header-menu a.visited
{
    color: White;
}

a
{
    color:#275dab;
}

a.visited
{
    color:#275dab;
}