/* style sheet for Europa-mgt */


/* General styles */

h1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 28px;
}

h2
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 22px;
 }

h3
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;   
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	border:0;
	padding:0px;
}

h4
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;   
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	border:0;
	padding:0px;
}


body 
{
	text-align: center;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size:13px;
	line-height:125%;
	padding: 0px;
	margin:5px;
	background-color: #000000;
}



.Header
{
	position: relative; 
   	top: 8px; 	  
	width: 800px;
	height: 230px;
	margin:auto;
	background-color: #FFFFFF;
	line-height:120%;

}


.Copyright
{
	position:relative; 
	width: 800px;
	height: 20px;
	margin:auto;
	font-family: Verdana, Arial, sans-serif;
	font-size:11px;
	color: #a0a0a0;
}




.Left
{
	text-align: left;
}

.Right
{
	text-align: right;
}

.Justified
{
	text-align:justify;	
}


.Panel
{
	position: relative; 
 	width: 800px;
	margin:auto;
	color: #40459A;
	/*background-color: #e0e0ff;*/
	background-color: #e7e7ff;
	padding:0px;
	height:550px;
 }
 
 .Link
 {
 	position: absolute;
 	top: 185px;
	left:635px;
 }

.InfoLeft
{
	position: absolute;
 	width: 360px;
	left:20px;
	margin-top:10px;
}

.InfoRight
{
	position: absolute;
 	width: 360px;
	left:420px;
	margin-top:10px;
}

.InfoSeperator
{
	position: absolute;
 	width: 0px;
	height:480px;
	left:400px;	   
	top:10px;
	border:1px solid #c0c0df;
}




.ThirdsLeft
{
	position: absolute;
 	width: 240px;
	left:13px;
	margin-top:10px;
}

.ThirdsMiddle
{
	position: absolute;
 	width: 240px;
	left:279px;
	margin-top:10px;
}

.ThirdsRight
{
	position: absolute;
 	width: 240px;
	left:545px;
	margin-top:10px;
}

.ThirdsSeperator1
{
	position: absolute;
 	width: 0px;
	height:480px;
	left:266px;	   
	top:10px;
	border:1px solid #c0c0df;
}

.ThirdsSeperator2
{
	position: absolute;
 	width: 0px;
	height:480px;
	left:532px;	   
	top:10px;
	border:1px solid #c0c0df;
}


.Logo
{
	position:absolute; 
	left:5px; 
	top:5px; 
}

.TitleBar
{
	position:absolute; 
	left:220px; 
	top:5px; 
	width:580px;
	height:200px;
	padding:10px;
	color: #40459A;
}

.RedBorder
{
	border:1px dashed red;
}

.GreenBorder
{
	border:1px dashed green;
}

.BlueBorder
{
	border:1px dashed blue;
}





/* For cross browset support*/
/* Substitute for min-height which is not supported by IE */
.MinHeight
{
	position:relative;
	float:left;	 
	
	left:0px;  
	top:0px;  
	width:0px; 
	height:200px;
	min-height:200px;

	/*height:300px;*/	   /* Define height to set a minimum height */
}


.clearboth 
{
	clear: both;
	width: 0px;
	height: 0px;
	margin: 0px;
}


/* --------- Top Header block. -------- */







