html, body {
	margin:0;
	padding:0;
	height:100%;
	font-family: arial;
	font-size: 12px;
	text-align: center;
	background: #fff;
	color: #666666;
}
#troble {
	display: none;
	position: absolute;
	margin-top: -2000px; 
}
#wrapper {
	display:block;
	position:relative;
	margin: 0;
	padding: 0;
	min-height:100%;
	width: 100%;
	text-align: center;
}
#wrapper_inner {
	position:relative;
	margin: 0 auto;
	padding: 0;
	padding-bottom:90px;
	width: 960px;
}
.clear {
	clear: both;
}

a {
	text-decoration: none;
	color: #666666;
}

a:hover {
	color: #f3b700;
}
table {
	width: 524px;
	margin-left: -8px;
	margin-right: -8px;
	border: none;
	background: transparent url(images/dotted_line.gif) top left repeat-x;
	text-align: left;
}
ul, li {
	list-style: none;
}
th, td {
	border: none;
	background: transparent url(images/dotted_line.gif) bottom left repeat-x;
	text-align: left;
}
th {
	color: #ee3224;
}
h1 {
	margin: 8px 0;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #ee3224;
}
h2{
	color: #ee3224;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 24px;
}
h3 {
	margin: 8px 0;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #ee3224;
}
h4 {
	margin: 8px 0;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: normal;
	color: #ee3224;
}
.height {
	height: 1%;
}
.button {
	font-size: 11px;
}

/*********************************
		HEADER
*********************************/

#header {
	position: relative;
	margin: 0;
	padding: 0;
	height: 264px;
	text-align: left;
	/*background: green;*/
}
#logo {
	position: absolute;
	top: 48px;
	left: 0px;
}
#logo a{
	display: block;
}
#header img#header_img {
	position: absolute;
	top: 0px;
	right: 20px;
	border: none;
}
#header #logo img {
	border: none;
}

/*********************************
		MENU & TOOLS
*********************************/
#menu {
	position: relative;
	margin: 0;
	margin-top: -145px;
	margin-bottom: 30px;
	padding: 0;
	background: transparent;
	/*background: gray;*/
}
#header_tools {
	position: relative;
	float: right;
	margin: 0;
	/*margin-bottom: 10px;*/
	padding: 0;
	height: 20px;
	width: 282px;
}
#header_tools #lang {
	position: relative;
	margin: 0;
	padding: 2px 0;
	float: left;
	margin-right: 20px;
	margin-top: 2px;
	position: absolute;
	top: -25px;
	right: 0px;
}
#header_tools #lang a {
	font-size: 10px;
	padding: 3px 5px 5px 3px;
	padding-top: 2px;
	
}
#header_tools #lang a.selected {
	color: #ffffff;
	color: #000;
	background: transparent url(images/lang_selected.gif) top left no-repeat;
}
#main_menu {
	display: block;
	position: relative;
	margin: 0;
	margin-top: 14px;
	padding: 0;
	height: 22px;
	width: 100%;
	border-top: 1px solid #919195;
	border-bottom: 1px solid #919195;
	background: #fff;
	color: #666666;
}
#main_menu ul {
	list-style: none;
	display: block;
	position: relative;
	margin: 0;
	margin-top: 3px;
	margin-left: 210px;
	padding: 0;
}
#main_menu .maintab {
	list-style: none;
	display: block;
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
}
#main_menu .seperator {
	margin: 0 20px;
}
#main_menu .maintab  a {
	color: #666666;
	text-decoration: none;
	font-size: 14px;
}
#main_menu .maintab  a:hover {
	color: #f3b700;
}
#main_menu .maintab.selected a{
	color: #f78f1e;
}

/*********************************
		NAVIGATION
*********************************/

#navigation {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 540px;
	height: 20px;
}

#navbar {
	position: absolute;
	top: 0;
	left: 8px;
	font-size: 11px;
}
	#navbar .crumbs_seperator {
		padding: 0 4px;
	}

#toolbox {
	/*position: absolute;
	top: 0;
	right: 0;*/
}

/*********************************
		PAGE
*********************************/

#page {
	position: relative;
	margin: 0;
	padding: 0;
	padding-bottom: 20px;
	width: 100%;
}
#left_block {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	margin-right: 15px;
	width: 195px;
	border-top: 1px solid #919195;
	border-bottom: 1px solid #919195;
	text-align: left;
	font-size: 14px;
}
/***** side menu *************/
#left_block ul {
	margin: 0;
	padding: 0;
}
#left_block li {
	position: relative;
	margin: 0;
	padding: 0;
	background: transparent url(images/dotted_line.gif) bottom left repeat-x;
	height: 100%;
}
#left_block li.last {
	background: none;
}
#left_block li.last a:hover {
	background: #f78f1e;
}
#left_block li.last.selected a:hover {
	background: #ffffff;
}
#left_block li a {
	display: block;
	padding: 3px 5px;
	height: 100%;
	margin: 0;
	color: #777777;
}
#left_block li a:hover {
	background:  #f78f1e url(images/dotted_line.gif) bottom left repeat-x;
	color: #ffffff;
}
#left_block  li.selected a {
	color: #f78f1e;
}
#left_block li.selected  {
	color: #f78f1e;
}
#left_block li.selected  a:hover {
	background: #ffffff url(images/dotted_line.gif) bottom left repeat-x;
	color: #f78f1e;
}
/**** content block ***********/
#center_block {
	position: relative;
	float: left;
	margin: 0;
	padding: 0 8px;
	margin-right: 15px;
	width: 524px;
	border-top: 1px solid #919195;
	text-align: left;
}
#center_block.wide {
	width: 734px;
}
#center_block #lvl3menu {
	position: relative;
	margin: 0 -8px;
	padding: 0;
	border-top: none;
	border-bottom: 1px solid #919195;
	color: #666666;
	background: #ffffff;
}
#center_block ul {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	padding-left: 8px;
	list-style: none;
	height: 22px;
}
#center_block ul.second {
	background: transparent url(images/dotted_line.gif) top left repeat-x;
}
#center_block li.subcat {
	position: relative;
	display: block;
	float: left;
	margin: 0;
	padding: 3px 0;
	list-style: none;
}
#center_block li.subcat a {
	color: #666666;
	margin: 0;
	padding: 0;
	text-decoration: none;
	font-size: 14px;
}
#center_block li.subcat a:hover {
	color: #f3b700;
}
#center_block li.subcat.selected a {
	color: #f78f1e;
}
#center_block #lvl3menu .seperator{
	margin: 0 20px;
}
#right_block {
	float: left;
	margin: 0;
	padding: 0;
	width: 195px;
	border-top: 1px solid #919195;
	text-align: left; 
}
#contact {
	width: 185px;
	text-align: left; 
	padding: 5px;
	font-size: 11px;
}
#links {
	position: relative;
	width: 185px;
	border-top: 1px solid #919195;
	text-align: left;
	margin: 0;
	padding: 5px;
}
#links ul {
	margin: 0;
	padding: 0;
}
#links li {
	margin: 0;
	padding: 0;
}
#links li {
	
}
#links a:hover {
	color: #ee3224;
}
#links a{
	padding-left: 15px;
	background: transparent url(images/link_dot.gif) left bottom no-repeat;
	background-position: bottom left;
	background-position: 0px -12px;
	overflow: hidden;
	font-size: 11px;
}
#links a:hover {
	background-position: 0px 4px;;
}

/*********************************
		FOOTER
*********************************/

#footer {
	position:absolute;
	left:0;
	bottom:0;
	height: 90px;
	background: transparent url(../images/footer_bg.gif) top left repeat-x;
	width:100%;
	display:block;
	color: white;
	text-align: center;
}
#footer_inner {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 960px;
}
#footer img {
	position: absolute;
	display: block;
	border: none;
	/*top: 90px;*/
	left: 24px;
	/*margin-left: -735px;*/
}
#footer #footer_links {
	position: absolute;
	display: block;
	top: 8px;
	right: 0px;
}
#footer #footer_links span {
	position: relative;
	display: block;
	float: left;
}
#footer #footer_links span a{
	font-size: 11px;
	color: #ffffff;
}
#footer #footer_links span a:hover {
	text-decoration: underline;
}
#footer span.copy {
	position: absolute;
	display: block;
	top: 8px;
	left: 215px;
	font-size: 11px;
}
#footer #footer_links span.sepr {
	margin: 0 5px;
}
/********************
		TOOLBOX
*********************/

#toolbox {
	position: absolute;
	top: 0;
	right: 0;
	height: 20px;
	float: left;
	/*width: 160px;*/
}
#toolbox a {
	text-decoration: none;
}
#toolbox img {
	display: none;
}
#toolbox_inner {
	position: relative;
	margin: 0;
	padding: 0;
}
#toolbox_inner span {
	display: block;
	margin: 0;
	padding: 0;
}
#toolbox .buttons {
	position: relative;
	display: block;
	margin: 0px;
	padding: 0px;	
	width: 19px;
	margin-right: 5px;
	float: left;
	text-decoration: none;
	/*height: 19px;*/
	/*border: 1px solid yellow;*/
}
#toolbox a{
	margin: 0px;
	padding: 0px;
	display: block;
	height: 17px;
	/*overflow: hidden;*/
	/*border: 1px solid purple;*/
}
#toolbox a:hover {
	text-decoration: none;
}

#toolbox #t-home {
	background: transparent url(toolbox/tool1_color_2.gif) left top no-repeat;
	background-position: top left;
	overflow: hidden;
}
#toolbox #t-home:hover {
	background-position: bottom left;
}
#toolbox #t-sitemap {
	background: transparent url(toolbox/tool2_color_2.gif) left top no-repeat;
	background-position: top left;
	overflow: hidden;
}
#toolbox #t-sitemap:hover {
	background-position: bottom left;
}
#toolbox #t-contact {
	background: transparent url(toolbox/tool3_color_2.gif) left top no-repeat;
	background-position: top left;
	overflow: hidden;
}
#toolbox #t-contact:hover {
	background-position: bottom left;
}
#toolbox #t-lineheight {
	background: transparent url(toolbox/tool4_color_2.gif) left top no-repeat;
	background-position: top left;
	overflow: hidden;
}
#toolbox #t-lineheight:hover {
	background-position: bottom left;
}
#toolbox #t-fontsize {
	background: transparent url(toolbox/tool5_color_2.gif) left top no-repeat;
	background-position: top left;
	overflow: hidden;
}
#toolbox #t-fontsize:hover {
	background-position: bottom left;
}
#toolbox #t-print {
	background: transparent url(toolbox/tool6_color_2.gif) left top no-repeat;
	background-position: top left;
	overflow: hidden;
}
#toolbox #t-print:hover {
	background-position: bottom left;
}
/*****************************
		SEARCHBOX
*****************************/

#search_box {
	position: absolute;
	margin: 0;
	padding: 0;
	display: block;
	top: 5px;
	right: 0;
	width: 180px;
	height: 1%;
}

#search_box input.field {
	width: 104px;
	height: 15px;
	font: normal 11px Verdana;
	border: none;
	padding: 2px 8px;
	background: #e0e0e0;
}

#search_box input.button  {
	font-size: 11px;
	color: #0099ff;
	height: 19px;
	padding-right: 10px; 
	border: none;
}
/****FORMS*************/
#center_block #forms {
	margin: 0 -8px;
	margin-top: 10px;
	position: relative;
	padding-bottom: 20px;
	clear: left;
}
#center_block #forms label {
	width: 150px;
	float: left;
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #ee3224;
}
#center_block #forms textarea {
	margin: 5px 0;
	padding: 0;
	position: relative;
	width: 538px;
	height: 100px;
}
#center_block #forms .submit {
	position: absolute;
	bottom: 0;
	right: 0;
	/*float: right;*/
	width: 44px;
	height: 19px;
	border: none;
	font-size: 11px;
	color: #ffffff;
	background: transparent url(images/btn_mid.gif) top left no-repeat;
	cursor: pointer;
}
/***SEARCH****************/
#search {
	margin: 0;
	padding: 0;
}
#search .field {
	font-family: arial;
	font-size: 11px;
	position: absolute;
	display: block;
	margin: 0;
	padding: 2px 9px 0 9px;
	top: 0;
	/*right: 45px;*/
	right: 55px;
	width: 130px;
	height: 17px;
	border: none;
	background: #f0f0f0;
}
#search .button {
	font-family: arial;
	position: absolute;
	display: block;
	margin: 0; 
	padding: 0;
	top: 0;
	right: 0;
	border: none;
/*	width: 33px;*/
	width: 44px;
	
	height: 19px;
	line-height: 19px;
	font-size: 11px;
	color: #ffffff;
	/*background: transparent url(images/btn_small.gif) top left no-repeat;*/
	background: transparent url(images/btn_mid.gif) top left no-repeat;
	cursor: pointer;
}
#search_box2 {
	margin: 0;
	padding: 0;
}
#search_box2 .field {
	font-family: arial;
	font-size: 11px;
	position: absolute;
	display: block;
	margin: 0;
	padding: 2px 9px 0 9px;
	top: 8px;
	left: 70px;
	width: 130px;
	height: 17px;
	border: none;
	background: #f0f0f0;
}
#search_box2 .button {
	font-family: arial;
	position: absolute;
	display: block;
	margin: 0; 
	padding: 0;
	top: 8px;
	left: 230px;
	border: none;
	width: 33px;
	height: 19px;
	line-height: 19px;
	font-size: 11px;
	color: #ffffff;
	background: transparent url(images/btn_small.gif) top left no-repeat;
	cursor: pointer;
}
/*******search result********/
#content_content {
	position: relative;
	display: block;
	width: 750px;
	text-align: left;
	margin: 0 -8px;
}
.searchresultfirst , .searchresult {
	position: relative;
	display: block;
	/*margin: 0 -18px;*/
	padding: 14px 8px;
	background: transparent url(../images/dotted_line.gif) bottom left repeat-x;
}
.searchresultfirst  a, .searchresult a {
	font-weight: bold;
	color: #ee3224;
	text-decoration: none;
	margin: 0;
	padding: 4px 0;
}
.searchresultfirst  a:hover, .searchresult a:hover {
	text-decoration: underline;
}
#content_content #insite_search_box {
	overflow: hidden;
	background: transparent url(../images/dotted_line.gif) top left repeat-x;
	height: 1px;
	width: 750px;
	padding: 0;
	/*margin: 0 -10px 10px -10px;*/
	text-align: left;
	
}
.SearchResultText {
	padding: 0 8px;
}
#content_content .pages {
	text-align: center;
}
#content_content .body_back {
	position: relative;
	display: block;
	/*margin: 0 -10px;*/
	padding: 14px 8px;
	background: transparent url(../images/dotted_line.gif) top left repeat-x;
}
#content_content .body_back .back {
	padding: 2px 12px 0 0;
	font: bold 11px Arial;
	color: #0099ff;
	text-decoration: none;
	background: transparent url(../images/errow_blue.gif) right top no-repeat;
}
/*************************
	SITEMAP
*************************/
#sitemap {
	position: relative;
	display: block;
}

#sitemap ul {
	display: block;
	position: relative;
	position: relative;
	list-style: none;
	margin: 0 0 0 20px;
	padding: 0;
	height: 1%;
}

#sitemap ul li {
	display: block;
	position: relative;
	padding: 3px 0;
	clear: left;
}

#sitemap ul li a {
	color: #ee3224;
	text-decoration: none;
}

#sitemap ul li a:hover { color: #ee3224; text-decoration: underline;}

#sitemap ul ul {
	display: block;
	position: relative;
	height: 1%;
}

#sitemap ul ul li a {
	font-weight: bold;
	background: none;
	color: #666666;
}
#sitemap ul ul li {
	display: block;
	position: relative;
}

#sitemap ul ul ul {
	display: block;
	position: relative;
	height: 1%;
	background: none;
	margin-top: 5px;
}

#sitemap ul ul ul li {
	display: block;
	position: relative;
	float: left;
	clear: none;
	margin: 0 3px;
	padding: 0 1px;
}

#sitemap ul ul ul li a {
	font-size: 0.8em;
	font-weight: normal;
	background: none;
}

/*********************
	TABLE NORMAL
*********************/
.table_normal {
	margin: 20px 0;
}
.table_normal table {
	width: 524px;
	margin-left: -8px;
	margin-right: -8px;
	border: 1px solid #333;
	border-spacing: 0;
	border-collapse: collapse;
	background: none;
	text-align: left;
	color: #333;
}
.table_normal ul, .table_normal li {
	list-style: none;
}
.table_normal th, .table_normal td {
	border: none;
	background: none;
	text-align: left;
	border: 1px solid #333;
}
.table_normal th {
	color: #ee3224;
	border: none;
}
#documents dt {
	display: block;
	
}
#documents dt a {
	line-height: 20px;
	margin-left: 6px;
}
#documents dt .doc_size {
	font-size: 10px;
	color: #999;
}
#documents dt img {
	vertical-align: middle;
}