@import url(master.css);

            body {
                background: #2b3640;
            }

            img.logo {
                margin-top: 20px;
            }

            /*  MASTHEAD AREA / NAVIGATION AREA
            -----------------------------------------------------------*/
            #nav a {
                color: #8e662a;
            }

            #nav a:hover {
                color: #4d4f50;
            }

            #nav2 a {
                color: #8e662a;
            }

            #nav2 a:hover {
                color: #4d4f50;
            }


            /*  HEADER + INTRODUCTORY AREA
            -----------------------------------------------------------*/
            a {
                color: #8e662a;
            }

            h1 {
                color: #000;
            }

            h1 span {
                color: #000;
            }

            h3.testResult {
                color: #000;
            }

            img.buttonIcon {
                background: #2b3640;
            }

            #courseList ul li.current a {
                color: #8e662a;
                background: #c6ced5 url(../images/bg-menuItemBullet.gif) no-repeat 0 0; /* COLOR IS CUSTOMIZABLE - should be same as link color above */
            }

            #previous_link img,
            #next_link img {
                background: #2b3640;
            }

            /*  FOOTER
            -----------------------------------------------------------*/
            #footer {
                background: #747474;
                color: #c6ced5;
                height: 30px;
                    position: relative;
            }

            #footer span {
                    position: absolute;
                    top: 9px;
                }

                #footer img.ro_logo {
                  float: right;
                }

            #footer a {
                color: #e6eff2;
            }

            #footer a:hover {
                color: #e6eff2;
            }

            /*  TABLES
            ---------------------------------------------------------*/
            #progressTable th,
            #statusTable th,
            #testHistoryTable th,
            #ovRecentTests th,
            #ovRecentUsers th,
            #ovRecentActivity th,
            #usersTable th,
            #msiGenCourses th,
            #ungradedTestsTable th,
            #gradedTestsTable th,
            #beersListTable th,
            #editMultiChoice th,
            #wineListTable th,
            .menuListTable th,
            #articleListTable th {
                background: #c6ced5;
                color: #8e662a;
            }

            #progressTable a,
            #statusTable a,
            #testHistoryTable a,
            #ovRecentTests a,
            #ovRecentUsers a,
            #usersTable a,
            #msiGenCourses a,
            #ungradedTestsTable a,
            #gradedTestsTable a,
            #articleListTable a,
            .menuListTable a {
                color: #8e662a;
            }

            #progressTable a:hover,
            #statusTable a:hover,
            #testHistoryTable a:hover,
            #ovRecentTests a:hover,
            #ovRecentUsers a:hover,
            #usersTable a:hover,
            #msiGenCourses a:hover,
            #ungradedTestsTable a:hover,
            #gradedTestsTable a:hover,
            #articleListTable a:hover,
            .menuListTable a:hover {
                color: #4d4f50;
            }

            /**********************************************************
            *
            *
            *
            *               From Skinned master.css
            *
            *
            *
            **********************************************************/
            ul#addTestAnswerNav {
                background: #fff;
            }

            /*** tips ***/
            p.tip {
                background: #fff6dc url(../images/icon-tip.gif) no-repeat 4px 4px;
            }