﻿body {
    background-color: #C0C0C0;
}
.banner{
    width: 1000px;
    height: 115px;
    font-family: Arial;
    font-size: 47px;
    font-weight: bolder;
    color: #FFFFFF;
    background-image: url('Pics/ban.jpg');
    background-repeat: repeat;
    text-decoration: underline;
    position: relative;
    clip: rect(auto, auto, auto, auto);
    display: inline-block;
    text-indent: 10px;
}
.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
    /*background: transparent url('/Pics/bg_button_span1.gif') no-repeat scroll top right;*/
    color: #FFFF99;
    display: block;
    float: left;
    font: normal normal bolder 16px normal arial, sans-serif;
/*height: 24px;*/   
 margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */;
    text-decoration: none;
    height: 29px;
}

a.button span {
    /*background: transparent url('/Pics/bg_button_span2.gif') no-repeat;*/
    display: block; /*line-height: 14px;*/;
    padding-top: 5px;
    padding-right: 18px;
    padding-bottom: 5px;
    font-weight: bolder;
}
a.button:hover,a.button:active {
    background-position: left bottom;
    color: #FFFFFF;
    outline: none; /* hide dotted outline in Firefox */
    }

a.button:hover,a.button:active span {
    background-position: left bottom;
    padding-top: 6px;
    padding-right: 18px;
    padding-bottom: 4px;
}
.buttons{
    position: relative;
    left: 15px;
    height: 35px;
    bottom: -28px;
    width: 800px;
}
.seal{
    position: absolute;
    right: 8px;
}
.content{
    position: relative; /*top: 135px;*/;
    right: 5%;
    left: 5%;
    background-color: #FFFFFF;
    width: 900px;
    top: 7px;
}
.footer{
    width: 1000px;
    font-style: italic;
    font-size: small;
    position: relative;
    font-family: "Adobe Garamond Pro Bold";
    vertical-align: middle;
    text-align: center;
    top: 7px;
}
#Home #HomeMU,#About_Us #About_UsMU,#Awards #AwardsMU,#Grants #GrantsMU,#Safety_Tips #Safety_TipsMU,#Kids_Page #Kids_PageMU,#Archives #ArchivesMU,#Links #LinksMU{
    background-position: left bottom;
    color: #FFFFFF;
    outline: none;
    padding-top: 6px;
    padding-right: 18px;
    padding-bottom: 4px;
    font-size: large;
}

