	
	
	
	
	BODY {
		/*background-color: #f9f9d3;*/
		margin-top: 15px; 
		margin-right: 0px; 
		margin-left: 0px; 
		margin-bottom: 0px; 
		background-color: #FFFFFF;
		background-image: url(gfx/bg.gif);
		text-align: center;
	}
	
	#borderDiv {
		width: 750px;
		display: block;
		position: relative;
		border: 2px solid #FFFFFF;
		z-index: 1;
	}
	#pageDiv {
		background-color: #f9f9d3;
		display: block;
		position: relative;
		z-index: 1;
		width: 750px;
		border-top: 7px solid #cb0302;
		border-bottom: 7px solid #cb0302;
	}
		
		#langDiv {
			display: block;
			position: relative;
			z-index: 2;
			width: 733px;
			height: 26px;
			background-color: #038938;
			border-bottom: 1px solid #000000;
			padding-right: 17px;
				text-align: right;
				font-family: Verdana;
				font-size: 9px;
				color: #a9d7bb;
				padding-top: 10px;
		}
		#logo {
			position: absolute;
			z-index: 2;
			top: 15px;
			left: 15px;
			width: 230px;
			height: 110px;			
			filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./gfx/logo.png');			
		}
	
	
	#contentLeft {
		display: block;
		position: relative;
		z-index: 3;
		width: 250px;
		float: left;
		margin-top: 112px;
	}
	
	#contentRight {
		display: block;
		position: relative;
		z-index: 3;
		width: 500px;
		float: right;
		margin-top: 49px;
	}
		#topBannerFrame {
			display: block;
			position: relative;
			z-index: 3;
			text-align: right;
			vertical-align: top;
			width: 475px;
			height: 145px;
			background-image: url('./gfx/topBannerFrame.png');
			background-repeat: no-repeat;
			margin-bottom: 15px;
		}
		* html #topBannerFrame {
			background: none;
			filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./gfx/topBannerFrame.png');	
		}

	#topMenu {
		position: absolute;
		z-index: 4;
		top: 30px;
		right: 17px;
		width: 475px;
		height: 47px;	
	}
		#topMenu #topMenuL {
			position: relative;
			z-index: 4;
			width: 4px;
			height: 47px;
		}
		#topMenu #topMenuB {
			position: relative;
			z-index: 4;
			width: 469px;
			height: 8px;
		}
		#topMenu #topMenuItems {
			position: relative;
			z-index: 4;
			width: 456px;
			height: 39px;
			background-image: url('gfx/topMenuBG.jpg');
			background-repeat: repeat-x;
			text-align: left;
			padding-left: 13px;
			line-height: 35px;
		}
		#topMenuItems A {
			font-family: Tahoma;
			font-size: 11px;
			color: #008836;
			font-weight: bold;
			text-decoration: none;
			padding-left: 13px;
			padding-right: 13px;
		}
			#topMenuItems A:hover {				
				color: #ca0303;
			}
			#topMenuItems A.active {				
				color: #ca0303;
			}
		
	
	.rightTab {
		position: relative;
		width: 475px;
		z-index: 4;
	}
	.bigTabBG {		
		position: relative;
		z-index: 4;
		width: 395px;
		height: 39px;
		background-image: url('gfx/ircBG3.png');
		background-repeat: no-repeat;
			padding-left: 80px;
			text-align: left;
			line-height: 39px;
			font-family: "Times New Roman";
			font-style: italic;
			font-size: 22px;
			color: #ca0000;
			font-weight: normal;
	}
		.bigTabBGPic {
			position: absolute;
			z-index: 5;
			top: -18px;
			left: 10px;
		}
	/** html .bigTabBG {
		background-image: none;
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./gfx/ircBG.png');
	}*/
	.ircBLBG {
		width: 5px;
		height: 100%;
		background-image: url('gfx/ircBLBG.gif');
		background-repeat: repeat-y;
	}
	.ircBRBG {
		width: 460px;
		height: 100%;
		background-image: url('gfx/ircBRBG.gif');
		background-repeat: repeat-x;	
		background-color: #f6f7f9;
		text-align: left;
		padding-left: 10px;
			font-family: Verdana;
			font-size: 10px;
			color: #008836;
			line-height: 17px;
	}		
	.newsBlock {
		padding-right: 70px;
		font-family: Verdana;
		font-size: 10px;
		color: #008836;
		line-height: 17px;
	}
		.newsBlock A {
			font-family: Verdana;
			font-size: 10px;
			color: #ca0000;
			text-decoration: none;
		}
	.bigTabBBG {
		width: 460px;
		height: 39px;
		background-image: url('gfx/ircBBBG.gif');
		background-repeat: no-repeat;
		text-align: right;
		padding-right: 15px;
			font-family: Tahoma;
			font-size: 10px;
			color: #008836;
	}
		.bigTabBBG A {
			font-family: Tahoma;
			font-size: 10px;
			color: #008836;
			text-decoration: none;
			line-height: 30px;
		}

	#print {
		z-index: 10;
		position: absolute;
		top: 0px;
		right: 17px;
	}
	* html #print {
		z-index: 10;
		position: absolute;
		top: 10px;
		right: 17px;
	}
		#print A {
			font-family: Tahoma;
			font-size: 10px;
			color: #008836;
			font-style: normal;
			text-decoration: none;
		}
	
	#mainText {
		padding-left: 10px;
		padding-right: 50px;
		font-family: Verdana;
		font-size: 10px;
		color: #000000;
		line-height: 17px;
	}

	.newsBlock .Hdr {
		font-family: Arial;
		font-size: 16px;
		color: #ca0000;
		line-height: 16px;
		font-weight: bold;
		text-decoration: none;
	}

	.h2 {
		font-family: Arial;
		font-size: 16px;
		color: #ca0000;
		line-height: 16px;
		font-weight: bold;
		text-decoration: none;
	}

	.leftBoxHeader {	
		display: block;
		position: relative;
		z-index: 7;
		width: 160px;
		height: 39px;
		background-image: url('gfx/leftTabHeader.jpg');
		background-repeat: no-repeat;
			padding-left: 70px;
			text-align: left;
			line-height: 39px;
			font-family: "Times New Roman";
			font-style: italic;
			font-size: 22px;
			color: #ca0000;
			font-weight: normal;
	}
		.smallTabBGPic1 {
			position: absolute;
			z-index: 5;
			top: -10px;
			left: 10px;
		}
		.smallTabBGPic2 {
			position: absolute;
			z-index: 5;
			top: -3px;
			left: 10px;
		}		
	.leftBoxBody {
		position: relative;
		z-index: 4;
		width: 210px;
		height: 100%;
		background-image: url('gfx/leftTabBody.jpg');
		background-repeat: repeat-y;
		padding-left: 20px;
		/*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='gfx/leftTabBody.jpg',sizingMethod='scale');*/
		background-color: #f6f7f9;
		text-align: left;
			font-family: Verdana;
			font-size: 11px;
			color: #676767;
			line-height: 17px;
	}
	.leftBoxFooter {
		width: 215px;
		height: 39px;
		background-image: url('gfx/leftTabFooter.jpg');
		background-repeat: no-repeat;
		text-align: right;
		padding-right: 15px;
	}
		.leftBoxFooter A {
			font-family: Tahoma;
			font-size: 10px;
			color: #008836;
			text-decoration: none;
			line-height: 30px;
		}
	
	.subHdr {
		font-family: Tahoma;
		font-size: 11px;
		color: #008836;
		line-height: 18px;
		font-weight: bold;
		text-decoration: none;
	}
	
	.sh_input {
		position: relative;
		z-index: 6;
		width: 100px;
		height: 18px;
		border: 1px solid #cacacb;
		font-family: Verdana;
		font-size: 11px;
		color: #676767;
		line-height: 18px;
	}
	.sh_link {
		font-family: Tahoma;
		font-size: 11px;
		color: #008836;
		line-height: 18px;
		font-weight: bold;
		text-decoration: none;
	}
	
	
		#footerDiv {
			display: block;
			position: relative;
			z-index: 2;
			width: 716px;
			height: 33px;
			background-color: #038938;
			border-top: 1px solid #000000;
			padding-left: 17px;
			padding-right: 17px;
		}
			#footerDiv .left {				
				float: left;
					font-family: Verdana;
					font-size: 9px;
					color: #a9d7bb;
					line-height: 33px;
			}
			#footerDiv .right {
				float: right;
					font-family: Verdana;
					font-size: 9px;
					color: #a9d7bb;
					line-height: 33px;
			}
	


	.link {
		font-family: Verdana;
		font-size: 10px;
		color: #ca0000;
		text-decoration: none;
	}
		.link:hover { 
			text-decoration: none;
		}
	TD A, .func {
		font-family: Verdana;
		font-size: 10px;
		color: #ca0000;
		text-decoration: none;
	}
		TD A:hover, .func:hover { 
			text-decoration: underline;
		}
	
	#leftMenu {
		width: 180px;
		list-style: none;
		list-style-image: none;
		margin: 0px;
		padding: 0px;
	}
		#leftMenu LI {
			list-style: none;
			list-style-image: none;
				font-family: Tahoma;
				font-size: 11px;
				color: #008836;
		}
			#leftMenu LI A {				
				font-family: Tahoma;
				font-size: 11px;
				color: #008836;
				font-weight: bold;
				text-decoration: none;
			}
			#leftMenu LI A:hover, #leftMenu LI A.active {				
				font-family: Tahoma;
				font-size: 11px;
				color: #ca0303;
				font-weight: bold;
				text-decoration: none;
			}

	#leftMenu #leftThirdMenu {
		list-style: none;
		list-style-image: none;
			margin: 0px;
			padding: 0px;
			margin-left: 15px;
	}
		#leftMenu #leftThirdMenu LI {
			list-style: none;
			list-style-image: none;				
		}
			#leftMenu #leftThirdMenu LI A {				
				font-family: Tahoma;
				font-size: 11px;
				color: #008836;
				font-weight: normal;
				text-decoration: none;
			}
			#leftMenu #leftThirdMenu LI A:hover, #leftMenu #leftThirdMenu LI A.active {				
				font-family: Tahoma;
				font-size: 11px;
				color: #ca0303;
				font-weight: normal;
				text-decoration: none;
			}

	
	
	
	
	
	.clear{
		clear:  both; 
		height: 0px; 
		overflow: hidden;
	}
	html[xmlns] .mozclear
	{
		/* this selector should be valid CSS, but Opera 7.5 (and above) will pick
		 * this up as well. Shouldn't be a problem, Opera should handle this fine,
		 * but it's a Mozilla-targeted hack, and it should probably only affect
		 * mozilla. You can do that by replacing the INVALID CSS selector
		 * :root .mozclear for what's give here.
		 */
		border-bottom: 1px solid;
		border-color: transparent;
		margin-bottom: -1px;
	}
	.cma, .cma a, .cma a:hover {
		position:absolute;
		bottom:-11px;
		right:1px;
		float:right;
		z-index:100;
	}