/* 
BCC Forums style sheet for WOMEN
Author: Martin Glancy
Date: 30th April 2003

FONT-SIZE and BASIC LAYOUT set in separate style sheet - CORE.CSS
This style sheet sets the colors and images for backgrounds
*/


/* MAIN TAG DEFINITIONS ========================= */


h1  {
 color: #7E3B93;
 background: transparent;
}

h2  {
 color: #7E3B93;
 background: transparent;
 border-bottom: 2px dotted #86B4BD;
}

h3 {
 color: #7E3B93;
 background: transparent;
}


/* DIV BOXES DEFINITIONS ETC ========================= */

#sectionnav  { 
 background: #999999;
 color: #FFFFFF;
 border-bottom: 1px solid #FFFFFF;
}

#sectionnav a { 
 text-decoration: none;
 color: #FFFFFF;
 background: transparent;
}

#sectionnav a:hover  { 
 color: #A3F9F0;
 background: transparent;
}

#banner  { 
 background: url("../images/banner_back_women.gif");
}

/* DIV BOXES WOMEN ONLY - 
/* USED IN FAMOUS WOMEN TO COLOUR ALTERNATE ENTRIES ========================= */

div.highlight  {
 background: #FAF2FD;
}

