
/* elements dealing with element overwrites */

    body {
        background: #2C4494;
        margin: 0px;}
    
    p {
        font-family: sans-serif;
        font-size: 16px;
        text-align: justify;
        margin: 10px 10px 5px 10px;}		  

    h1 {
        font-family : sans-serif;
        font-size: 24px arial;
        font-weight: bolder;
        text-align: left;
        margin: 20px;
        margin-left: 50px;
        margin-top: 30px;
        color: #000066;}		  
    
    h2 {
        font-family : sans-serif;
        font-size: 16px arial;
        text-align: left;
        margin: 0px;
        margin-left: 10px;
        margin-top: 10px;
        color: #000066;}
        
    td {
        font-family: "sans-serif";
        font-size: 14px; }

/* elements dealing with layouts of boxes */

    #topbox {
        padding-left: 30px;
        border-bottom: 1px dotted white;
        border-spacing : 10px;}
    
    #centerbox {
        border-top: 3px solid #000066;
        border-bottom: 3px solid #000066;
        padding-bottom: 25px;
        font-family: "times";
        font-size: 14px;}
    
    #sidebox {
        border-top: 3px solid #000066;
        border-bottom: 3px solid #000066;
        border-right: 1px solid #000066;
        padding: 15px 0px 15px 0px;
        margin: 0px;}
    
        #sidebox a {
            padding: 3px 10px 3px 10px;
            display: block;
            text-align: right;
            font-family: sans-serif;
            font: 18px arial;
            font-style : italic;
            text-decoration: none;
            border-left: 15px solid #2C4494;
            font-weight : bold;
        }
        
        #sidebox a:link, #sidebox a:visited {
            color: #000000;}
        
        #sidebox a:hover {
            padding: 1px 10px 1px 10px;
            border-top: 2px SOLID #FCF404;
            border-bottom: 2px SOLID #FCF404;
            border-left: 15px solid #E43434;
            background-color: #FFFFFF;
            color: #000066;
        }
    
    #bottombox {
        border-top: 2px dotted #FCF404;
        padding: 0px 3px 0px 3px;
        font : 10px sans-serif;
        color: white;
        border-bottom: 2px dotted  #FCF404;}
    
    #bottombox td {
        font : 10px sans-serif;
        color: white;}
        
    #bottombox a {
        color: white;}
        
    #servTable {
        width: 60%;
        align: center;
        margin: 4px 4px 4px 45px;
        font-family: sans-serif;
        font-size: 14px;
    }
        
    #servTable th {
        text-align: left;
        font-family : sans-serif;
        font-size: 18px;
        font-weight: bold;
        color: #000000;
        font-style : italic; 
    }
        
    #servTable i {
        font-family : sans-serif;
        font-size: 12px;
        font-style : italic; 
    }
    
    #boutiqueBox {
        width: 95%;
        border: 1px solid #000000;
        background: #ffffff;
    }