/* General Notes                                         */
/* first pass at a stylesheet. 20140429 -- 5579New.css   */
/* First pass at tables with divs                        */
/* Changed Name to 5579New-fixedWidth.css                */
/* First Pass Tables                            20140517 */
/* More Tables.  Split off garageTest CSS       20140520 */
/* Changed name to 5579New-main.css             20140521 */
/* Got "center float" to work.                  20140522 */
/* Auto Paragraph Indent                        20140525 */


/* ================ link style =========================*/

           a:link {
                     color: #0000aa;
                     text-decoration: none;
}

           a:visited {
                    color: #0000aa;
                    text-decoration: none;
}

           a:hover {
                    color: blue;
                    text-decoration: underline;
}


/* =============== Table Setup ========================= */

           #tableContainer {
                     display: table;
                     margin-left: auto;
                     margin-right: auto;
                     border-collapse: collapse;
                     margin-top: 30px;
                     margin-bottom: 50px;
}
           #tableRow {
                     display: table-row;
}

/*  ==================== div Setup ==================== */

            #everything {
                      display: table-cell;
                      width: 480px;
                      margin-bottom: 50px;
                      background-color: #eeeeee; 
                      font-family: arial, helvetica, sans-serif;
                      line-height: 120%;
                   
}

            #title {
                      font-weight: bold;
                      text-align: center;
                      background-color: #ffffff;
                      border: solid black 1px;
                      margin:5px;
}

            #bodyText {
                      background-color: #ffffff;
                      border: solid  black 1px;
                      padding: 20px;
                      margin: 5px;
}

            #contactIndent {
                      margin-left: 2em;
}


/* ==================== Classes ========================= */

            .navigation { 
                      font-size: 80%;
}
            p.indent { 
                      text-indent:2em;
}

            .contact { 
                      font-style: italic;
                      line-height: 100%;
                      font-size: 80%;
}
            .emailaddress { 
                      font-style: italic;
                      font-size: 90%;
}
            .disclaimer { 
                      font-size: 70%;
                      text-align: center;
}
            .picture { 
                      padding-left: 120px;
}
            .centerText {
                      text-align: center;
}












