﻿body 
{
	margin:0px;
	background-color: #404040;
	color: #000000;
	font-size: 9pt;
	font-family:Arial;
	behavior: url(/js/csshover2.htc);
}

p 
{
	text-align:justify;
	text-justify: inter-ideograph; 
}

.redBox 
{
	background-color:#B72B2B;
	width: 1000px;
	margin-left:auto;
	margin-right:auto;
}

.innerBox
{
	margin-left: 20px;
	margin-right:10px;
	background-color: White;
	
}

.header 
{
	margin:0;
	background-image: url('/images/header.jpg');
	background-repeat:no-repeat;	
	height: 220px;
	width: 970px;
}

#langMenu 
{
	position:absolute;
	text-align: right;	
	top:10px;
	width: 960px;
	font-size: 10pt;
}

#langMenu ul 
{
	list-style-type: none;
	margin:0px;
	padding: 0px;
	line-height: 13pt;
}

#langMenu ul li 
{
	float: right;
	margin-left: 10px;	
}

.mainMenu
{
	display:block;
	position:relative;
	background-image: url('/images/menu_bg.jpg');
	background-repeat:no-repeat;
	left: 90px;
	top: 185px;	
	width: 850px;
	height:35px;	
}

.mainMenu ul li:hover div, .mainMenu ul ul li:hover div
{
	display:block;
}

.mainMenu ul div, .mainMenu ul ul div 
{
	display:none;
}

.mainMenu ul div 
{		

	background-color: #8c0031;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity: 0.8;
	position:absolute;	
	top:100%;
	padding: 5px;
	color:#ffffff;	
}

.mainMenu ul div a
{
	display:block;
	z-index: 500;
}

.mainMenu ul
{
	list-style-type:none;
	margin:0px;
	padding:0px;
}


.mainMenu li
{
	margin:0;
	float:left;
}

.mainMenu li a.main
{
	height: 35px;
	display: block;

}

.mainMenu li.Home a.main
{
	
	background-image: url(/images/menu_P.gif); 
	width: 162px;
	overflow:hidden;
	background-repeat: no-repeat;
	background-position:0px 0px;
}

.mainMenu li.Home a.main:hover
{
	background-image: url(/images/menu_on_P.gif); 
	width: 162px;
	overflow:hidden;
	background-repeat: no-repeat;
	background-position:0px 0px;
}


.mainMenu li.BackGround a.main 
{
	background-image: url(/images/menu_P.gif); 
	width: 83px;
	overflow:hidden;
	background-repeat: no-repeat;
	background-position: -162px 0px;
}

.mainMenu li.BackGround a.main:hover
{
	background-image: url(/images/menu_on_P.gif); 
	width: 83px;
	overflow:hidden;
	background-repeat: no-repeat;
	background-position: -162px 0px;
}



.mainMenu li.Services a.main
{
	background-image: url(/images/menu_P.gif); 
	width: 192px;
	overflow:hidden;
	background-repeat: no-repeat;
	background-position: -245px 0px;
}

.mainMenu li.Services a.main:hover
{
	background-image: url(/images/menu_on_P.gif); 
	width: 192px;
	overflow:hidden;
	background-repeat: no-repeat;
	background-position: -245px 0px;
}

.mainMenu li.Programme a.main
{
	background-image: url(/images/menu_P.gif); 
	width: 206px;
	overflow:hidden;
	background-repeat: no-repeat;
	background-position: -437px 0px;
}

.mainMenu li.Programme a.main:hover
{
	background-image: url(/images/menu_on_P.gif); 
	width: 206px;
	overflow:hidden;
	background-repeat: no-repeat;
	background-position: -437px 0px;
}

.mainMenu li.ARQMAC a.main
{
	background-image: url(/images/menu_P.gif); 
	width: 200px;
	overflow:hidden;
	background-repeat: no-repeat;
	background-position: -643px 0px;
}

.mainMenu li.ARQMAC a.main:hover
{
	background-image: url(/images/menu_on_P.gif); 
	width: 200px;
	overflow:hidden;
	background-repeat: no-repeat;
	background-position: -643px 0px;
}

#navMenu 
{
	padding-bottom: 10px; 
	padding-left: 60px;	
}
	

.mainContainer 
{
	
}

.mainContent 
{
	background-color:#FFFBD7;
	background-image: url(/images/page_bg.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	padding-left:30px;
	padding-right:30px;
	padding-top: 10px;
	padding-bottom:20px;

}

.defRight 
{
	background-image: url('/images/side_bg.jpg');
	background-repeat:no-repeat;
	background-color: #FCF1B9;
	padding-bottom: 20px;
	min-height: 520px;
	width: 280px;	
	float:left;
	

}

.defLeft 
{

	float:left;
	width:600px;
	margin-right: 30px;
	min-height: 600px;

}

.tableHead
{
	font-weight:bold;
	color:#B01D25;
}

.emphWord
{
	font-weight:bold;
	color:#B01D25;
}


.footer 
{
	clear:both;
	background-repeat: no-repeat;
	background-position: bottom;
	height:160px;
	padding-top:30px;
}

.footer #footerButton
{
	background-image: url('/images/footer_button_E.gif');
	width: 100%;
	height: 100%;

}

#disclaimer 
{
	position: relative;
	left: 160px;
	top: 28px;
	width: 200px;
	height: 20px;
	z-index: 500;

}

.contentTitle 
{
	margin:0;
	font-weight:bold;
	color: #B01D25;
	font-size: 16pt;
	text-align:center;
}

.imptNotice 
{
	border: solid 2px red;
	background-color: #FFFD86;
	color: #000000;
	font-weight: bold;
	padding: 5px;
}

.listspace 
{
	margin-bottom: 8px;
}

.watermarkedText 
{
	color:gray;
}	

a.normal:link{ color: #B92F2D; text-decoration: underline; font-weight: normal;}
a.normal:visited{ color: #B92F2D; text-decoration: underline; font-weight: normal;}
a.normal:hover{ color: #B92F2D; text-decoration: underline; font-weight: normal; }

.normal2{ color: #B92F2D; text-decoration: underline; font-weight: normal;}
a.normal2:link{ color: #B92F2D; text-decoration: underline; font-weight: normal;}
a.normal2:visited{ color: #B92F2D; text-decoration: underline; font-weight: normal;}
a.normal2:hover{ color: #B92F2D; text-decoration: underline; font-weight: normal; }

a.boldlink:link{ color: #B92F2D; text-decoration: none; font-weight: bold;}
a.boldlink:visited{ color: #B92F2D; text-decoration: none; font-weight: bold;}
a.boldlink:hover{ color: #B92F2D; text-decoration: underline; font-weight: bold; }

a.langMenu:link{ color: #B92F2D; text-decoration: none; font-weight: normal;}
a.langMenu:visited{ color: #B92F2D; text-decoration: none; font-weight: normal;}
a.langMenu:hover{ color: #B92F2D; text-decoration: none; font-weight: normal; }


a.subMenuLink:link{ color: #ffffff; text-decoration: none; font-weight: bold;}
a.subMenuLink:visited{ color: #ffffff; text-decoration: none; font-weight: bold;}
a.subMenuLink:hover{ color:  #FFFD86; text-decoration: none; font-weight: bold; }

.watermark { 
position: relative; 
margin-left:auto;
margin-right:auto;
} 

.watermark span { 
position: absolute; 
z-index: 100;
width: 190px;
height: 20px;
right: 5px; 
bottom: 10px; 
background-image: url('/images/watermark.gif');
} 

.watermark2 { 
position: relative; 
margin-left:auto;
margin-right:auto;
} 

.watermark2 span { 
position: absolute; 
z-index: 100;
width: 100%;
height: 100%;
right: 0px; 
bottom: 0px; 
background-image: url('/images/watermark.png');
} 