body
        {
            background-color: White;
            margin: 0 0 0 0;
            font-family: Arial;
            font-size: 12px;
            color: Black;
        }
        table
        {
            color: Black;
            font-family: Arial;
            font-size: 12px;
        }
        .headerLeft
        {
            height: 73px;
            width: 220px;
        }
        .headerRight
        {
            height: 73px;
            width: 544px;
            background-image: url(images/layout_02.jpg);
            padding-left: 10px;
            padding-right: 10px;
        }
        .navMenu
        {
            height: 169px;
            width: 220px;
        }
        .headerImage
        {
            height: 169px;
            width: 544px;
        }
        .contentLeft
        {
            vertical-align: top;
        }
        .contentMain
        {
            vertical-align: top;
        }
        .phoneNumber
        {
            color: #13439d;
        }
        .phoneHeader
        {
            color: #1f8fdd;
        }
        .footerLeft
        {
            color: White;
            text-align: center;
            font-size: 10px;
            vertical-align: middle;
            width: 220px;
            height: 46px;
            background-image: url(images/layout_10.jpg);
            background-position: top left;
            background-repeat: no-repeat;
        }
        .footerRight
        {
            color: Black;
            text-align: center;
            font-size: 10px;
            vertical-align: middle;
            width: 544px;
            height: 46px;
            background-image: url(images/layout_11.jpg);
            background-position: top left;
            background-repeat: no-repeat;
        }