
/* ===========================================================================
   CSS COLOUR STYLES for general use across the page :           CONNECT = RED
   p, strong - always white
   h1, h2, a, b  - in section colour
      
   wine - Websafe colour = #990033 
   wine - used in Flash  = #D10052 
   
   #EC0064 : Not bright enough to pass the W3C spec, but much better. Perhaps 
   a bit too pink? 
   
   The footer backgrounds and vertical bars are OK darker.
   
   #E74379 : 
   #BE0047

   =========================================================================== */

a {color: #EC0064; }
h1, h2 {	color: #EC0064; }
b, .colour {color: #EC0064; font-weight: 900;} 
/* b, strong {color: #fff; } */



/* THIS IS FOR NAVIGATION UL in the left column. */
ul li {color: #EC0064;}

	/* LINK ICONS - Open folder. */
	.open {background-image: url(openRed.png);   background-repeat: no-repeat; background-position: 0 3px;}
	/* LINK ICONS - Closed folder. */
	.closed {background-image: url(closedRed.png); background-repeat: no-repeat; background-position: 0 3px;}

/* =========================================================================
	CSS COLOUR STYLES for the columns in the middle.               3-COL
	======================================================================= */

.column {
	border-left: 1px solid #990033;
	border-right: 1px solid #990033;
}

/* ===========================================================================
   CSS COLOUR STYLES for the FOOTER. Include the black bg colour for
   copyrightNotice to force it to black after setting footer li.
   =========================================================================== */

#footer li { 	background-color: #990033;   }
li#copyrightNotice { background-color: #000; }


/* Following lines do the black triangles in the corners. May need 
 * separate GIFs to cater for IE6, which doesn't do PNG opacity.  
.ftL {background-color: #ff6600; }
 .ftR{background-color: #ff6600; }
*/

/* ===========================================================================
   CSS COLOUR STYLES for FORMS.                                         FORMS
   =========================================================================== */

   .LW_form {border-left: 1px solid #990033; 	border-right: 1px solid #990033; 	}
	fieldset {  border: 1px solid #990033;  background-color: #000; } 
	legend {   border: 1px solid #990033;  background-color: #000;  padding: 0.2em; }
	
/* ===========================================================================
   END OF CSS COLOUR STYLES.
   =========================================================================== */
 
 

