﻿
/*
This CSS File is used to accomodate older browsers that do not fully support CSS 2.0
*/


#Shell 
{   text-align:center;
    position:relative;
    margin-left: 20%;
    margin-right: 10%;
    width:85%;
    /* background:url(book-top.gif) top center no-repeat; */
    }
#Content 
{   
    width:90%;
   /* background:url(book-bottom.gif) center bottom no-repeat; */
    }
#Content div 
{  
    
    width:100%;
    background:white;
    }
    
#Breadcrumbs
    {
         text-align:left;
    }
    
#Application #Shell .Spacer,#Application #Content .Spacer
{   
    
    height:23px;
    }


#Content p
{
    text-align:left;
    }
.FeaturedItems img 
{
    height:7em;
    }
.oldbrowserspacing
{
    height:15em;
    background:transparent;
    }
#HighlightedItems 
{
    left:0;
    right:0;
    }
#HighlightedItems ul,#HighlightedItems h5 
{
    /* margin-left:; 
    margin-right:; /* Auto margins are the replacement for <center> tag. */
    }
#HighlightedItems li 
{
    width:154px;
    height:155px;
    }

#Footer
{
    width:100%;
    }
    
#UpgradeBrowser
{
    border:dashed black 1px;
    background:#ffd782;
    padding:10px;
    margin-top:100px;
    margin-bottom:100px;
    }
