﻿body 
{
    margin:0;
    padding:0;

    font-family:Verdana;
    font-size:9pt;
}

#divmain
{
    height:700px;
    margin:auto;
    width:1000px;
    background:white;    
}

#divmain #divheader
{
    height:100px;
    width:100%; 
    background:silver;   
}

#divmain #divcontent
{
    height:600px;
    width:100%; 
    background:white;   
}

#divmain #divfooter
{
    height:20px;
    width:100%; 
    background:silver;   
}

#divcontent #divleft
{
    height:100%;
    width:55%;  
    background:white;
    float:left;  
}

#divcontent #divright
{
    height:100%;
    width:45%; 
    background:white;
    float:left;  
}

#divright #divimage
{
    height:75%;
    width:100%;   
}

#divright #divlogo
{
    height:25%;
    width:100%; 
    background-color: Transparent;
      
}

#divleft #divnav
{
    height:26px;
    width:100%; 
    padding-top:20px;
    background:white; 
    border-bottom:4px solid silver; 
    font-size:8pt;
}

#divleft #divtext
{
    padding-top:10px;
    width:100%; 
    background:white; 
    width:540px;
}

#divheader #divtitle
{
    height:50%;
    width:50%; 
    background:silver; 
    float:left;
    margin:20px 0 0 10px; 
    color:White;
}

/* DIVLINKS */
#divheader #divlinks
{
    height:10%;
    width:15%; 
    background:silver;
    float:right;
    margin-top: 80px;
    color:White;
}

#afaq
{
   text-decoration:none;
   color:white;
}

#acontact
{
   text-decoration:none;
   color:white;
}
/* END DIVLINKS */

#divfooter #divfooterleft
{
    height:80%;
    width:76%; 
    background:silver; 
    float:left;  
    margin-top: 5px;
    color:White;
    font-size:8px;
}

#divfooter #divfooterright
{
    height:80%;
    width:24%; 
    background:silver; 
    float:right;
    margin-top: 5px;
    color:White;  
    font-size:8px;
}

/*START divnav */
#divnav ul
{
    list-style:none;
    padding:0;
    margin:0;
}

#divnav ul li
{
    float:left;
    padding:2px;
}

#ahome
{
   text-decoration:none;

}

#aBenefits
{
   text-decoration:none;

}

#aEducation
{
   text-decoration:none;

}

#aMinibus
{
   text-decoration:none;

}

#aComputer
{
   text-decoration:none;

}



#divnav a:hover
{
    text-decoration:underline;
}

/*END divnav */

/*START divlinks */
#divlinks ul
{
    list-style:none;
    padding:0;
    margin:0;
}

#divlinks ul li
{
    Float:left;
    padding:2px;
}

#divlinks a
{
    text-decoration:none;
}

#divlinks a:hover
{
    text-decoration:underline;
}
/*END divlinks */

/*START divButtons */
#divButtons
{
    /*padding-top:50px;
    padding-left:20px;*/
    position: absolute;
    top: 400px;
    left: 150px;
}

#divButtons a
{
    text-decoration:none;
    color:black;
}

#divButtons a:hover
{
    text-decoration:underline;
}
/*END divButtons */

/* DIVPICTURES */
#divtext #divpictures
{
    /*float:left;
    width:600px;
    margin:30px 0;*/
    position: absolute;
    top: 600px;
    width: 600px;
    
}

#divpictures a
{
    color:black;
    text-decoration:none;
}

#divpictures a:hover
{
    text-decoration:underline;
}

#divpictures ul
{
    float:left;
    list-style:none;
    
}
/* END DIVPICTURES */

