@charset "utf-8";

/*-----------
    STANDARD HTML TAGS 
			-----------*/

	body {
		border:0;
		text-align:center; /*trick for IE6*/
		color: #666666;
		background-color: #FFFFFF;
		font-family: Cambria, "Book Antiqua", Georgia, "Palatino Linotype", serif;
		font-size: 12pt;
		font-style: normal;
		margin:0;
		padding:0;
		
		
		
	}
	input, form{
		color: #000000;
		font-family: Verdana, Arial, sans-serif;
		font-size: 10pt;
		font-style: normal;
	}
	img {border:0;}
	
	h1 {
		font-size:130%;
		color:#000000; 
		padding: 10px 0 10px 0;
		font-variant:small-caps; 
		text-align:left; 
	}
		
	h2 {
		/* font-size:130%;
		color:#000000;
		font-style:oblique;
		padding: 20px 0 0px 0; */
		
		font-size:115%;
		font-style:oblique;
		padding: 5px 0 0 0;
		border-top: #8FD627 solid 1px;
		
	}
	h3 {
		font-size:100%;
		font-style:bold;
		padding: 0 0 5px 0;
		
		
		
	}
	
	a:link, a:visited {
		color:#84C225;
		text-decoration:none;
	}
	a:hover { 
				
		border-bottom: #84C225 dotted thin;
		color:#8FD627;
		 
	}
	a img {
		border: none;
		
	}
	
	

	
	

/*----------- 
        PAGE LAYOUT 
-----------*/
	#pageWrapper{
		width: 100%;		
		margin: 0;
		
		
		
	}

				
			/*top*/
			#header{
				background-image: url(img/header.png);
				background-repeat: no-repeat;
				height: 150px;
				width:900px;
				margin: 10px auto 0 auto;
				text-align:left; /*for IE6*/
				
			
			}
			
				#navigation{
					background-image:url(img/main_top.png);
					background-repeat: no-repeat;
					background-position:bottom center;
					height:100px;
					width:1000px;
					margin: 0 auto;
					
				}
			
				#navBar{
					height:33px;
					width:800px;
					position:relative;
					left:110px;
					top:78px;					
					text-align:left;
					
					
					
				
				}
					#navBar ul {
						list-style-image:none;
						list-style-position:outside;
						list-style-type:none;
						margin:0;
						padding:0px;
						
					}
					#navBar ul li {
						float:left;
						
					}
					#navBar ul li a.current, #navBar ul li a:hover {
						background-color:#1F1A17;
						text-decoration:none;
						font-weight:normal;						
						color:#FFFFFF;
						line-height:33px;
						padding: 0 10px 0 10px;
						border:none;
					}
					#navBar ul li a {
						color:#FFFFFF;
						display:block;
						float:left;
						font-family: Helvetica, Arial, Verdana, sans-serif;
						font-size:12px;
						font-variant:small-caps;
						letter-spacing:0.05em;
						line-height:33px;
						text-decoration:none;
						padding: 0 10px 0 10px;
					}
						 
	
			/* middle */
			#middle_wrapper{
				width:100%;
				
				
			}
			
				#middle{
					
					width:900px;
					margin: 0 auto;
					text-align:left; /*for IE6*/
					overflow:auto;
					padding-bottom:10px;					
					
									
				}
				
					
				#middleLeft{
					float:left;
					width:200px;
					margin: 0 0 0 0px;
					/*border-left:#EEEEEE thin solid;
					border-right:#DDDDDD thin solid;
					border-top:#DDDDDD thin solid;
					border-bottom:#EEEEEE thin solid;*/
					
					
					
				}
					.middleLeftBlock{
						padding: 0 0 10px 0;
					
					}
				
				#middleMain{
					float:right;
					width:660px;
					padding-bottom:20px;
													
					
				}
					
			
			/* bottom */
			#footer_wraper{
				
				clear:both;
				
				
			}
							
				#footerLogo{
					padding: 10px 0px 10px 0;
					margin: 0 auto;
					width: 900px;
					text-align:center;
					border-top:3px solid #CCCCCC;
					
					
				
				}
					#footerLogo span{
						padding-right:20px;
						
					
					}
				
				#footerText{
					padding: 0px;
					margin: 0px auto;
					width: 900px;
					height:33px;
					line-height:33px;
					
					background-image:url(img/footerTextBg3.png);
					background-repeat:repeat-x;
					/* border-bottom:thin solid #CCCCCC; */		
				
				}	
					
					
			
/*----------- 
        TEXT AND TABLE CLASSES 
		     -----------*/
	
	td.feesYes{
		background:  url(img/tickYes.gif) center center no-repeat;
	}
	td.feesNo{
		background:  url(img/tickNo.gif) center center no-repeat;
	}
	tr.tableOdd{
		background-color:#F0F8D1;/*#E8F4BB;#F8F8F8;*/
		
	}
	td.tableICANNGA{
		background-color:#F0F8D1;
	}	
	
	.text_leftBlockHeader{
		font-size:110%;
		color:#FFFFFF;
		font-variant:small-caps;
		font-weight:bold;		
		letter-spacing:1px;
		text-align:center;
		background: url(img/sideBarBg.png) repeat-x;
		padding:0;
		margin:0;
		
	}
	p.text_leftBlockBody{
		font-size:90%;
		margin: 10px;		
		text-align:left;	
		
	}
	p.text_leftBlockBodyCenter{
		font-size:90%;
		margin: 10px;		
		text-align:center;	
		
	}
	
	.text_sectionBody{
		
		text-align:left;
		padding=0;
		
	}
	.text_notes{
		font-size:100%;
		color: #AAAAAA;
		
		
	}
	.text_footer{
		font-size:80%;
		color:#777777;
		font-family:Cambria, "Book Antiqua", Georgia, "Palatino Linotype", serif;;
		padding:0px;
		margin:0px;
		text-align:center;
		
	
	}
	.blockContainer ul li{
	  
	}
	.blockImgTekst {
		height:150px;
	}
	.blockImgTekst p{
		margin:4px;		
		clear:right;
		
	}
	.blockImgTekst img{
		margin: 0 10px 4px 0;
		clear:left;
		float:left;
	}
	
	.blockImgTekst2{
		
	}
	.blockImgTekst2 p{
		margin:4px;		
		clear:right;
		
	}
	.blockImgTekst2 img{
		margin: 0 10px 4px 0;
		clear:left;
		float:left;
	}
	
	
/*----------- 
        BUTTON CLASSES 
		     -----------*/

	
	
	
/*----------- 
        OTHER CLASSES 
		     -----------*/

	a.image, a:hover.image {
		border:none;
		background:none;
	}
	
