/*
*************************************************
** File Name: list_colors.css
** Author: Steve Davies
** Create Date: 3/19/2005
*************************************************
**  begin style sheet file for default colors
*/

/*
div {
    color: inherit;
    background-color: transparent;
}
*/


/* 
div#leftOuter {
    background-color: #DDD;
}
 */
 

/*
div#rightOuter { 
    background-color: #AAF;
}
*/


/*
************** internal areas - left side ****************
*/


/* 
div#sbLeftUpperNav {
    background-color: #CCC;
}
*/


/* 
div#sbLeftContent {
    background-color: #DDD;
}
*/

/* 
div#sbLeftMidNav {
    background-color: #CCC;
}
*/


/* 
div#sbLeftLower {
    background-color: #DDD;
}
*/

/************
internal areas - right side
*************/

/*
div#rightHeader {
    background-color: #555;
}
*/

/*
div#rightSubHeader {
    background-color: #444;
}
*/

/*
div#rightNavBar {
    color: inherit;
    background-color: transparent;
}
*/

/*
div#navBarTop {
    color: #036;
    background-color: #6CC;
}
*/

/*
div#navBarBreadcrumb {
    color: #036;
    background-color: #6CC;
}
*/


/*
div#navBarMenuDDdyn {
    color: #FFF;
    background-color: #036;
}
*/


/*********************************************/


/*
div#mainContent {
    color: inherit;
    background-color: #CCC;
}
*/


/*
div#rightFooter {
    color: inherit;
    background-color: #AAA;
}
*/

/*  end of stylesheet file */

