@charset "UTF-8";
/* CSS Document */

body {
	padding:0; 
	margin:0; 
	height:100%;
	margin-top:0px;
	}

html {
	padding:0; 
	margin:0; 
	height:100%; 
	border:none;
	overflow: auto;
	background:url(../images/bg.jpg) top center no-repeat #FFFFFF;
	}

.wrapper{
	vertical-align:top;
	background-color:#FFFFFF;
	width:760px;
	height:100%;
	margin:0px;
	border:0px;
	padding:0px;
}

.header {
	height:70px;
	text-align:left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666;
	vertical-align:middle;

}

.header a {
	height:30px;
	text-align:left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration:none;
	color: #666;
	padding-right:8px;
	padding-left:8px;
	padding-bottom:25px;
}

.header a:hover {
	height:30px;
	text-align:left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration:none;
	color: #003768;
	background-image:url(../images/btn_arrow.jpg);
	background-repeat: no-repeat;
	background-position:center;
	padding-bottom:25px;
	padding-right:8px;
	padding-left:8px;
}

.headerPage {
	height:30px;
	text-align:left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration:none;
	color: #003768 !important;
	background-image:url(../images/btn_arrow.jpg);
	background-repeat: no-repeat;
	background-position:center;
	padding-bottom:25px;
	padding-right:15px;
	padding-left:15px;
}

.footer {
	text-align:right;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	letter-spacing:1px;
	color: #666;
	vertical-align:middle;
	padding-right:10px;
	padding-top: 0px;
	margin: 0px;
	background-position: top;
}

#sideContent{
	width:200px;
	float:left;
}

.mainContent{
	text-align:justify;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-style: normal;
	font-weight:normal;
	font-variant: normal;
	vertical-align:top;
	padding-top:10px;
	padding-right:25px;
}

.underline{
	background-image:url(../images/titleUnderline.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}

.pageTitle{
	background-image:url(../images/titleUnderline.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #003768;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	padding-top:15px;
	padding-left:0px;
}


.britishFlag{
	background-image:url(../images/british-flag.gif);
	background-repeat:no-repeat;
	background-position:right top;
	
	width:16px;
	height:15px;
	padding-left:8px !important;
	text-decoration:none;
	float:left;
}

.franceFlag{
	background-image:url(../images/french-flag.gif);
	background-repeat:no-repeat;
	background-position:right top;
	width:16px;
	height:15px;
	padding-left:8px !important;
	text-decoration:none;
	float:left;
}

.spainFlag{
	background-image:url(../images/spanish-flag.gif);
	background-repeat:no-repeat;
	background-position:right top;
	width:16px;
	height:15px;
	padding-left:8px !important;
	text-decoration:none;
	float:left;
}


.chineseFlag{
	background-image:url(../images/chinese-flag.gif);
	background-repeat:no-repeat;
	background-position:right top;
	width:16px;
	height:15px;
	padding-left:8px !important;
	text-decoration:none;
	float:left;
}

.japanFlag{
	background-image:url(../images/japan-flag.jpg);
	background-repeat:no-repeat;
	background-position:right top;
	width:16px;
	height:15px;
	padding-left:8px !important;
	text-decoration:none;
	float:left;
}

.koreanFlag{
	background-image:url(../images/korean-flag.gif);
	background-repeat:no-repeat;
	background-position:right top;
	width:16px;
	height:15px;
	padding-left:8px !important;
	text-decoration:none;
	float:left;
}

.germanFlag{
	background-image:url(../images/german-flag.gif);
	background-repeat:no-repeat;
	background-position:right top;
	width:16px;
	height:15px;
	padding-left:8px !important;
	text-decoration:none;
	float:left;
}

.arabFlag{
	background-image:url(../images/arab-flag.gif);
	background-repeat:no-repeat;
	background-position:right top;
	width:16px;
	height:15px;
	padding-left:8px !important;
	text-decoration:none;
	float:left;
}

.subNav {
	text-align:right;
	vertical-align:top;
	color: #666;
	width:200px;
	padding-right:0px;

}

.subNav a {
	height:20px;
	width:200px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration:none;
	color: #003768;
	padding-top:10px;
	padding-bottom:5px;
	float:right;
}

.subNav a:hover{
	height:20px;
	width:200px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration:none;
	color: #FFFFFF;
	background-image:url(../images/subnavbg.gif);
	background-repeat:no-repeat;
	background-position:top;
	padding-top:10px;
	padding-bottom:5px;
	float:right;
}

.subNavCurrent{
	height:20px;
	width:200px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration:none;
	color: #FFFFFF !important;
	background-image:url(../images/subnavbg.gif);
	background-repeat:no-repeat;
	background-position:top;
	padding-top:8px;
	padding-bottom:5px;
	float:right;
}

.pdfLink{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003768;
	font-style: normal;
	font-weight:bold;
	font-variant: normal;
}

.pressLink{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003768;
	font-style: normal;
	font-weight:normal;
	font-variant: normal;
}

.mainContent #Share_Form {
	width: 450px;
	float: right;
	vertical-align: middle;
}
.form {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight:bold;
	font-variant: normal;
}

.otherLangs {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#999;
	font-style: normal;
	font-weight:bold;
	font-variant: normal;
	padding-bottom:3px;
	padding-left:10px;
}

