body { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	color: #323232;
	
	margin: 0px; 
	padding: 0px; 
	background-color: #FFFFFF; 
	text-align: center;	
}

.header{
	width: 950px;
	height: 50px;
}
#header_left{
	text-align: left;
	vertical-align: bottom;
	padding: 0px 0px 0px 10px;
}
#header_right{
	text-align: right;
	vertical-align: bottom;
	padding: 0px 20px 10px 0px;
	font-size: 10px;
}

#lang_selected{
	color: #1C7600;
}
#lang_not_selected{
	color: #4E4E4E;
}

/* HEADER - GRAPHIC */
/*td#header_graphic_top {
	background-image: url('/img/header_graphic_background_top.jpg');
	width: 940px;
	height: 20px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

td#header_graphic_sides {
	background-image: url('/img/header_graphic_background_sides.jpg');
	width: 940px;
	height: 10px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

td#header_graphic_bottom {
	background-image: url('/img/header_graphic_background_bottom.jpg');
	width: 940px;
	height: 20px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}*/


div.top_page_graphic {
	background-image: url('/img/top_page_graphic_background.jpg');
	width: 935px; 
	height: 429px; 
	padding: 5px 6px 6px 6px;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
}

div.standard_page_graphic {
	background-image: url('/img/standard_page_graphic_background.jpg');
	width: 940px; 
	height: 270px; 
	padding: 10px 6px 6px 6px;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
}

table.main_body { 
	width: 930px; 
	text-align:left; 
	padding:0px;
	margin: 20px 0px 0px 0px;
	/*border: 1px solid black;*/
}

/* PANELS FOR MAIN BODY */
td.left_panel {
	width: 180px; 
	text-align: left; 
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	vertical-align: top;
}

td.right_panel {
	width: 750px; 
	text-align:left; 
	padding:0px;
	margin: 0px 0px 0px 0px;
	vertical-align: top;
}

/* MAIN BODY - LEFT SECTIONS */

/* MENU SECTION */
.menu_frame{
	width: 180px;
	text-align: center;
	padding: 35px 0px 0px 0px;
/*	border: 1px solid red;*/
}

div.menu_l1 {
	width: 170px;
	height: 30px;
	color: #0000FF;
	padding: 6px 0px 0px 3px;
	margin: 0px 0px 0px 0px;
	vertical-align: bottom;
	text-align: left;	
	font-size: 14px;
	border-bottom: 1px solid #999999;
}

a.menu_l1:link{	color: #4E4E4E;	text-decoration: none; }
a.menu_l1:visited { color: #4E4E4E; text-decoration: none; }
a.menu_l1:hover { color: #1C7600; text-decoration: none; }
a.menu_l1:active { color: #1C7600; text-decoration: none; }

a.menu_l1_selected:link{ color: #1C7600; text-decoration: none; }
a.menu_l1_selected:visited { color: #1C7600; text-decoration: none; }
a.menu_l1_selected:hover { color: #1C7600; text-decoration: none; }
a.menu_l1_selected:active { color: #1C7600; text-decoration: none; }

div.menu_l2{
	width: 170px;
	height: 23px;
	padding: 2px 0px 3px 0px;
	margin: 0px 0px 0px 0px;
	vertical-align: bottom;
	text-align: left;	
	font-size: 12px;	
	text-decoration: none;
	rollover-background-color: #1C7600;
}

a.menu_l2{ 
	display: block; 
	padding: 4px 0px 4px 22px; 
	cursor: hand;
}

a.menu_l2:link{	color: #191919;	text-decoration: none;}
a.menu_l2:visited { color: #191919; text-decoration: none; }
a.menu_l2:hover { color: #FFFFFF; text-decoration: none; background-color:#1C7600;}
a.menu_l2:active { color: #FFFFFF; text-decoration: none; background-color:#1C7600;}

div.menu_l2_selected{
	width: 170px;
	height: 23px;
	padding: 2px 0px 3px 0px;
	margin: 0px 0px 0px 0px;
	vertical-align: bottom;
	text-align: left;	
	font-size: 12px;
	color: #FFFFFF;
	background-color:#1C7600;
}

a.menu_l2_selected{ 
	display: block;
	padding: 4px 0px 4px 22px; 
	background-color:#1C7600;
}
a.menu_l2_selected:link{ color: #FFFFFF; text-decoration: none; }
a.menu_l2_selected:visited { color: #FFFFFF; text-decoration: none; }
a.menu_l2_selected:hover { color: #FFFFFF; text-decoration: none; }
a.menu_l2_selected:active { color: #FFFFFF; text-decoration: none; }


/* RECENT NEWS */
.recent_news{
	width: 180px;
	text-align: left;
}

#qr_code{
	border: 0px; 
	margin: 20px 0px 50px 0px; 
	width:75px; 
	height: 75px;
}


.left-title {
	font-size: 15px;
	background-color: #333333;
	color: #FFFFFF;
	width: 180px;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 10px;
}
.left-side {
	font-size: 10px;
	width: 180px;
	padding-left: 10px;
	line-height: 12px;
	margin-top: 25px;
}

/* MAIN BODY - MAIN CONTENT */

/* MAIN CONTENT - BACKGROUND IMAGE */
td#main_content_top {
	background-image: url('/img/main_content_background_top.jpg');
	width: 750px;
	height: 30px;
	padding: 10px 10px 10px 10px;
	margin: 0px 0px 0px 0px;
}

td#main_content_sides {
	background-image: url('/img/main_content_background_sides.jpg');
	width: 750px;
	height: 10px;
	padding: 20px 50px 0px 40px;
	margin: 0px 0px 0px 0px;
	vertical-align: bottom;
}

td#main_content_bottom {
	background-image: url('/img/main_content_background_bottom.jpg');
	width: 750px;
	height: 30px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

span#main_content_top_bar{
	width: 730px;
	height: 10px;
	line-height: 10px;
	background-color: #999999;
}

/* MAIN CONTENT - BREADCRUMB MENU */
#breadcrumb_menu{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 20px 0px;
	color: #1C7600;
	vertical-align: bottom;
}

.main_content_breadcrumb_selected{
	color: #191919;
	padding: 0px 7px 0px 3px;
}

.main_content_breadcrumb_not_selected{
	color: #1C7600;
	padding: 0px 7px 0px 3px;
	border-right: 1px solid #1C7600;
}

/* MAIN CONTENT - LEFT COLUMNS */
td.main_content_left{
	width: 390px;
	padding: 0px 10px 20px 0px;
	margin: 0px 0px 0px 0px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	color: #323232;
	text-align: justify;
	vertical-align: top;
}

td.main_content_left_title{
	width: 390px;
	padding: 0px 10px 0px 0px;
	margin: 0px 0px 0px 0px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	color: #323232;
	text-align: justify;
	vertical-align: top;
}

td.main_content_one_column{
	width: 560px;
	padding: 0px 10px 20px 0px;
	margin: 0px 0px 0px 0px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	color: #323232;
	text-align: justify;
}

td.main_content_news{
	width: 525px;
	padding: 0px 10px 20px 0px;
	margin: 0px 0px 0px 0px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	color: #323232;
	text-align: justify;
}

/* MAIN CONTENT - RIGHT COLUMNS */
td.main_content_right{
	width: 270px;
	padding: 0px 0px 20px 0px;
	margin: 0px 0px 0px 0px;
	vertical-align: top;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	color: #323232;
	text-align: justify;
	
	/*border: 1px solid green;*/
}

div.main_content_right_nobar{
	width: 270px;
	padding: 0px 0px 20px 10px;
	margin: 0px 0px 0px 0px;
	vertical-align: top;
	
	/*border: 1px solid green;*/
}

div.main_content_right_bar{
	width: 270px;
	padding: 0px 0px 20px 10px;
	margin: 0px 0px 0px 0px;
	vertical-align: top;

	border-left: 1px solid #CCEE55

}


/* NEWS PAGE */
div.news_articles_list{
	width: 525px;
	height: 30px;
	text-align: left;
	vertical-align: bottom;
	padding: 10px 0px 10px 10px;
	margin: 0px 0px 0px 0px;
	border-bottom: 1px solid #999999;
}

span.news_article_date {
	font-size: 12px;
	color: #1C7600;	
}


table {
	border-collapse: collapse;
} 


.bullet {
	width: 260px;
	height: 15px;
	padding: 0px 0px 30px 0px;;
	margin: 0px;	
	font-size: 14px;
	font-weight: bold;
	vertical-align: top;
}

/* IMAGE EFFECTS */
.floatleft
{
	float: left;
	margin: 0px 10px 0px 0px;
	padding: 5px;
	border: 1px solid #BBBBBB;
}

.frame {
	margin: 0px 0px 5px 0px;
	padding: 5px;
	border: 1px solid #BBBBBB;
	/*border: 1px solid #4E4E4E;*/
}

/*** FONT STYLES ***/
/* HEADERS */
h1 {
	font-weight: normal;
	font-size: 24px;
	color: #1C7600;
	text-align: left;
	line-height: normal;
}
h2 {
	font-weight: normal;
	font-size: 18px;
	color: #1C7600;
}
h3 {
	font-size: 12px;
	color: #1C7600;
}
h4 {
	font-size: 12px;
	color: #000000;
	margin: 10px 0px 0px 0px;
}
h5 {
	font-size: 12px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
}
h6 {
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
}

/* SPECIAL FONTS */
#page_title {
	font-size: 24px;
	color: #1C7600;
}

.subtitle {
	font-size: 18px;
	color: #1C7600;
}

#lang_sw_e{
	font-size: 10px;
}

#lang_sw_j{
	font-size: 10px;
}

.article_date_left{
	color: #1C7600;
}

.read_more{
	color: #1C7600;
	text-decoration: underline;
}


/* LINKS */
a:link{
	color: #323232;
	text-decoration: none;
}

a:visited{
	color: #323232;
	text-decoration: none;
}

a:active{
	color: #1C7600;
	text-decoration: none;
}

a:hover{
	color: #1C7600;
	text-decoration: none;
}

/* COPYRIGHT */
#copyright_notice {
/*	text-align: left;*/
	padding: 0px 0px 0px 10px;
	margin: 20px 0px 0px 0px;
	font-size: 10px;
	font-weight: bold;
}

#copyright_disclaimer {
/*	text-align: left;*/
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 0px 0px;
	font-size: 10px;
}


