/* Layout */

	body {
		margin: 0px;
		padding: 0px;
		background: #ffffff;
		color: #000000;
		font-size: 100%;
		line-height: 18px;
	}

	#body1 { background: url(../images/body_bgimage.gif) repeat-y; }

	#body2 { background: url(../images/body_bgimage2.gif) repeat-y; }

	#content {
		position: absolute;
		top: 30px;
		right: 0px;
		left: 250px;
		margin: 0px;
		padding: 10px;
		background: #FFFFFF;
		border-left: 1px solid #9CBEEB;
		z-index: 50;
	}

	#contentFB {
		position: absolute;
		top: 28px;
		right: 0px;
		left: 250px;
		margin: 0px;
		padding-top: 0px;
		padding-left: 10px;
		background: #FFFFFF;
		border-left: 1px solid #9CBEEB;
	}

	#popcontent {
		position: absolute;
		top: 30px;
		left: 0px;
		margin: 0px;
		padding: 10px;
		background: #FFFFFF;
		border-left: 1px solid #9CBEEB;
		z-index: 50;
	}

	#header {
		position: fixed;
		top: 0px;
		left: 0px;
		background: url(../images/header_background.gif) repeat-x;
		width: 100%;
		height: 30px;
		z-index: 100;
	}

	#navigation {
		position: absolute;
		top: 30px;
		left: 0px;
		width: 250px;
		border: 0px solid black;
		z-index: 5;
	}

	#doorhandle {
		position: absolute;
		top: 2px;
		left: 228px;
	}

	#menu {
		padding: 10px;
		padding-left: 20px;
	}

	.menubg {
		background: url(../images/menu_bgimage.gif) -1px -1px repeat-y;
		border: 0px solid black;
	}

	.menubg .active { display: block; }

	.submenubg {
		background: url(../images/menu_bgimage.gif) 17px -1px repeat-y;
		border: 0px solid black;
		display: none;
	}

	.submenubg .active { display: block; }

	#links {
		margin: 0;
		padding: 0;
		list-style: none;
	}

	#links li ul {
		margin: 0;
		padding-left: 18px;
		list-style: none;	
	}
	

/* Formatting */

	#container {
		font-family: verdana, arial, serif;
		font-size: 0.75em;
	}

	#menu {
		font-size: 0.80em;
	}

	a {
		cursor: pointer;
		color: #0C5387;
		font-weight: bold;
	}

	a:hover {
		background-color: #F0F4FA;
		color: #F0B034;
	}

	a img  { border: 0px; }

	#navigation, 
	#navigation a {
		color: #0C5387;
		text-decoration: none;
	}

	#navigation a:hover { color: #F0B034; }

	#navigation li a { text-decoration: underline; }

	#navigation li ul li a { text-decoration: none; }

	#navigation li ul li ul li a { font-weight: normal; }

	div h1 {
		margin: 0px;
		padding: 10px 0px;
		font-size: 1em;
		font-weight: bold;
		line-height: 1.2em;
	}

	h2 {
		margin: 0px;
		padding: 5px 0px;
		font-size: 1.5em;
		font-weight: bold;
		line-height: 1.2em;
	}

	h3 {
		margin: 0px;
		padding: 5px 0px;
		font-size: 1.2em;
		font-weight: bold;
		line-height: 1.2em;
		text-decoration: underline;
	}

	.hr1 {
		width: 95%;
		margin: 0 auto 0 0;
		color: #9CBEEB;
		text-align: left;
	}

	.hr2 {
		width: 80%;
		margin: 0 auto 0 0;
		color: #cccccc;
		text-align: left;
	}

	.navhr {
		margin: 0 auto 0 0;
		color: #999999;
		text-align: left;
	}

	p {
		margin-bottom: 18px;
		margin-top: 0px;
		text-align: justify;
	}

	.ImageThumb {
		float: right;
		width: 150px;
		margin: 0px 10px;
		padding: 5px;
		background-color: #cccccc;
	}

	.ImageThumg img { margin: auto; }

	.ImageThumb p {
		margin-bottom: 2px;
		color: #000000;
		font-size: 10px;
		font-style: italic;
		text-align: center;
	}

	li { text-align: justify; line-height: 26px; }

	li img { vertical-align: middle; }

	#content li ul li { font-size: 90%; color: #1262B3;}

	strong { text-decoration: underline; }

	#popcontent img { border: 1px solid black; }

	#steps li { padding-bottom: 10px; }

	.hideme {display: none;}

	.showme {display: block;}


	#content2 {
		position: absolute;
		top: 20px;
		right: 0px;
		left: 0px;
		margin: 0px;
		padding: 10px;
		background: #FFFFFF;
		z-index: 50;
	}
	
	#navigation li a.independentlink {
		cursor: pointer;
		color: #0C5387;
		font-weight: normal;
		text-decoration:none;
		font-weight: bold;
	}

	#navigation li a.independentlink:hover {
		background-color: #F0F4FA;
		color: #F0B034;
		text-decoration:none;
		font-weight: bold;
	}

	#navigation li a.independentlink2 {
		cursor: pointer;
		color: #0C5387;
		font-weight: normal;
		text-decoration:none;
	}

	#navigation li a.independentlink2:hover {
		background-color: #F0F4FA;
		color: #F0B034;
		text-decoration:none;
	}

	a.langtype {
		cursor: pointer;
		color: #000;
		font-weight: normal;
	}

	a.langtype:hover {
		background-color: #F0F4FA;
		color: #F0B034;
	}
	
