
body{
    background-color:#004382;
    _background-color: #003877;
    background-image: url(../images/background.png);
    background-repeat: repeat-x;
}

#doc{
    
}

#doc2{
    padding-bottom: 100px;  
    margin-left: 10%;
}

#bd{
    background-color: #fff;
    min-height: 600px;
    _height: 600px;
    margin-top: 20px;
    width: 950px;
    
}

#doc #hd{
    background-image: url(../images/header-750.png);
    height: 200px;
}

#doc2 #hd{
    background-image: url(../images/header-750.png);
    background-repeat: no-repeat;
    height: 200px;
}


#nav{
    background-color: #fff;
    margin-top: 30px;
    margin-left: 60px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 16em;
}

#gandrew_nav{
    position: absolute;
    padding-top: 10px;
    margin-left: 600px;
    width: 50em;
    color: #fff;
}

#gandrew_nav span{
    font-size: 16px;
    line-height: 20px;
}

a.gandrew_nav{
   font-size: 18px;
   line-height: 20px;
   padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 5px;
    margin-right: 5px;
    color: #fff;
    text-decoration: none;
}


a.gandrew_nav:hover{
   background-color: #fff;
   color: #004382;
   text-decoration: underline;
}


a.nav{
    font-size: 18px;
    line-height: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 5px;
    margin-right: 5px;
    color: #000;
    text-decoration: none;
}

a.nav:hover{
   background-color: #004382;
   color: #fff;
   text-decoration: underline;
}

h1{
   font-size: 32px;
   line-height:40px;
   padding-top: 20px;
   padding-bottom: 40px;
   margin-left: 40px;
   margin-right: 60px;
}

em{
    font-style: italic;
}

