﻿body 
{
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
}

table.Content
{
   margin-top: 7%;
   margin-left: 10%;
   margin-right: 7%;
   margin-bottom: 7%;

}

table.Home
{

   margin-top: 7%;
   margin-left: 10%;
   margin-right: 7%;
   margin-bottom: 7%;

}

a.Nav:link
{
    text-decoration: none;
    color: White;
    
}


a.Nav:visited
{
    text-decoration: none;
    color: White;
    
}


a.Nav:active
{
    text-decoration: none;
    color: White;
   
}

a.AppNav:link
{
    text-decoration: none;
    color: White;
    
}


a.AppNav:visited
{
    text-decoration: none;
    color: White;
    
}


a.AppNav:active
{
    text-decoration: none;
    color: White;
   
}

a.Grid:link
{
    text-decoration: none;
    color: Navy;
  
}

a.Grid:visited
{
    text-decoration: none;
    color: Navy;   
   
}

a.Grid:active
{
    text-decoration: none;
    color: Navy;
 
}



#navlist ul li
{
    display: inline;
    color: Navy;
    margin-right: 20px;
    margin-left: 20px;
    word-spacing: 125px;
    font-weight: bolder;
    font-size: 16px; 
    font-family: Arial, Times New Roman, Sans-Serif;
    text-align: center;
    padding-left: 5px;
    border-style: none;
    background-color: Navy;
                 
}

#appnavlist ul li
{
    display: inline;
    color: White;
    margin-right: 20px;
    margin-left: 20px;
    font-weight: bolder;
    font-size: 16px; 
    font-family: Arial, Times New Roman, Sans-Serif;
    text-align: center;
    padding-left: 5px;
    border-style: outset;
    background-color: Navy;
                  
}

div.Search
{
    
    border-style: none;
    border-color: Navy;
    vertical-align: middle;
    
}


div.Login
{
    border-style: double;
    border-color: Navy;
    vertical-align: middle;
}

div.AppNav
{
    
    vertical-align: middle;
    border-style: none;
        
}

td.AppNavTitle
{

    font-size: 14pt;
    color: Navy;
    font-weight: bolder;
    border-right: 5px;
    background-color: transparent;
    
    
}

