html{color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0; text-align:left;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
/* to preserve line-height and selector appearance */
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/*to enable resizing for IE*/
input,textarea,select{font-size:100%;}
/*because legend doesn't inherit in IE */
legend{color:#000;}

div.clearer{clear: both; line-height: 0; height: 0; margin:0; padding:0; border: 0; font-size:0px}

body, html{
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
	margin-left:auto;
	margin-right:auto;
	vertical-align:top;
	width:100%;	
	background-color:#eaeaea;
}


*{
	font-family:Arial, "lucida console", sans-serif;
}

/*strong{
	font-weight:bold;
}*/

#main_container{
	width:900px;
	background-color:#eaeaea;
        margin-left:auto;
	margin-right:auto;
}

#top_margin{
	width:900px;
	height:5px;
	background-color:#eaeaea;
	line-height:1px;
	font-size:1px;
}

#layout_container{
	width:900px;
	clear:left;
}

#left_margin{
	width:6px;
	background-color:#eaeaea;
	float:left;
	_line-height:1px;
	_font-size:1px;
}

#right_margin{
	width:6px;
	background-color:#eaeaea;
	float:left;
}

#middle_body{
	width:888px;
	float:left;
}

.bottom_margin{
	width:900px;
	height:5px;
	clear:left;
	background-color:#eaeaea;
	line-height:1px;
	font-size:1px;
}

#footer{
	width:888px;
	height:27px;
	background-color:#d7561e;
	float:left;
}

/*#footer_container{
	width:888px;
	height:27px;
	float:left;
}*/

.footer_text{
	font-size:11px;
	color:#ffe9a8;
	font-weight:normal;
	padding-top:5px;
	text-align:center;
}

.footer_text a{
	font-size:11px;
	color:#ffe9a8;
	font-weight:bold;
	padding-top:5px;
	text-align:center;
	text-decoration:none;
}

.footer_text a:HOVER{
	text-decoration:none;
}

#header_container{
	width:888px;/*
	height:165px;*/
}

#header{
	width:888px;
	height:165px;
	background-repeat:no-repeat;
}

#header_title{
	width:888px;
	height:27px;
	clear:left;
	background-color:#d7561e;
	vertical-align:middle;
}

.header_text{
	color:#ffffff;
	font-size:14px;
	font-weight:normal;
	vertical-align:middle;
	margin-left:12px;
	padding-top:5px;
	width: 500px;
	float:left;
}

#language_selector{
  text-align:right;
  margin-right:10px;
  margin-top:5px;
  width:200px;
  float:right;
  clear:right;
}
#language_selector img{
  margin-left:5px;
  border: 2px solid #f7f0dd;
}

#header_margin{
	width:888px;
	height:7px;	
	background-color:#eaeaea;
	clear:left;
	line-height:1px;
	font-size:1px;
}

#content_container{
	width:888px;
	clear:left;
}

#left_content{
	width:160px;
	float:left;
	background-color:#f7f0dd;
	border-top:1px solid #d7561e;	
}

#margin{
	width:5px;
	float:left;
	background-color:#eaeaea;
	_line-height:1px;
	_font-size:1px;
}
#right_content{
	width:723px;
	float:left;
	background-color:#f7f0dd;
	border-top:1px solid #d7561e;
}

#upper_margin{
	height:15px;
	width:693px;
	line-height:1px;
	font-size:1px;
	float:left;
}

#content{
	width:503px;
	float:left;
}

h1{
	color:#d7561e;
	font-size:22px;
	font-weight:bold;
	padding-bottom:10px;
}

h2{
	color:#d7561e;
	font-size:14px;
	font-weight:bold;
	padding-top:10px;
	padding-bottom:5px;
}



p, h6{
	color:#000000;
	font-weight:normal;
	font-size:12px;
	text-align:justify;
	line-height:1.7em;
}

#content p{
      text-align:left;
	line-height:1.4em;
}

li{
	color:#000000;
	font-weight:normal;
	font-size:12px;
	text-align:justify;
}

.bodytext strong {
	font-weight:bold;
}

.bodytext em {
	font-style:italic;
}

a{
	color:#d7561e;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
}

#news_container{
	width:183px;
	background-color:#ffe9a8;
	float:right;
}

a:HOVER{
	text-decoration:underline;	
}

#news_top{
	height:27px;
	background-color:#d7561e;
	color:#ffe9a8;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
}


.news_date {
	font-size:10px;
	font-weight:bold;
	color:#e0835a;
	padding-left:5px;
	padding-right:5px;
	padding-top:13px;
}

/*.news_date_list {
	font-size:10px;
	font-weight:bold;
	color:#e0835a;
	padding-top:5px;
	padding-bottom:5px;
}*/

.news_title strong {
	font-size:12px;
	font-weight:bold !important;
	color:#d7561e;
	padding-bottom:12px;
	padding-right:5px;
}

.news_title{
	font-size:12px;
	font-weight:bold !important;
	color:#d7561e;
	padding-left:5px;
	padding-bottom:12px;
	padding-right:5px;
}

/*.news_title_list strong, a{
	font-size:12px;
	font-weight:bold;
	color:#d7561e;
	padding-bottom:12px;
	padding-right:5px;
	text-decoration:none;
}*/

.news_body p{
	font-size:10px;
	font-weight:normal;
	color:#d7561e;
	padding-left:5px;
	padding-right:5px;
}

.news_body a{
	font-size:10px;
	font-weight:bold;
	color:#e0835a;
	text-decoration:none;
	text-align:justify;
	padding-left:5px;
	padding-right:5px;
}

.news_body a:HOVER{
	text-decoration:underline;
}

.menu_item{
	height:27px;
	background-color:#d7561e;
	clear:left;
	width:160px;
	text-align:center;
}

.menu_item_act{
	height:27px;
	background-color:#9a3209;
	clear:left;
	width:160px;
	text-align:center;
}

.menu_item_2{
	background-color:#ffe9a8;
	clear:left;
	width:160px;
}

.menu_item_2{
	background-color:#ffe9a8;
	clear:left;
	width:160px;
}

.menu_item_3{
	background-color:#ffe9a8;
	clear:left;
	width:160px;
}

.gray_space{
	height:5px;
	line-height:1px;
	font-size:1px;
	background-color:#eaeaea;
}

.menu_text{
	font-size:13px;
	color:#ffe9a8;
	font-weight:bold;
	text-align:center;
	padding-top:4px;
}

.menu_text_2{
	font-size:12px;
	color:#d7561e;
	font-weight:bold;
	padding-left:10px;
	line-height:18px;
}

.menu_text_2_act{
	color:#762302;
	padding-left:10px;
}

.menu_text_3 a{
	font-size:11px;
	color:#d7561e;
	text-indent:0px;
	line-height:18px;
	font-weight:normal;
}

.menu_text_3 {
	font-size:11px;
	color:#d7561e;
	padding-left:25px;
	text-indent:0px;
	line-height:18px;
}

.menu_text_3_act{
	font-size:11px!important;
	color:#762302!important;
	text-indent:0px!important;
	line-height:18px!important;
}

.contact_text{
	font-size:10px;
	font-weight:normal;
	color:#db887a;
}

h5{
	font-size:10px;
	font-weight:normal;
	color:#db887a;
	padding-left:10px;
	padding-bottom:10px;
}
div.csc-textpic-border div.csc-textpic-imagewrap .csc-textpic-image img{
	border:1px solid #d7561e;
}

div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image img{
	border:1px solid #d7561e;
}

div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption{
	color:#000000;
	font-weight:normal;
	font-size:11px;
	text-align:center;
}

.bold strong{
	font-weight:bold;
}

.news-latest-container p{
	text-align:left;
}

/*
.left_link_container{
    clear:left;
    width:160px;
    background-color:#ffe9a8;
}*/

.left_links_container ul *{
  font-size:11px;
  line-height:12px;
}

.left_links_container ul {
  margin:0px 5px 0px 10px;
}

.left_links_container ul li {
  margin-top:5px;
  margin-left:7px;
  list-style: circle;
}
