body {
            margin: 0;
            padding: 0;
            text-align: center;
            background-color: #4d4d4d;
            font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
            font-size: 10pt;
            color: white;
        }
        .clear {
        }
        #bodyContainer {
            margin: 0 auto;
            text-align: left;
            width: 980px;
        }
        #headerContainer {
            width: 980px;
            float: left;
            background: url(/images/headerBkg.jpg);
            height: 96px;
        }
            #headerContainer img.logo {
                
                width: 310px;
                height: 50px;
                float: left;
                margin-top: 40px;
            }
                
            #topNav {
                float: left;
                margin: 0;
                padding: 0;
                margin-left: 358px;
                margin-top: 41px;
                display: inline;
            }
                #topNav img {
                    float: left;
                    margin: 0;
                    padding: 0;
                }
        #mainContainer {
            width: 980px;
            float: left;
            background-color: #404040;
            padding-bottom: 4px;
            display: inline;
        }
            #mainContent {
                width: 960px;
                margin: 0 10px 10px 10px;
                padding: 0;
                float: left;
                display: inline;
            }
            h1.banner {
                width: 960px;
                height: 44px;
                background: url(/images/bannerBkg.gif);
                margin: 0;
                padding: 0;
            }
                .banner .title {
                    margin: 15px 0 0 15px;
                }
                .banner .btnHome {
                    float: right;
                    display: inline;
                    margin: 7px 15px 0 0;
                }
                #copyContent {
                    width: 960px;
                    
                    background: #bfb99d url(/images/contentBkg.gif) bottom no-repeat;
                    margin: 0;
                    padding: 0;
                    
                    color: black;
                    float: left;
                }
        #footerContainer {
            text-align: center;
            margin-top: 15px;
            font-size: 9pt;
            width: 980px;
            float: left;

        }
        #footerContainer a {
            color: white;
            text-decoration: none;
        }
        
        .aboutCopy {
            float: left;
            width: 460px;
            margin: 0 5px;
            /*color: #4d4d4d;*/
            
            
        }
            .aboutCopy p {
                margin: 10px;
                padding: 0;
            }
            .divider {
                background: url(/images/copyBorder.gif) no-repeat top right;
            }
        .contactCopy {
            float: left;
            width: 470px;
            
            margin-top: 15px;
        }
            .contactCopy label {
                display: block;
                
                margin-left: 20px;
            }
            .contactCopy input, .contactCopy textarea {
                margin-left: 20px;
            
            }
                
            .contactCopy #contactTable, .contactCopy #thankTable {
                background: #b8b49b url(/images/tblContactBkg.gif) center repeat-x;
                
            }
            
            #thankTable {
                background-image: none !important;
                text-align: center;
            }