html{
	width: 100%;
	height: 100%;
}
body{
	width: 100%;
	height: 100%;
	margin: 0px 0px;
	padding: 0px 0px;
	font-family: verdana, arial, helvetica;
	
	font-size: 14px;
	color: rgb(38,38,38);
	background-image: url('/images/background.png');
	background-repeat: repeat-x;
	background-color: rgb(241,244,241);
	text-align: center;
}
a{
	color: rgb(0,100,180);
	text-decoration: underline;
	border: none;
}
a img{
	border: none;
}
#container{
	position: relative;
	margin: 0 auto;
	width: 840px;
	background-repeat: repeat-y;
	height: 100%;
	text-align: left;
}

#content{
	
	top: 0px;
	left: 0px;
	width: 840px;
	background-image: url('/images/content_background.png');
	background-repeat: repeat-y;
	float: left;			
}
#header{
	
	top: 0px;
	left: 0px;
	height: 298px;
	width: 840px;
	background-image: url('/images/top_background.jpg');
	background-repeat: repeat-y;
}
#logo{
	position: absolute;
	top: 18px;
	left: 45px;
	width: 171px;
	height: 46px;	
}

#languageFlags{
	position: absolute;
	top: 20px;
	right: 42px;
	_right: 30px;
	height: 16px;
	width: 78px;
}
.flag{
	position: relative;
	top: 0px;
	left: 0px;
	float: left;
	margin-right: 6px;
	width: 20px;
	height: 16px;
}

#topLinks{
	position: absolute;
	top: 48px;
	right: 13px;
	width: 400px;
	height: 35px;
	background-color: rgb(8,160,160);
}
#topLinks ul
{
	position: relative;
	top: 10px;
	left: 0px;
	height: 35px;
	
	margin: 0px 0px;
	padding: 0px 0px;
	list-style-type: none;
	z-index: 200;
	
}
#topLinks ul li{
	position: relative;
	top: 0px;
	left: 2px;
	_left: 4px; 
	float: left;
	margin: 0px 0px;
	padding: 0px 0px;
	height: 30px;
	color: rgb(255,255,255);
	z-index: 400;
}
#topLinks ul li a{
	position: relative;
	top: 0px;	
	padding: 10px 5px 8px 5px;
	height: 37px;
	
	text-decoration: none;
	color: rgb(255,255,255);
}
#headerImage{
	position: absolute;
	top: 83px;
	left: 13px;
	width: 814px;
	height: 215px;
}
#mainMenu{
	float: left;
	height: 39px;
	width: 840px;
	background-color: rgb(8,160,160);
	background-image: url('/images/menu_background.jpg');
	background-position: left bottom;
	background-repeat: no-repeat;
	
	
	z-index: 0;
}

#mainMenu ul{
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0px 0px;
	padding: 0px 0px;
	list-style-type: none;
	z-index: 9000;
}

#mainMenu ul li{
	position: relative;
	top: 0px;
	left: 36px;
	
	float: left;
	margin: 0px 0px;
	padding: 0px 0px;
	height: 30px;
	_width: 80px;
	text-align: center;
	color: rgb(255,255,255);
	z-index: 400;
}
#mainMenu ul li ul{
	
    position: absolute; 
    top: 32px;
    left: -40px;
    margin: 0;
    padding: 5px 0 0 0;
    display: none;
    list-style-type: none;
    width: 250px;
    z-index: 600;
    
}
#mainMenu ul li ul li {
    display: block;
    position: relative;
    width: 250px;
    height: 30px;
    margin: 0;
    padding: 0px 0px;
    text-align: left;
    background-image: none;
    z-index: 800;
}
#mainMenu ul li ul li a{
	display: block;
	padding: 10px 10px 5px 10px; 
	height: 20px;
	background-color: rgb(7,119,119);
	z-index: 1000;
}
#mainMenu ul li ul li a:hover{
	background-color: rgb(255,255,255);
	color: rgB(7,119,119);
	border-left: 1px solid rgb(7,119,119);
	border-right: 1px solid rgb(7,119,119);
	border-bottom: 1px solid rgb(7,119,119);
	z-index: 12000;
}
#mainMenu ul li a{
	display: block;
	padding: 10px 10px 5px 10px; 
	height: 20px;
	background-color: rgb(7,160,160);
	text-decoration: none;
	color: rgb(255,255,255);
	z-index: 300;
}
#mainMenu ul li a:hover{
	background-color: rgb(7,119,119);
}

#mainMenu ul li.active a{
	background-color: rgb(7,119,119);
}


#mainMenu ul li a:hover, #topLinks ul li a:hover{
	background-color: rgb(7,119,119);
}
		
#textData{
	position: relative;
	
	width: 820px;
	top: 0px;
	left: 10px;
	float: left;
	background-image: url('/images/text_background.jpg');
	background-repeat: repeat-y;
	padding: 0px 0px;
	*padding-bottom: 40px;
	
}
#leftColumn{
	position: relative;
	float: left;
	top: 0px;
	left: 0px;
	margin: 34px 34px 34px 34px;
	_margin: 34px 34px 34px 20px;
	width: 494px;
	font-family: verdana;
}
#righColumn{
	position: relative;
	float: left;
	top: 0px;
	left: 0px;
	margin: 34px 0px;
	width: 220px;
}
#footer{
	float: left;
	top: 0px;
	left: 0px;
	height: 29px;
	width: 840px;
	background-color: rgb(8,138,138);
	background-image: url('/images/footer_img.jpg');
	background-repeat: no-repeat;
	text-align: center;
}
#footer ul{
	position: relative;
	top: 8px;
	margin: 0 auto;
	text-align: center;
	padding: 0px 0px;
	list-style-type: none;
	width: 730px;
}
#footer ul li{
	position: relative;
	height: 12px;
	display: inline;
	float: left;
	padding: 0px 8px 2px 8px;
	font-size: 12px;
	color: rgb(255,255,255);
	border-right: 1px solid rgb(255,255,255);
}
#footer a{
	color: rgb(255,255,255);
	text-decoration: none;
}
#footer ul li:last-child{
	border: none;
}
.header24{
	display: block;
	margin: 5px 0px;
	font-size: 24px;
	font-family: arial, verdana, helvetica;
	color: rgb(23,65,65);
	font-weight: bold;
}
.header18{
	display: block;
	margin: 5px 0px;
	font-size: 18px;
	font-family: arial, verdana, helvetica;
	color: rgb(23,65,65);
	font-weight: bold;
}
.feedback_textarea{
	height: 150px;
	width: 400px;
}
 .feedback_normal{
 	width: 300px;
 }
