html{
	width:100%;
	height:100%;
	overflow:hidden;
}
body{
	overflow:hidden;
	width:100%;
}

#supersize img{ 
	height:100%; 
	width:100%; 
	display:none;
} 
#supersize img{ 
	display:inline; 
}

#content{
	margin:0px auto;
	height:100%;
	width:100%;
	position:absolute;
	top:0;
	overflow:auto;
}

.main_container
{
	width:1000px;
	margin:0 auto;
	text-align:center;
	z-index:10;
	position:relative;
}
.top
{
	width:100%;
	/*height:196px;*/
	height:145px;
	text-align:left;
}
	#menu_top{
		width:500px;
		height:145px;
		margin:0 auto;
		float:left;
	}
	.top div
	{
		float:left;
		margin-right:25px;
	}
	.top a:link, .top a:visited
	{
		color:#FFF;
		font-size:11pt;
		font-weight:bold;
	}	
	.logo
	{
		float:right;
		margin:50px 5px auto;
	}	
.document
{
	width:100%;
	/*height:556px;
	margin:0 auto;*/
	text-align:left;
	background:#FFF;
	/*overflow:hidden;*/
	float:left;

	
}
	.flash_video_large
	{
		width:508px;
		height:556px;
		margin:0 auto;
		float:left;
		/*background:url('../images/doc_images_bg.jpg') repeat-y;
		background-position:top right;*/
		overflow:hidden;
	}
	.attachments
	{
		width:499px;
		padding:11px 9px 0px 0px;
		margin:0 auto;
		float:left;
		height:545px;
		/*background:url('../images/doc_images_bg.jpg') repeat-y;
		background-position:top right;*/
	}
		.doc_images
		{
			margin:0 auto;
			margin-left:9px;
			padding:0px;
			width:482px;
		}
			.doc_images img
			{
				float:left;
				margin-right:10px;
				margin-bottom:10px;
			}
		.flash_video
		{
			margin:0 auto;
			width:499px;
			height:279px;
			overflow:hidden;
		}
	#doc
	{
		width:425px;
		/*height:463px;*/
		float:left;
		margin:0 auto;
		position:relative;
		padding:54px 23px 30px 43px;
	}
		#main_content
		{
			position:relative;
			width:406px;
			float:left;
			/*height:440px;
			overflow:hidden;*/
			padding:0px;
		}
		.doc_content
		{
			width:366px;
			padding:0px;
			/*position:absolute;*/
		}
	.scroll_container
	{
		width:16px;
		text-align:center;
		height:463px;
		float:left;
	}
	#sliderbar
	{
		margin:0 auto;
		width:16px;
		height:463px;
		background-image:url("../images/scroll_handle.jpg");
		background-repeat:repeat-y;
		background-position:top center;
	}
	#slidertop
	{
		margin:0 auto;
		width:8px;
		height:7px;
		background-image:url("../images/scroll_top.jpg");
		background-repeat: no-repeat;
		cursor:pointer;
	}
	#sliderbottom{
		margin:0 auto;
		width:8px;
		height:7px;
		background-image:url("../images/scroll_bottom.jpg");
		background-repeat: no-repeat;
		position: absolute;
		z-index: 0;
		top: 517px;
		left:453px;
		cursor:pointer;
	}
	#sliderhandle
	{
		width:16px;
		height:14px;
		background-image:url("../images/star.jpg");
		background-repeat:repeat-y;
		cursor: pointer; 
		cursor: hand;
		z-index: 100;
	}
.break
{
	width:0px;
	height:0px;
	overflow:hidden;
	clear:both;	
}
.break
{
	width:0px;
	height:0px;
	overflow:hidden;
	clear:both;	
}
	.footer
	{
		color:#FFF;
		width:100%;
		float:left;
		margin-top:10px;
	}
		.credit{
			width:250px;
			float:left;
			text-align:left;
			font-size:7pt;
		}
		.address{
			float:right;
			width:600px;
			text-align:right;
		}
		.address a:link, .address a:visited
		{
			color:#FFF;
			font-size:8pt;
		}

.lang{
	width:70px;
	float:left;
	margin:0 auto;
	background:#FFF;
	height:36px;
}
	.lang img{
		margin:12px 0px 0px 35px;
		float:left;
	}

/*.menu_left_outer{
	width:923px;
	background:#FFF;
	height:26px;
	margin:0 auto;
	margin-bottom:7px;
	padding:5px 0px 5px 7px;
	position:relative;
	overflow:hidden;
	float:left;
}
.menu_left
{
	width:993px;
	position:absolute;
	bottom:0;
	left:0;
}
*/
.menu_left{
	width:923px;
	background:#FFF;
	height:31px;
	margin:0 auto;
	margin-bottom:7px;
	padding:2px 0px 3px 7px;
	position:relative;
	overflow:hidden;
	float:left;
}
	.menu_separator{
		clear:both;
		width:923px;
		height:1px;
		background:#A19E95;
		margin:0px 5px 0px 7px;
	}
	.menuitem, .menuitem_active
	{
		float:left;
		margin:0 auto;
		padding-right:7px;
		padding-left:7px;
		background:url('../images/menusep.gif') no-repeat;
		background-position:center right;
		padding-bottom:2px;
	}

	.menuitem_active{
		font-weight:bold;
	}
	
	.menuitem a:link,.menuitem a:visited
	{
		color:#000;	
	}
	.menuitem_active a:link, .menuitem_active a:visited, .menuitem a:hover
	{
		color:#A12444;
	}
	
.clearer
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}