/* CSS Document */

body			{
				font-family			: Arial, Helvetica, sans-serif;
				font-size			: 1.0em;
				color				: #000000;
				text-align			: center;
				background-color	: #FFFFFF;
				background-image	:url(images/Euro-Pop-Conf.gif);
				background-position	:top;
				background-repeat	:repeat-x;
				}
								
h1				{
				color				: #666666;
				font-size			: 1.4em;
				text-align			: center;
				}

h2				{
				color				: #666666;
				font-size			: 1.2em;
				text-align			: center;
				}

h3				{
				color				: #666666;
				font-size			: 1.0em;
				text-align			: left;
				}

h4				{
				font-family			: Arial, Helvetica, sans-serif;
				font-size			: 0.8em;
				color				: #999999;
				text-align			: left;
				}
				
#container		{
				margin				: 0 auto;
				width				: 700px;
				text-align			: left;
				position			: relative;
				border				: 1px #999999 solid;
				height				: auto;
				background-color	: #FFFFFF;
				overflow			: auto;
				background-image	:url(images/EPC.JPG);
				background-position: 8px 570px; 
				/*background-size		: 20% 30% round;*/
				background-repeat	:no-repeat;

				}
				
				
#top			{
				position			: relative;
				}				
					
					
										
				
#linkbar		{
				background-color	: #F9F9F9;
				border				: 1px #CCCCCC dashed;
				position			: relative;
				padding				: 10px;
				padding-top			: 20px;
				width				: 18%;
				float				: left;
				margin-left			: 10px;
				margin-top			: 30px;
				font-size			: 0.8em;
				text-align			: left;
				}
		
		
#maintext		{
				/*margin:10px;*/
				font-family			: Arial, Helvetica, sans-serif;
				margin-top			: 30px;
				margin-bottom		: 30px;
				margin-left			: 20px;
				min-height			: 620px;
				width				: 70%;
				float				: left;
				border-left			: 1px #CCCCCC dashed;
				padding				: 10px;
				padding-left		: 20px;
				text-align			: justify;
				font-size			: 0.8em;
				background-color	: #FFFFFF;
				}	
		
				

				/* IE6 MIN HEIGHT FIX*/
* html #maintext {
   				height				: 620px;
				}  				



				/* SET THE COLOUR OF THE LINKS DIFFERENTLY TO THE LINKS IN THE NAV BAR */
#maintext a 	{ 
				background-color	: #FFFFFF;
				color				: #6881BB;
				} 

			
						
				/* HYPERLINKS IN NAV BAR*/
a:link 			{
				color				: #000000;
				text-decoration		: none;
				}
		
		
a:visited 		{
				color				: #000000;
				Background-color	: #F9F9F9;
				text-decoration		: none;
				}
		
		
a:hover 		{
				color				: #900B09;
				text-decoration		: underline;
				}
				
				
a:active 		{
				text-decoration		: underline;
				}
		
	