*
{
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
	border: none;
}

html
{
	text-align: center;
	/*font-family: Lucida Grande, Lucida Sans Unicode, Helvetica, Arial, sans-serif;*/
	font-family: Helvetica, Arial, Lucida Grance, Lucida Sans Unicode, Tahoma, sans-serif;
	/*background: white url(Images/Grid.gif) repeat scroll top left;*/
}

body
{
	text-align: left;
	margin: 0 auto;
	width: 760px;
}

a
{
	color: #069;
}

br.clear
{
	clear: both;
}

/* Header */
	h1 a span
	{
		position: absolute;
		top: -10000px;
	}

	h1
	{
		width: 200px;
		height: 100px;
		background: transparent url(Images/Logo.gif) no-repeat scroll top left;
		float: left;
	}
	h1 a
	{
		display: block;
		width: 200px;
		height: 100px;
	}

	/* Navigation */
		#nav
		{
			width: 559px;
			margin-left: 201px;
			height: 100px; /* h1 */
		}

		#nav ul
		{
			width: 559px;
			display: block;
			height: 30px;
			list-style: none;
		}
		#nav li
		{
			display: inline;
			float: left;
		}
		#nav li a, #nav li span
		{
			display: block;
			padding: 0 12px;
			margin-top: 8px;
			border-left: 1px solid #666;
			text-decoration: none;
			color: #666;
		}

		/* Topmost menu */
			#nav #Menu-Org
			{
				background-color: #ccc;
				margin-top: 19px;
			}
			#nav #menu-Lang1 a, #nav #menu-Lang1 span
			{
				border-left: none;
			}
			#nav #menu-Home a, #nav #menu-Home span
			{
				margin-left: 98px;
				border-left: none;
			}

		/* Section menu */
			#nav #Menu-Content
			{
				margin-top: 10px;
			}
			#Menu-Content .first a, #Menu-Content .first span
			{
				border-left: none;
			}

hr
{
	height: 4px;
	background-color: #69c;
	border-top: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
}

/* Page content container */
	#Container
	{
		background: transparent url(Images/Content1.gif) repeat-y scroll top left;
	}
	body.noside #Container
	{
		background-image: url(Images/Content2.gif);
	}
	#Container div
	{

	}

	/* One of the sidebars */
		#Aside1
		{
			width: 200px;
			float: left;
		}
		#Aside1 ul, #Aside1 ul li
		{
			list-style: none;
		}
		#Aside1 ul li a
		{
			color: white;
			text-decoration: none;
		}
		#Aside1 ul
		{
			padding-top: 44px;
			padding-left: 20px;
		}
		#Aside1 ul li
		{
			margin-top: 5px;
		}
		#Aside1 li.current, #Aside1 li.current a
		{
			font-weight: bold;
		}

		#Aside1.fp
		{
			width: 232px;
			background: transparent url(Images/Aside3.gif) no-repeat scroll top left;
			min-height: 400px;
		}

	/* Page content */
		#Content
		{
			width: 374px;
			margin-left: 201px;
			margin-top: 1px;
			line-height: 18px;
			padding-bottom: 10px;
			position: relative;
			min-height: 400px;
		}
		#Content.fp
		{
			min-height: 400px;
			padding-top: 20px;
		}
		body.noside #Content
		{
			width: 559px;
		}
		h2, h3, .h2, .h3
		{
			padding-top: 18px;
			font-weight: bold;
			padding-bottom: 10px;
		}
		h2, .h2, div#TextContent, div#Children, ul#Links, div#PersonInfo
		{
			margin-left: 20px;
			margin-right: 20px;
		}
		.fp h2, .fp .h2, .fp div#TextContent, .fp div#Children, .fp div#PersonInfo
		{
			margin-left: 30px !important;
		}
		div#Children.separated
		{
			margin-top: 30px;
			border-top: 1px solid #ddd;
		}
		div#TextContent li
		{
			margin-left: 20px;
		}
		.fp div#Children
		{
			display: none;
		}
		ul#Links
		{
			list-style: none !important;
		}
		ul#Links li
		{
			list-style: none;
		}
		h3, h3 a, .h3, .h3 a
		{
			color: #069;
		}
		h2, .h2
		{
			font-size: 16px;
		}
		p
		{
			margin-bottom: 11px;
		}
		p img
		{
			border: 1px solid #ddd;
			margin: 10px 0;
			padding: 10px;
		}
		.fp p
		{
			margin-bottom: 20px;
		}

		#Content u, #Content u *
		{
			text-decoration: underline;
		}
		#Content strong, #Content b, #Content strong *, #Content b *
		{
			font-weight: bold;
			color: #069;
		}
		#Content em, #Content i, #Content em *, #Content i *
		{
			font-style: italic;
		}

	/* The other sidebar */
		#Aside2
		{
			width: 187px;
			float: right;
			height: 200px;
		}
		body.noside #Aside2
		{
			display: none;
		}

/*	Footer */
	#Footer
	{
		margin-top: 1px;
		height: 30px;
		line-height: 30px;
		color: white;
		text-align: center;
	}
	#Footer a
	{
		color: white;
	}
	#Footer div
	{
		height: 30px;
	}
	#Footer-Misc
	{
		width: 200px;
		background-color: #69c;
		float: left;
	}
	#Footer-Content
	{
		width: 559px;
		margin-left: 201px;
		background-color: black;
	}

#Map
{
	width: 200px;
	height: 258px;
	background: transparent url(Images/Map.gif) no-repeat scroll top left;
	position: absolute;
	bottom: 0 !important;
	left: -201px;
}
#Map a
{
	display: block;
	width: 200px;
	height: 258px;
}
