            * {
                margin: 0px;
                padding: 0px;
                font-family: Georgia, Times, serif;
            }
            BODY {
                background-color: #3b5fbf;
                background-image: url(rd/images/skyline_bg.jpg);
                background-repeat: repeat-x;
            }
            #rd_container {
                width: 100%;
                float: left;
            }
            #rd_header_container {
                width: 90%;
                margin: 0 auto;
                height: 150px;
                clear: both;
            }
            #rd_header_logo {
                float: left;
                padding-top: 32px;
            }
            #rd_header_tabs {
               width: 160px;
               height: 28px;
               float: right;
               padding-top: 124px;
            }
           #rd_header_tabs A.tab1,
           #rd_header_tabs A.tab2,
           #rd_header_tabs A.tab1_off,
           #rd_header_tabs A.tab2_off {
               display: block;
               float: right;
               background-repeat: no-repeat;
               width: 72px;
               height: 28px;
           }
           #rd_header_tabs A.tab1 {
               background-image: url(base1/images/top_tabs1_01.png);
           }
           #rd_header_tabs A.tab2 {
               background-image: url(base1/images/top_tabs1_02.png);
           }
           #rd_header_tabs A.tab1:hover {
               background-image: url(base1/images/top_tabs2_01.png);
           }
           #rd_header_tabs A.tab2:hover {
               background-image: url(base1/images/top_tabs2_02.png);
           }
           #rd_header_tabs A.tab1_off {
               background-image: url(base1/images/top_tabs3_01.png);
               cursor: default;
           }
           #rd_header_tabs A.tab2_off {
               background-image: url(base1/images/top_tabs3_02.png);
               cursor: default;
           }

            #rd_top_nav_container {
                float: left;
                width: 100%;
                background-color: #b7b6ae;
            }
            #rd_top_nav_border {
                float: left;
                width: 100%;
                margin: 2px 0px;
                border: solid white 1px;
                border-right-width: 0;
                border-left-width: 0;
            }

            #rd_top_nav_links {
                width: 90%;
                margin: 0 auto;
            }
            #rd_top_nav_link_pad {
                padding-left: 25px;
            }

            #rd_top_nav_links A, #rd_top_nav_links SPAN {
                display: block;
                float: left;
                padding: 10px;
                border-left: solid white 1px;
                color: #2e2d27;
                text-decoration: none;
                font-weight: bold;
                font-size: 10pt;
            }
            #rd_top_nav_links A.last {
                border-right: solid white 1px;
            }
            #rd_top_nav_links A:hover, #rd_top_nav_links SPAN {
                background-color: #4e8abe;
                color: #fff;
            }
            #rd_top_nav_links SPAN {
                cursor: default;
            }

            #rd_top_1 * {
                color: #666;
                font-family: Calibri, Verdana, Arial, sans-serif;
            }
            #rd_top_1 H1 {
                color: #000;
                font-weight: normal;
                font-size: 14pt;
                border-bottom: dotted #ccc 1px;
                clear: both;
            }

            #rd_top_2 *, #rd_top_3 *, #rd_top_4 *, #rd_top_5 * {
                color: #fff;
                font-family: Calibri, Verdana, Arial, sans-serif;
            }
            #rd_top_2 H1, #rd_top_3 H1, #rd_top_4 H1, #rd_top_5 H1 {
                font-weight: normal;
                font-size: 16pt;
                border-bottom: dotted white 1px;
            }
            #rd_top_2 A, #rd_top_3 A, #rd_top_4 A, #rd_top_5 A {
                text-decoration: underline;
            }


            #rd_subnav_container {
                width: 90%;
                min-width: 980px;
                margin: 10px auto;
            }
            .rd_subnav_entry {
                float: left;
                width: 17%;
                margin: 10px 1% 10px 0px;
            }

            #rd_subnav_container .last {
                margin-right: 0px;
                margin-left: 0px;
                float: right;
            }

            #rd_subnav_container .first {
                float: left;
                width: 28%;
            }


            #rd_subnav_cap1 {
                float: left;
                width: 100%;
                background-image: url(rd/images/subnav-cap1-bg.png);
                background-repeat: no-repeat;
                background-position: top right;
            }
            #rd_subnav_cap1_2 {
                float: left;
                width: 100%;
                background-image: url(rd/images/subnav-caps_03.png);
                background-repeat: no-repeat;
                background-position: top right;
                min-height: 181px;
            }
            #rd_subnav_cap2 {
                float: left;
                width: 100%;
                background-image: url(rd/images/subnav-cap2-bg.png);
                background-repeat: no-repeat;
                background-position: top left;
            }
            #rd_subnav_cap2_2 {
                float: left;
                width: 100%;
                background-image: url(rd/images/subnav-caps_01.png);
                background-repeat: no-repeat;
                background-position: top left;
                min-height: 181px;
            }

            #rd_main_container {
                width: 100%;
                float: left;
                background-color: #deddd5;
            }
            #rd_main_container_gutter {
                clear: both;
                width: 100%;
                height: 25px;
            }
            #rd_main_container_border {
                width: 100%;
                height: 1px;
                border-top: solid #b7b6ae 1px;
                clear: both;
            }

            #rd_main_container A {
                text-decoration: none;
                color: #0066cc;
            }

            .rd_main_box1, .rd_main_box2, .rd_main_box3 {
                font-size: 10pt;
                color: #333;
                width: 100%;
                clear: both;
            }

            .rd_main_box_title {
                font-weight: bold;
            }

            .rd_main_box1 .rd_main_box_title P {
                font-size: 12pt;
                color: #999;
                font-weight: normal;
            }

            .rd_main_box_title H1 {
                font-size: 14pt;
            }
            .rd_main_box3 .rd_main_box_main {

            }
            .rd_main_box3 .rd_main_box_main H1 {
                font-size: 14pt;
                color: #fff;
            }
            .rd_main_box2 .rd_main_box_title H1 {
                color: #fff;
            }
            .rd_main_box2_content {
                padding: 4px;
            }
            .rd_main_box_main UL {
                margin-left: 10px;
                padding-left: 10px;
            }
            .rd_main_box_main UL LI {
                padding-bottom: 5px;
            }
            .rd_main_box_main H1 {
                font-size: 14pt;
                padding-bottom: 10px;
            }

            UL.box2_link_list {
                list-style: none;
            }
            UL.box2_link_list LI {
                display: block;
                width: 100%;
                float: left;
                clear: both;
            }
            UL.box2_link_list LI A {
                display: block;
                float: left;
                width: 100%;
                padding: 6px 0px;
            }
            UL.box2_link_list LI A:hover {
                background-color: #deddd5;
            }
            UL.box2_link_list LI A SPAN {
                padding: 0px 10px;
                margin-left: 5px;
                background-image: url(/es/design/rd/images/box2_bullet.png);
                background-repeat: no-repeat;
                background-position: 0% 50%;
            }

            #rd_footer {
                border-top: solid white 1px;
                color: #fff;
                font-size: 9pt;
                clear: both;
                float: left;
                margin-bottom: 300px;
                width: 100%;
            }
            #rd_footer_border {
                width: 100%;
                float: left;
                border-top: solid #2c478f 1px;
            }
            #rd_footer .separator {
                color: #899fd9;
            }
            #rd_footer A {
                color: #fff;
            }
            #rd_footer A:hover {
                color: #ffff00;
            }
            #rd_footer_links {
                display: block;
                float: left;
                clear: both;
                text-align: center;
                width: 100%;
                margin: 20px 0px;
            }
            #rd_footer_links A {

            }
            #rd_footer_notice {
                display: block;
                clear: both;
                float: left;
                text-align: center;
                width: 100%;
            }

            .pageRichContent {
                padding: 0px;
                margin: 0px;
                width: 100%;
            }


            #city_profiles_header {
                width: 100%;
                clear: both;
                margin: 0px;
                padding: 5px 0px;
                margin: 5px 0px;
                border-bottom: dotted #ccc 1px;
                float: left;
            }
            #city_profiles_header H1 {
                width: 80%;
                float: left;
                color: #555;
                padding: 0px;
                margin: 0px;
            }
            #city_profiles_header P {
                width: 19%;
                float: right;
                text-align: right;
                padding: 0px;
                margin: 0px;
            }
            #city_profiles_instructions {
                width: 100%;
                clear: both;
                font-size: 10pt;
                color: #777;
                float: left;
                padding-bottom: 5px;

            }

            .research_subnav_collapse {
                color: #fff;
            }
            #rd_main_box2 #rd_main_box_title .research_subnav_collapse A {
                color: #fff;
            }

            .research_subnav_collapsable {
                width: 100%;
                float: left;
                clear: both;
                background-color: #f1f0e7;
                display: none;
            }

            .research_subnav_collapsable2 {
                background-image: url(/es/design/rd/images/box2_12.png);
                background-repeat: repeat-y;
                float: left;
                width: 100%;
            }
            .research_subnav_collapsable3 {
                background-image: url(/es/design/rd/images/box2_14.png);
                background-repeat: repeat-y;
                background-position: top right;
                float: left;
                width: 100%;
            }


            


