#master0 {
z-index:0 !important;
}

#leftcol { /* RED STYLE */
color:rgb(115,44,22);
list-style:url("/images/css_main/red_arrow.png");
}

#leftcol h2, #leftcol a {
color:rgb(70,26,13);
}

#leftcol h2 {
background:url("/images/css_main/red_bar.png") bottom repeat-x;
}

#endleftcol {
border-bottom:1px solid #771300;
}
#main {
background:url("/images/css_main/red_col.png") left repeat-y;
}



#subcols_1, #subcols_2, #subcols_3 { /*BLUE STYLE */
color:rgb(101,122,177);
list-style-image:url("/images/css_main/blue_arrow.png");
}
#subcols h2 {
background:url("/images/css_main/blue_bar.png") bottom repeat-x;
width:175px;
height:30px;
}

#subcols h2,#subcols a {
color:rgb(73,89,131);
}

#subcols {
background:url("/images/css_main/blue_3col.png") repeat-y;
}
#endsubcols {
background:url('/images/css_main/blue_3col_bot.png') bottom no-repeat;
}