html,body	{
		height:100%;
		margin: 0;
		padding:0px;
		font-family: Verdana, Arial, Tahoma, sans-serif;
		color: #163576;
		text-align:center;
		font-size: 12px;
	}
	a	{
		color: #5C5857;
		font-family: Verdana, Arial, Tahoma, sans-serif;
		text-decoration: underline;
		font-size: 12px;
	}
	a:hover	{
		text-decoration: none;
	}
	td	{
		font-size: 12px;
	}
	img 	{
		border:none;
	}

	table td {
		padding: 0px;
		vertical-align:top;
	}
	.global	{
		width:900px;
		margin:0 auto;
	}
	.headerTop	{
		border-bottom:solid 4px #0b6fcd;
		padding:0 8px;
		height:14px;
		font-size: 11px;
	}
	.headerTop a	{
		font-size: 11px;
	}
	.headerTop .right	{
		float:right;
	}
	.headerTop .right strong	{
		float:right;
		color:#a4a4a4;
		margin-left:17px;
	}
	.headerTop .left	{
		float:left;
		color:#0970cd;
		font-weight:bold;
		text-transform:uppercase;
	}
	.headerTop .left a	{
		color:#a4a4a4;
		text-decoration:none;
		margin-left:4px;
	}
	.headerTop .left a:hover	{
		text-decoration: underline;
	}
	.headerIll	{
		border-left:solid 4px #0b6fcd;
		border-right:solid 4px #0b6fcd;
		margin-top:2px;
		padding:0 2px;
	}
	.headerIll div	{
		background:url(images/header_ill.jpg) no-repeat;
		width:888px;
		height:153px;
	}
	 .headerIll_eng div     {
                background:url(images/header_ill_eng.jpg) no-repeat;
                width:888x;
                height:153px;
        }
        .headerIll_eng	{
		border-left:solid 4px #0b6fcd;
		border-right:solid 4px #0b6fcd;
		margin-top:2px;
		padding:0 2px;
	}
        .headerIll div a	{
		float:right;
		width:251px;
		height:106px;
		display:block;
	}
        .headerIll_eng div a	{
		float:right;
		width:251px;
		height:106px;
		display:block;
	}
	.content	{
		border-left:solid 4px #0b6fcd;
		border-right:solid 4px #0b6fcd;
		margin-top:2px;
		padding:0 2px;
		text-align:left;
		min-height:250px;
	}
	.contentBg	{
		background:#f1f3f2;
/*		min-height:330px;*/
	}
	*html .contentBg	{
		height:330px;
	}
/* -------------  DROP DOWN MENU ------------- */
	#nav, #nav ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	#nav li {
		float: left;
		position: relative;
	}
	#nav a {
		display: block;
		color:white;
		background: url(images/menu_bg.gif) left no-repeat #164677;
		width:126px;
		text-decoration:none;
		line-height:20px;
		padding-left:20px;
		margin-right:2px;
		font-weight:bold;
	}
	#nav a.last {
		width:128px;
		margin-right:0;
	}
	#nav a:hover {
		text-decoration: underline;
	}
	#nav li ul {
		display: none;
		position: absolute;
		left:-2px;
		top:20px;
		text-align:left;
		background:#0B6FCD;
		border:solid 1px white;
	}
	*html #nav li ul {
		width:200px;
	}
	#nav li li a {
		display: block;
		width:200px;
		clear:both;
		padding-left:15px;
		color:#ffffff;
		font-family: Arial, Tahoma, Verdana, sans-serif;
		font-size: 12px;
		background:none;
		margin-right:0;
		font-weight:normal;
	}
	*html #nav li li a {
		width: auto;
		clear: none;
		height:20px;
	}
	#nav li li a:hover {
		background:#226CB8;
	}
	#nav li li {
		border-bottom: none !important;
	}
	#nav li:hover ul,
	#nav li.jshover ul {
		display: block;
	}

	#nav li:hover li ul,
	#nav li.jshover li ul {
		display: none;
	}
	#nav li:hover li:hover ul,
	#nav li.jshover li.jshover ul {
		display: block;
	}

/* ------------- / DROP DOWN MENU ------------- */
	.br	{
		clear:both;
		height:1px;
	}
	.rightCol	{
		background:#e6eef0;
		border:solid 1px #164677;
		float:right;
		width:163px;
		padding-left:9px;
		padding-right:8px;
		min-height:200px;
		margin-top:4px;
	}
	*html .rightCol	{
		height:200px;
	}
	.workArea	{
		display:table;
		padding:25px 8px 30px 40px;
	}
	*html .workArea	{
		margin-right:178px;
	}
	.workArea p	{
		padding:0;
		margin:0;
		line-height:20px;
		margin:12px 0;
	}
	.workArea p:first-letter	{
		margin-left:37px;
	}
	.workAreaTitle	{
		border-bottom:solid 1px #4c96d7;
		font-weight:bold;
		color:#183376;
		padding-bottom:3px;
	}
	.bottom	{
		margin-top:2px;
		background:url(images/bottom_bg.gif);
		line-height:21px;
		text-align:left;
		font-weight:bold;
		color:#183376;
		padding:0 8px;
	}
	.bottom a	{
		font-weight:bold;
		color:#183376;
		text-decoration: none;
	}
	.bottom a:hover	{
		text-decoration: underline;
	}
	.bottom .right	{
		float:right;
	}
