/* CSS Document */

body, html {
	border: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #3b651d;
	text-align: center; /* for IE5 and IE5.5 on Windows */

}

td {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #3b651d;
}

#main_container {
	display: block;
	background-color: #FFFFFF;
	height: 100%;
	margin: 0 auto;
	width: 768px;
	text-align: left; /* combat the alignment on the body */
	
	border-right-width: 1px;

	border-left-width: 1px;

	border-right-color: #c1dc00;

	border-left-color: #c1dc00;

	border-right-style: solid;

	border-left-style: solid;
	


}

a:active{
outline: none;
}
a:hover{
outline: none;
}

#header1 {

	width: 768px;
	left: 0px;
	top: 0px;
	height: 76px;
}
#menu0 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #c1dc00;
	border-right-color: #c1dc00;
	border-bottom-color: #c1dc00;
	border-left-color: #c1dc00;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

	height: 20px;
	width: 768px;
	top: 76px;
	left: 0px;
	z-index: 1;
}
#content1 {
	position: absolute;
	height: 235px;
	width: 768px;
	top: 95px;

	z-index: 10;
	border-top-color: #c1dc00;
	border-top-style: solid;
	border-top-width: 1px;	
}

#menu0 #top_menu {
	float:left;


	margin-top: 2px;
	margin-left: 40px;
	padding: 0px;
	position: absolute;
}

#menu0 #top_menu  A {
	color: #3b651d;
	text-decoration: none;
}
#menu0 #top_menu  A:hover {
	color: #c1dc00;
	text-decoration: none;
}


#menu0 #select_lang {
	position: absolute;
	margin-top: 2px;
	margin-left: 650px;

}
#menu0 #select_lang  A {
	color: #3b651d;
	text-decoration: none;
}
#menu0 #select_lang A:hover {
	color: #c1dc00;
	text-decoration: none;
}
#menu2 {
	
	background-image: url("bar.png");
	display:block;
	float:left;
	position: absolute;
	height: 15px;
	width: 768px;
	top: 316px;
	z-index: 10;
	filter:alpha(opacity=75); /* for IE */
	x_-moz-opacity:0.5; /* for mozilla */
	x_opacity: 0.5; /* for safari */
	x_khtml-opacity: 0.5 /* for konquerer and older safari */
}

#menu1 {
	position: absolute;
	width: 80px;

	z-index: 20;
	top: 316px;

}


#menu1 DIV A {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 6px;	
	height: 15px;
}
#menu1 DIV A:hover {
	text-decoration: none;
	background-color: #c1dc00;
}
.left_menu_item-no {
	color: #FFFFFF;
	background-color: #3b651d;
	height: 15px;
	margin-bottom: 5px;
	font-size: 10px;
}	
.left_menu_item-act {
	color: #FFFFFF;
	background-color: #c1dc00;
	height: 15px;
	margin-bottom: 5px;
	font-size: 10px;
}
#submenu1 span A {
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	height: 15px;
}
#submenu1 span A:hover {
	float: left;
	text-decoration: none;
	background-color: #c1dc00;
}
.right_menu_item-no {
	float: left;
	color: #FFFFFF;
	background-color: #4f9700;
	height: 15px;
	font-size: 10px;
	margin-right: 4px;
}	
.right_menu_item-act {
	float: left;
	color: #FFFFFF;
	background-color: #c1dc00;
	height: 15px;
	font-size: 10px;
	margin-right: 4px;
}

#submenu1 {

	position: absolute;
	height: 15px;

	top: 316px;
	z-index: 30;
	margin-left: 88px;
	

}
#contentOuter{ 
	abackground-color: #FFFF00;
	position: absolute;
	width: 768px;
	height: 100%;
	z-index: 0;
	apadding-top: 336px;
	apadding-bottom: 0px;
}

#contentInner{ 
	text-align: justify;
	abackground-color: #FF00FF;
	position: absolute;
	width: 668px;
	height: auto;
	_height: 238px;

	padding-right: 8px;
	z-index: 0;

	left: 88px;	
	overflow: auto;

	bottom: 10px;
	top: 336px;
}



