/* CSS Document */
	
	/* LINK STYLES */
		a:link {
		font-family:Georgia, "Times New Roman", Times, serif;
		color:#B0B9D1;
		font-weight:bold;
		text-decoration:none;
		letter-spacing:0.01em;
		}
		a:active {
		font-family:Georgia, "Times New Roman", Times, serif;
		color:#B0B9D1;
		font-weight:bold;
		text-decoration:none;
		letter-spacing:0.01em;
		}
		a:visited {
		font-family:Georgia, "Times New Roman", Times, serif;
		color:#B0B9D1;
		font-weight:bold;
		text-decoration:none;
		letter-spacing:0.01em;
		}
		a:hover {
		font-family:Georgia, "Times New Roman", Times, serif;
		color:#D9C5E0;
		font-weight:bold;
		text-decoration:none;
		letter-spacing:0.01em;
		}
		
		
	/* NAV LINK STYLES */
		.NavDiv{
		line-height:28px;
		padding-left:15px;
		margin:0px;}
		
		#topline.NavDiv{line-height:28px;}

	
		a.navLink:link {
		font-family:Georgia, "Times New Roman", Times, serif;
		color:#FFD65C;
		font-weight:bolder;
		text-decoration:none;
		font-size:12px;
		text-transform:uppercase;
		}
		a.navLink:active {
		font-family:Georgia, "Times New Roman", Times, serif;
		color:#FFD65C;
		font-weight:bolder;
		text-decoration:none;
		font-size:12px;
		text-transform:uppercase;
		}
		a.navLink:visited {
		font-family:Georgia, "Times New Roman", Times, serif;
		color:#FFD65C;
		font-weight:bolder;
		text-decoration:none;
		font-size:12px;
		text-transform:uppercase;
		}
		a.navLink:hover {
		font-family:Georgia, "Times New Roman", Times, serif;
		color:#F9B200;
		font-weight:bolder;
		text-decoration:none;
		font-size:12px;
		text-transform:uppercase;
		}
		
		<!-- CONSULTATIONS NAV STYLES -->
		
		a.navC:link {
		font-family:Georgia, "Times New Roman", Times, serif;
		color:#96171A;
		font-weight:bolder;
		text-decoration:none;
		font-size:12px;
		text-transform:uppercase;
		}
		a.navC:active {
		font-family:Georgia, "Times New Roman", Times, serif;
		color:#96171A;
		font-weight:bolder;
		text-decoration:none;
		font-size:12px;
		text-transform:uppercase;
		}
		a.navC:visited {
		font-family:Georgia, "Times New Roman", Times, serif;
		color:#96171A;
		font-weight:bolder;
		text-decoration:none;
		font-size:12px;
		text-transform:uppercase;
		}
		a.navC:hover {
		font-family:Georgia, "Times New Roman", Times, serif;
		color:#C27E68;
		font-weight:bolder;
		text-decoration:none;
		font-size:12px;
		text-transform:uppercase;
		}
		
		<!-- small link styles -->
		
		a.navSmall:link {
		font-family:Geneva, Arial, Helvetica, sans-serif;
		color:#96171A;
		font-weight:bolder;
		text-decoration:none;
		letter-spacing:0.05em;
		font-size:10px;
		text-shadow:#666;
		text-transform:uppercase;
		}
		a.navSmall:active {
		font-family:Geneva, Arial, Helvetica, sans-serif;
		color:#96171A;
		font-weight:bolder;
		text-decoration:none;
		letter-spacing:0.05em;
		font-size:10px;
		
		text-transform:uppercase;
		}
		a.navSmall:visited {
		font-family:Geneva, Arial, Helvetica, sans-serif;
		color:#96171A;
		font-weight:bolder;
		text-decoration:none;
		letter-spacing:0.05em;
		font-size:10px;
		text-transform:uppercase;
		}
		a.navSmall:hover {
		font-family:Geneva, Arial, Helvetica, sans-serif;
		color:#C27E68;
		font-weight:bolder;
		text-decoration:none;
		letter-spacing:0.05em;
		font-size:10px;
		text-transform:uppercase;
		}
		
		<!-- other colours for small links for Symbols.html and other pages-->
		.navSmallBLUE a:link {
		font-family:Geneva, Arial, Helvetica, sans-serif;
		color:#34407B;
		font-weight:bolder;
		text-decoration:none;
		letter-spacing:0.05em;
		font-size:10px;
		text-transform:uppercase;
		}
		.navSmallBLUE a:active {
		font-family:Geneva, Arial, Helvetica, sans-serif;
		color:#34407B;
		font-weight:bolder;
		text-decoration:none;
		letter-spacing:0.05em;
		font-size:10px;
		text-transform:uppercase;
		}
		.navSmallBLUE a:visited {
		font-family:Geneva, Arial, Helvetica, sans-serif;
		color:#34407B;
		font-weight:bolder;
		text-decoration:none;
		letter-spacing:0.05em;
		font-size:10px;
		text-transform:uppercase;
		}
		.navSmallBLUE a:hover {
		font-family:Geneva, Arial, Helvetica, sans-serif;
		color:#699CBC;
		font-weight:bolder;
		text-decoration:none;
		letter-spacing:0.05em;
		font-size:10px;
		text-transform:uppercase;
		}

	/* GENERAL STYLES */
		body {
			margin-left: 0px;
			margin-top: 0px;
			margin-right: 0px;
			margin-bottom: 0px;
		}
		
	/* TEXT STYLES */
		.LargeTitle
		{
		font-size:18px;
		font-weight:bolder;
		letter-spacing:0px;
		font-variant:small-caps;
		}
		
		.LargeTitleSUPER
		{
		font-size:27px;
		font-weight:bolder;
		}
		
		.TimesTitle
		{
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:16px;
		font-weight:bolder;
		letter-spacing:0px;
		font-variant:small-caps;
		}
		
		.normalText
		{
		font-family:Geneva, Arial, Helvetica, sans-serif;
		font-size:13px;
		line-height:18px;
		text-align:left;
		}
		
		.smallText
		{
		font-family:Geneva, Arial, Helvetica, sans-serif;
		font-size:10px;
		letter-spacing:0.04em;
		line-height:18px;
		text-align:left;
		color:#C1C1C1;
		font-weight:bold;
		line-height:12px;
		}
		
		#black 						{color:#000;}
		#white 						{color:#FFF;}
		#boldONE 					{font-weight:500}
		#darkRed 					{color:#C27E68;}
		#paleBlue					{color:#3c4e90;}
		
	/* BORDERS */
		.borders_LEFT				{border-left:solid 1px #D9C5E0;}
		.borders_LEFT_black			{border-left:solid 1px #000;}
		.borders_RIGHT				{border-right:solid 1px #D9C5E0;}
		.borders_ALL				{border:solid 1px #D9C5E0;}
		.borders_ALL_thick_white	{border:solid 5px #FFF;}
		.borders_ALL_thin_white		{border:solid 1px #FFF;}
		.borders_ALL_thin_whiteTWO	{border:solid 2px #FFF;}

	/* <li> tags */
	
		li							{list-style-position: inside;}
		
	/* INDEX/HOME PAGE STYLES */
		#DIV_BGindex{
		background-image:url(IMAGES/index_BG.gif); 
		background-attachment:fixed;
		width:auto;
		height:770px;
		}
		#BODY_BGindex{
		background-image:url(IMAGES/index_BG_Lion.gif); 
		background-attachment:scroll; 
		background-repeat:no-repeat;}
		
				
	/* PAGE STYLES */
					
						
						
	
		/* Background Colours */
		#BODY_BGunderstanding{
		background-image:url(IMAGES/understanding_BG.gif); 
		background-attachment:fixed;
		width:auto;
		height:770px;
		}

		#BODY_BGconsul{
		background-image:url(IMAGES/consul_BG.gif); 
		background-attachment:fixed;
		width:auto;
		height:770px;
		}
				
		#BODY_BGinterp{
		background-image:url(IMAGES/interp_BG.gif); 
		background-attachment:fixed;
		width:auto;
		height:770px;
		}
		
		#BODY_BGtraining{
		background-image:url(IMAGES/training_BG.gif); 
		background-attachment:fixed;
		width:auto;
		height:770px;
		}
		
		#BODY_BGcafe{
		background-image:url(IMAGES/cafe_BG.gif); 
		background-attachment:fixed;
		width:auto;
		height:770px;
		}
		
		#BODY_BGtesta{
		background-image:url(IMAGES/testa_BG.gif); 
		background-attachment:fixed;
		width:auto;
		height:770px;
		}
		
		#BODY_BGcontacts{
		background-image:url(IMAGES/contacts_BG.gif); 
		background-attachment:fixed;
		width:auto;
		height:770px;
		}
		
		#BODY_BGevents{
		background-image:url(IMAGES/events_BG.gif); 
		background-attachment:fixed;
		width:auto;
		height:770px;
		}
		
		/* Lioness Background Images */
		#DIV_BGunderstanding{
		background-image:url(IMAGES/understanding_BG_Lion.gif); 
		background-attachment:scroll; 
		background-repeat:no-repeat;}		

		#DIV_BGconsul{
		background-image:url(IMAGES/consul_BG_Lion.gif); 
		background-attachment:scroll; 
		background-repeat:no-repeat;}		
				
		#DIV_BGinterp{
		background-image:url(IMAGES/interp_BG_Lion.gif); 
		background-attachment:scroll; 
		background-repeat:no-repeat;}		
		
		#DIV_BGtraining{
		background-image:url(IMAGES/training_BG_Lion.gif); 
		background-attachment:scroll; 
		background-repeat:no-repeat;}		
		
		#DIV_BGcafe{
		background-image:url(IMAGES/cafe_BG_Lion.gif); 
		background-attachment:scroll; 
		background-repeat:no-repeat;}		
		
		#DIV_BGtesta{
		background-image:url(IMAGES/testa_BG_Lion.gif); 
		background-attachment:scroll; 
		background-repeat:no-repeat;}		
		
		#DIV_BGcontacts{
		background-image:url(IMAGES/contacts_BG_Lion.gif); 
		background-attachment:scroll; 
		background-repeat:no-repeat;}		
		
		#DIV_BGevents{
		background-image:url(IMAGES/events_BG_Lion.gif); 
		background-attachment:scroll; 
		background-repeat:no-repeat;}
		
		
		
		
/* Righ hand side panels */		

#panelPadding {padding:2px; border:1px solid #FFF; text-decoration:none;}
		
		
#symbolsPadding {padding:4px;}
		
		
		/* Planets Page */
		
		.planetsBGx {	
		background-image:url(IMAGES/BGsun.gif); 

		}
		
		/* SYMBOLS BG */
					#planetsBG	{background-image:url(IMAGES/BGsun.gif);}