* {
	margin: 0px;
	padding: 0px;
}

html, body {
	width: 100%;
	height: 100%;
}

body {
	font-family: "Arial";
	font-size: 9pt;
}

table {
	border-collapse: collapse;
}

	table td {
		text-align: left;
		vertical-align: top;
	}

a {
	color: #004494;
}

	a:hover {
		color: #E1001A;
	}

	a.special {		
		text-decoration: none;
	}

		a.special:hover {
			text-decoration: underline;
		}

	a img {
		border: 0px none;
	}

h1 {
	color: #004494;
	padding: 12px 18px 27px 18px;
	font-size: 14pt;	
}

	h1 a {
		color: #004494;
	}

h2 {
	color: #E1001A;
	padding: 12px 0px 12px 0px;
	font-size: 12pt;
}

	h2 a {
		color: #E1001A;
	}

p {
	padding-bottom: 1.2em;
}

table {
	border-collapse: collapse;
}


#wrapper {
	min-width: 1002px;
	min-height: 100%;
}

*html #wrapper {
	height: 100%;
}

	#header {
		position: relative;
		height: 194px;
		background: url("images/header/bcg.png") repeat-x;
	}

		#header .left-gradient {
			position: absolute;
			width: 790px;
			height: 180px;
			background: url("images/header/left-gradient.png") repeat-y;
			z-index: 1;
		}

		#header .photo {
			position: absolute;
			width: 482px;
			height: 194px;
			right: 0px;		
			background: url("images/header/photo.png") repeat-y;
			z-index: 1;
		}

		#header .left {
			position: absolute;
			width: 530px;
			height: 155px;
			bottom: 0px;
			background: url("images/header/left.png");
			z-index: 2;		
		}

		#header .logo {		
			display: block;
			position: absolute;	
			text-decoration: none;
			width: 421px;
			height: 85px;
			left: 19px;
			top: 58px;
			background: url("images/header/logo.png") no-repeat;
			z-index: 3;
		}

		#tech-menu {
			position: absolute;
			left: 19px;
			top: 16px;
			overflow: hidden;
			z-index: 3;
		}

		*html #tech-menu {
			overflow: visible;
			height: 1%;
		}

			#tech-menu img {
				float: left;
				margin-right: 33px;
			}

		#lang-menu {
			position: absolute;
			overflow: hidden;
			left: 285px;
			top: 13px;
			z-index: 3;		
		}

		*html #lang-menu {
			overflow: visible;
			height: 1%;
		}

			#lang-menu img {
				float: left;
				margin-right: 16px;
			}

		#menu-bar {
			position: absolute;
			width: 477px;		
			left: -4px;
			top: 150px;
			font-size: 11pt;
			z-index: 3;
		}

			#menu-bar table {
				width: 100%;
			}

				#menu-bar table td {
					text-align: center;
					vertical-align: middle;
					padding: 3px 0px;
					border: 0px none;
					border-right: 2px solid #004494;
					font-weight: bold;					
				}

			#menu-bar a {
				color: #004494;				
			}

	#workarea {		
	}

		#workarea table.main {
			width: 100%;
			height: 100%;
		}

			#col-left {
				width: 22%;
				padding: 0px 14px 0px 19px;				
				background-color: #D9E3EF;
				background-image: url("images/workarea/left-bcg.png");
				background-repeat: no-repeat;
				background-position: 0 220px;
			}

				#col-left-div {
					min-height: 768px;
				}

				*html #col-left-div {
					height: 768px;
				}

					#search-box {
						font-size: 8pt;
					}

						#search-box input.text {						
							width: 150px;
						}

						#search-box input.submit {
							border: 0px none;
							width: 20px;
							height: 19px;
							cursor: pointer;
							background: url("images/workarea/search-btn.png");
						}

					#menu-bar-2 {
						margin-top: 13px;
						list-style-type: none;
					}

						#menu-bar-2 li {
							position: relative;
							width: 100%;
							display: table;							
							margin-bottom: 4px;
							height: 36px;
							background-color: #F2F6FA;
						}						

							#menu-bar-2 a, #menu-bar-2 span {
								display: table-cell;
								vertical-align: middle;
								padding: 0px 13px;
								font-weight: bold;
								font-size: 9pt;
							}

							html* #menu-bar-2 a, html* #menu-bar-2 span {
								display: block;
								overflow: hidden;
								margin-top: expression((parentNode.offsetHeight - this.offsetHeight)<0 ? "0" : (parentNode.offsetHeight - this.offsetHeight)/2 + "px");
							}

							*html #menu-bar-2 a,  *html #menu-bar-2 span {
								overflow: visible;
								height: 1%;
							}

					#url {
						padding: 13px 0 40px 0;
					}

					#banners {
						overflow: hidden;
					}

					*html #banners {
						overflow: visible;
						height: 1%;
					}

						#banners img {
							float: left;
							margin-right: 10px;
							margin-bottom: 17px;
						}

			#col-right {				
				width: 22%;
				padding: 0px 15px;
				background-color: #D9E3EF;
			}

				#col-right-div {					
					background-color: #F2F6FA;
					padding: 0px 13px;
					padding-bottom: 20px;
				}

			#col-center {
			}

				#content {
					padding: 0px 18px 50px 18px;
					background-color: white;
				}

	#footer {		
		padding: 6px 0px 6px 22%;		
		font-size: 7pt;
		color: white;
		background-color: #004494;
	}

		#copyright {			
			padding-left: 18px;
			white-space: nowrap;
		}

			#copyright a {
				color: white;
			}

.news-item {
	padding-bottom: 14px;
}

	.news-item dt {
		font-weight: bold;
	}

		.news-item dt a {
			color: #E1001A;
		}

.red {
	color: #E1001A;
}


#content ul {
	list-style-type: none;
	padding-bottom: 1.2em;
}

	#content ul li {
		padding-left: 17px;
		background: url("images/workarea/li.png") no-repeat 0px 2px;
	}

#content ol {
	padding-bottom: 1.2em;
	padding-left: 23px;
}

	#content ol li {		
	}

#content table {
	margin-bottom: 1.2em;
}

	#content table td {
		padding: 5px;
		border: 1px solid #80A1C9;
	}

	#content table tr.header td {
		font-weight: bold;
		background-color: #C3D3E6;
	}

.ie-png {
	behavior: url("js/iepng/iepngfix.htc");
}

#navigation {
	padding: 12px 18px 10px 20px;
	color: #004494;
}

.overflow-hidden {
	overflow: hidden;
}

*html .overflow-hidden {
	overflow: visible;
	height: 1%;
}

dl.news {
	padding-bottom: 10px;
}

	dl.news dt {
	}

		dl.news dt a {
			color: red;
			font-weight: bold;
		}

#send-message {
}

	#send-message td {
		border: 0px none;
	}

.nowrap {
	white-space: nowrap;
}

.param {
	text-align: right;
}

.error-message {
	color: red;
	display: none;
}

.search-result {
	padding-bottom: 10px;
}

	.search-result dl {
		font-weight: bold;
	}

#menu-bar-2 li ul {
	position: absolute;
	width: 250px;
	list-style: none;
	display: none;
	padding: 7px 7px 0px 7px;
	background-color: #D9E3EF;
}

html* #menu-bar-2 li ul {
	left: 100%;
	top: 0px;
	margin-left: 1px;
}

#menu-bar-2 li li {	
	white-space: nowrap;
	height: 20px;
	margin: 0px;
	margin-bottom: 7px;
}

#menu-bar-2 li:hover ul {
	display: block;	
}

*html #menu-bar-2 li.iehover {

}

*html #menu-bar-2 li.iehover ul {
	display: block;
	overflow: visible;
	height: 1%;
}

#content .data td {
	border: 0px none;
}

#news-years li {
	padding-bottom: 10px;
}

a.flag {
	display: block;
	float: left;
	width: 105px;
	height: 70px;
	text-decoration: none;
}

a.flag:hover {
	background-image: url(images/workarea/flag_bgr.jpg);
}


a.flag-a {
	background-image: url(images/workarea/flag_bgr.jpg);
}


a.flag img {
	border: #000 solid 1px;
	margin: 15px 0 0 17px;
}

#mapArea {
	clear: both;
	width: 780px;
	height: 410px;
	background-image: url(images/workarea/maparea_bgr.gif);
}

#mapArea div {
	width: 780px;
	height: 410px;
	overflow: hidden;
	background-repeat: no-repeat;
}

#mapArea div.flag1 {
	background-position: 327px 17px;
	background-image: url(images/workarea/maparea_bgr1.gif);
}

#mapArea div.flag2 {
	background-position: 524px 55px;
	background-image: url(images/workarea/maparea_bgr2.gif);
}

#mapArea div.flag3 {
	background-position: 520px 105px;
	background-image: url(images/workarea/maparea_bgr3.gif);
}

#mapArea div.flag4 {
	background-position: 664px 77px;
	background-image: url(images/workarea/maparea_bgr4.gif);
}

#mapArea div.flag5 {
	background-position: 642px 84px;
	background-image: url(images/workarea/maparea_bgr5.gif);
}

#mapArea div.flag6 {
	background-position: 402px 6px;
	background-image: url(images/workarea/maparea_bgr6.gif);
}

#mapArea div.flag7 {
	background-position: 0px 16px;
	background-image: url(images/workarea/maparea_bgr7.gif);
}

#right-info {
	background-color:#F2F6FA;
	padding:0 13px 20px;
	margin-top: 20px;
}