/*
    colours.css: SCREEN stylesheet
    ------------
    Job:               
    Produced by:       
    Start date:        
    ------------
    COLOUR SPEC:
	black:		#404141 (text)
	grey:		#d4d4d4 (borders)
	dk blue:	#3d3b5f (links)
	mid blue:	#266498 (h3)
	
	purple:		#6d6ca1 	s1		
	blue:		#2d5c93 	s2   				
	red:		#e5273e 	s3				
	yellow:		#fbb03f 	s4					
	dk grey:	#5f5f5f 	s5					
    green:		#a3b871 	s6					
	
    ------------

*/ 


/* header */
p.strap
	{
	color:#FF7F50;
	}
/*banner */	
div.banner h2 
	{
	color:#000000;	
	}

/* navigation */	
ul.nav1
	{
	border-bottom:10px solid #D2691E;
	}	
ul.nav1 li:hover a, ul.nav1 li.here a
	{
	color:#000000;
	background-color: #FFA500;
	}
/* structure */
h2
	{
	color:;
	}
h3 
	{
	color: ;	
	}		
span.arrow 
	{
	background-color:#D2691E;	
	}	
ul.articlelist span.arrow 
	{
	background-color:#D2691E;	
	}	
/* homepage featureboxs */	

div.feature2 
	{
	background: #000000; 
	}	
div.feature2 h2
	{
	color:;
	}	
div.featurebox span.arrow 
	{
	background-color:#FFA500;	
	}	
div.featurebox li.link a 
	{
	color:#D2691E;
	}	
div.featurebox span 
	{
	color:#C0C0C0;
	}
div.featurebox h2 
	{
	color:;
	}			
div.featurebox p 
	{
	color:#FF00CC;
	}		
div.featurebox 
	{
	background-color:;
	}
div.feature3 h2
	{
	color:#A52A2A;
	}		
div.feature3 
	{
	background: #C0C0C0;
	}
div.feature4 h2
	{
	color:;
	}		

/* tables */

div.s1 th
	{
	background-color:#FF8C00;
	}
div.s1 td
	{
	background-color:#DEB887;
	}
/* do not edit[nav1Text,#000000]
[strap,#FF7F50]
[feature3h2,#A52A2A]
[featureBoxPara,#FF00CC]
[h2,]
[featureBoxBg,#C0C0C0]
[featureBg,#000000]
[featureH2,]
[bannerh2,#000000]
[featureBoxH2,]
[h3,]
[featureBoxArrow,#FFA500]
[nav1Hover,#FFA500]
[tbheader,#FF8C00]
[featureBoxLink,#D2691E]
[feature4h2,]
[arrow,#D2691E]
[feature3,#C0C0C0]
[nav1,#D2691E]
[tbcell,#DEB887]
[featureBox,]
*/
