body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #1F1F21;
	background-color: #EFEFEF;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
a {
	color: #009933;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.lang {
	color: #333333;
	text-decoration: none;
}
ul {
	list-style-type: square;
}

.cleardivleft {
	clear: both;
}
.emptyrow {
	margin-top: 5px;
}
.hr_gray {
	background-color: #818181;
	width: 900px;
	height: 1px;
}
.sponsorimage{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 10px;
	margin-left: 10px;
}
.news_heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: bolder;
	color: #1AB311;
	text-align:left;
	margin-top: -10px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	/*display: block;*/
}
.news_date {
	font-size: 9pt;
	color: #009933;
	text-align:left;
	margin-top: 0px;
	margin-bottom: 10px;
}

/* --------------- upper area --------------- */
#upper_frame{
	background-color: #EFEFEF;
	position: relative;
}
#logobox {
	background-color: #FFFFFF;
	/*border: 1px dotted #999999;*/
	width: 900px;
	text-align: left;
	position: relative;
}
#logo {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 10px;
	padding: 0px;
}

#languageselection {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #666666;
	text-align: right;
	margin: 0px;
	padding: 5px;
}

/* --------------- central area --------------- */
#middle_frame {
	background-color: #EAEAEA;
	position: relative;
}

#mainbox {
	background-color: #FFFFFF;
	width: 900px;
	/*border: 1px solid #000066;*/
	text-align: center;
	position: relative;
}

/* leftsidebox 180px in total */
#leftsidebox {
	background-color: #FFFFFF;
	/*border: 1px dotted #999999;*/
	width: 178px;
	text-align:left;
	padding-top: 15px;
	margin: 0px;
	position: relative;
	float: left;
}

/* centerbox 450px in total */
#centerbox {
	text-align: justify;
	background-color: #FFFFFF;
	/*border: 1px dotted #99FF33;*/
	width: 548px;
	padding-top: 15px;
	margin: 0px;
	position: relative; 
	float: left;
}

/* rightsidebox 170px in total */
#rightsidebox {
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: left top;
	/*border: 1px dotted #FF9933;*/
	width: 158px;
	text-align:left;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 15px;
	margin-bottom: 20px;
	position: relative; 
	float: right;
}

/* --------------- bottom area --------------- */
#bottom_frame {
	background-color: #EFEFEF;
}

#btmbox {
	background-color: #FFFFFF;
	width: 900px;
	padding-top: 10px;
	margin: 0px;
}

/* --------------- menu area --------------- */
#menubox {
	background-color: #E2E2E2;
	border-left: 6px solid #1AB311;
	border-right: 1px solid #1AB311;
	text-align:left;
	margin-left: 5px;
	margin-right: 5px;
	padding-left: 8px;
	padding-top: 20px;
	padding-bottom: 10px;
	/*background-image: url(img/menubg5.png);
	background-repeat: repeat-x;
	background-position: left top;*/
}
/* ------------ level 1 menu management ------------*/
a.level1 {
	color: #1AB311;
	text-decoration: none;
}
a.level1:hover {
	color: #1F1F21;
	text-decoration: none;
}
a.level1_current {
	color: #1F1F21;
	text-decoration: none;
}

ul.level1 {
	font-variant: normal;
	color: #1AB311;
	font-weight: bold;
	display: block;
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
	/*list-style-position: outside;
	list-style-image: url(img/bullet1.gif);
	list-style-type: none;*/
}
li.level1 {
	margin-bottom: 6px;
	padding-left: 10px;
	background-image: url(img/bullet1.gif);
	background-repeat: no-repeat;
}
li.level1_selected {
	color: #1F1F21;
	/*display: block;
	list-style: none;
	margin-left: -10px;
	padding-left: 10px;*/
	margin-bottom: 6px;
	padding-left: 10px;
	background-image: url(img/bullet1.gif);
	background-repeat: no-repeat;
}
div#selected_menu_branch {
	display: block;
	
}
/* ------------ level 2 ------------ */
a.level2 {
	color: #1AB311;
	text-decoration: none;
}
a.level2:hover {
	color:  #1F1F21;
	text-decoration: none;
}
a.level2_current {
	color: #1F1F21;
	text-decoration: none;
}

ul.level2 {
	color: #1AB311;
	font-weight: normal;
	font-variant: normal;
	display: block;
	list-style: none;
	margin-left: 10px;
	padding-left: 0px;
}
li.level2 {
	margin-bottom: 5px;
	padding-left: 7px;
	background-image: url(img/bullet3.gif);
	background-repeat: no-repeat;
}
li.level2_selected {
	color: #1F1F21;
	margin-bottom: 5px;
	padding-left: 7px;
	background-image: url(img/bullet3.gif);
	background-repeat: no-repeat;
}

/* ------------ level 3 and more ------------ */
a.level3 {
	color: #1AB311;
	text-decoration: none;
}
a.level3:hover {
	color:  #1F1F21;
	text-decoration: none;
}
a.level3_current {
	color:  #1F1F21;
	text-decoration: none;
}
ul.level3 {
	font-size: 9pt;
	color: #1AB311;
	font-weight: normal;
	display: block;
	list-style: none;
	margin-left: 0px;
	padding-left: 10px;
}
li.level3 {
	
}
li.level3_selected {

}


ul.news {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	display: block;
	list-style: none;
	margin-left: 0px;
	padding-right: 3px;
	padding-left: 3px;
	color: #1F1F21;
}
li.news {
	font-size: 9pt;
	display: block;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	padding-top: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}
a.news {
	text-decoration: none;
	color: #1F1F21;
}
a.news:hover {
	color: #1AB311;
	text-decoration: underline;
}


#newsbox {
	background-color: #FFFFFF;
	border-left: 1px solid #1AB311;
	text-align:left;
	padding-bottom: 10px;
	margin-bottom: 10px;
	/*background-image: url(img/menubg5.png);
	background-repeat: repeat-x;
	background-position: left top;*/
}

#latestnewshead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	font-variant: normal;
	text-transform: capitalize;
	color: #1AB311;
	letter-spacing: 0px;
	text-align: center;
	background-image: url(img/latestnewsheadbg.png);
	background-repeat: repeat-x;
	background-position: left top;
	width: 100%;
	padding-top: 7px;
	padding-bottom: 10px;
	margin-bottom: 5px;
	/*border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;*/
}

#pagetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #1AB311;
	background-color: #FFFFFF;
	background-image: url(img/title_arrow.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align:left;
	padding-top: 7px;
	padding-left: 15px;
	/*margin-bottom: 10px;*/
	height: 40px;
}

#pagecontent {
	text-align:justify;
	padding-top: 0px;
	padding-left: 15px;
	padding-right: 10px;
	padding-bottom: 20px;
	margin-top: 0px;
	margin-bottom: 10px;
}
