html {height: 100%; margin-bottom: 1px;}
div,* {margin: 0; padding: 0; border: 0;}
body {
	background: #fff url(/files/body.gif) 0 0 repeat-x;
	font: 62.5%/1.6em Arial, Helvetica, sans-serif;
	font-size: 0.68em;
	color: #000;
}
h1,h2,h3,h4,h5,h6 {font: 2em/1em Arial, Helvetica, sans-serif;}
a {text-decoration: none; color: #000; text-decoration: underline;}
a:hover {text-decoration: none;}
/* ****************** */
#wrap {
	width: 990px;
}
	#header {
		background: url(/files/hands.jpg) 100% 0 no-repeat;
		width: 100%; height: 95px;
	}
		#header img {
			float: left;
			margin: 25px 0 0 25px;
		}
		#header p {
			float: left;
			width: 400px;
			margin: 25px 0 0 5px;
			font: 1.1em/1.4em Arial, sans-serif;
			font-weight: bold;
			color: #fff;
		}
	#nav {
		width: 100%; height: 33px;
	}
		#nav img {
			float: left;
			margin: 10px 5px 0 5px;
		}
		#nav form {
			float: left;
			width: 140px;
		}
		#nav input {
			float: left;
			width: 110px; height: 13px;
			margin-top: 7px;
			padding: 1px 0;
			border: 2px Inset #e0dfe3;
			font: 1em Arial, sans-serif;
		}
		#nav button {
			float: left;
			background: url(/files/search.gif) 0 0 no-repeat;
			width: 14px; height: 12px;
			margin: 10px 0 0 5px;
			cursor: pointer;
		}
		#nav ul {
			float: left;
			width: 800px; height: 33px;
		}
		#nav li {
			float: left;
			background: url(/files/sep.gif) 100% 50% no-repeat;
/*		width: 180px;*/
			list-style: none;
			font-size: 1.2em;
			font-weight: bold;
			text-transform: uppercase;
		}
		#nav li a {
			display: block;
			height: 17px;
			padding: 8px 10px;
			text-decoration: none;
		}
		#nav li a:hover {
			background: #f3dc36;
		}
			li.s1 {width: 138px;}
			li.s2 {width: 217px;}
			li.s3 {width: 175px;}
			li.s4 {width: 153px;}
			li.s5 {width: 88px;}
/* ******************* menu: two-level ****************** */
/* Suckerfish Dropdowns by Patrick Griffiths and Dan Webb */
#nav li ul {
	position: absolute;
	background: #f9e670;
	width: 200px;
	height: auto;
	border-top: 2px Solid #fff;
	left: -999em;/* for screen readers */
	z-index: 1; /* centerTop fix */
}
#nav ul ul ul {height: auto; /* remove sep */}
#nav ul ul ul li {padding: 0;}
#nav li li, #nav li li li {background: none;}
#nav li ul li a, #nav li li li {
	width: 180px; height: 22px;
	padding: 2px 10px;
	font-size: 12px;
	font-weight: normal;
	text-transform: none;
}
#nav li ul li a:hover {color: #900;}
#nav li ul ul {margin: -1em 0 0 10em;}
#nav li:hover ul ul, #nav li.sfhover ul ul {left: -999em;}
#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {left: auto;}
/* ****************************************************** */
#centerTop {
	height: 15px; overflow: hidden;
	background: url(/files/centerTop.gif) 186px 100% no-repeat;
}
	#content {
		width: 990px;
		overflow: hidden;
	}
		#left {
			float: left;
			background: url(/files/left.gif) 100% 0 repeat-y;
			width: 186px;
			border-top: 1px Solid #fff;
			font-size: 1.1em;
			margin-bottom: -3000px;
			padding-bottom: 3050px;
		}
			#left ul {width: 100%; margin-bottom: 10px;}
			#left ul li {
				background: #f9e670 url(/files/leftLi.gif) 100% 0 repeat-y;
			}
			#left ul li {margin-bottom: 1px;}
			#left ul li a {
				display: block;
				width: 176px;
				height: 16px;
				padding: 8px 5px;
				text-decoration: none;
			}
			#left ul li a:hover {color: #900;}
			#news {
				background: #fbf4be url(/files/news.gif) 100% 0 repeat-y;
				width: 176px;
				padding: 5px;
			}
				#news h2 {
					font-weight: bold;
					font-size: 1.2em;
					color: #15367d;
				}
				#news p {color: #900;}
				#news p.date {
					font-size: .9em;
					font-style: italic;
					color: #666;
				}
				#news p.more {
					font-size: .9em;
					text-align: right;
					padding-right: 5px;
				}
				#news p.more a {
					text-decoration: none;
				}
				#news p.more a:hover {
					color: #900;
				}
				#news select {
					width: 160px;
					margin: 5px;
					border: 1px Solid #666;
				}
				p.flags {
					margin: 10px;
					text-align: center;
				}
				p.flags img {
					margin: 2px 12px 0;
				}
		#center {
			float: left;
			background: url(/files/center.gif) 100% 0 repeat-y;
			width: 670px;
			margin-bottom: -3000px;
			padding-bottom: 3050px;
		}
			#center .article {
				font-size: 1.2em;
				line-height: 1.6em;
				padding: 10px 15px;
			}
			#center table {
				width: 100%;
				margin: 10px 0;
				border: 1px Solid #ddd;
			}
			#center img {
				border: 1px Solid #ddd;
				padding: 1px;
			}
				#center table tr {
					background: #f7f7f7;
					margin: 1px 1px 0;
				}
				#center table td {
					padding: 3px;
				}
			#center h2 {
				margin-bottom: 30px;
				font-weight: bold;
				font-size: 1.2em;
				color: #15367d;
			}
			#center h3 {
				font: 1.1em/2em Arial, Helvetica, sans-serif;
				color: #f00;
				font-weight: bold;
			}
			#center dl {
				margin: 10px 0;
			}
			#center ul, #center ol {
				margin: 10px 10px 10px 50px;
			}
		#right {
			float: left;
			width: 130px;
			margin-top: 5px;
		}
			#right img {
				margin-bottom: 20px;
			}
#footer {
	float: left;
	clear: both;
	background: #dedede;
	width: 100%; height: 130px;
	border-top: 10px Solid #036;
}
	#footer p, #footer img {
		padding: 5px;
	}
	#footer img {
		float: left;
		margin: 5px 10px 0 0;
	}
a.pdf, a.doc {
	display: block;
	background: url(/files/pdf.gif) 0 50% no-repeat;
	padding: 10px 0 0 40px;
	margin: 5px 0;
	height: 23px;
}
a.doc {
	background: url(/files/word.gif) 0 50% no-repeat;
	padding: 10px 0 0 35px;
}
#languages
{
	align: center;
	padding 5px 3px 5px 3px;
	margin: 3px;
	background: #eee;
}
