* {
	margin: 0;
	padding: 0;
	font-size: 100.01%;
}

html,body {
	height: 100%;
}
body {
	background: #D8E2E8 url(body_bg.jpg) 0% 0% repeat-x;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 0.75em;
	color: #444;
	text-align: center;
}

a {
	color: #0D57C3;
	background-color: inherit;
	text-decoration: underline;
  	outline: 0;
}
a:hover {
	color: #438FFA;
	background-color: inherit;
	text-decoration: underline;
}

h1 {
	font-size: 1.5em; 
	color: #6A6B6C;
	background-color: inherit;
	margin: 0.3em 0 0.65em 0;
}
h2 {
	font-size: 1.33em;
	color: #6A6B6C;
	margin: 0.5em 0 0.5em 0;
	background-color: inherit;
	font-family: Arial, sans-serif;
}
h3 {
	color: #6A6B6C;
	font-size: 1.17em;
}
h4 {
	font-size: 1.08em;
}
h3,h4 {
	margin: 1em 0 0.3em 0;
}

img {
	border: none;
}
img.left {
	float: left; 
	margin: 0 20px 5px 0;
}
img.center {
	display: block; 
	margin: 0 auto 5px auto;
}
img.right {
	float: right; 
	margin: 0 0 5px 20px;
}

ul,ol {
	margin: 0 0 0.65em 2em;
}
ul {
	list-style: square;
}
li {
	margin: 0.5em 0 0 0;
}
dl	{ 
	margin: 0.5em 0 0.65em 0; 
	}
dt	{
	font-weight: bold;
	margin: 0.5em 0 0 0;
	}
dd	{
	margin: 0 0 0 2em;	
	}

p {
	margin: 0 0 0.65em 0; 
	line-height: 150%;
}

input, textarea, select {
	font: normal 11px Tahoma, Verdana, Arial, sans-serif;
	padding: 1px 3px;
	margin: 3px 0;
}
select {
	padding: 0;
}
textarea {
	overflow: auto;
}
input.checkbox {
	border: 0;
  	width: auto;
  	background: transparent;
  	margin: 0 3px 0 0;
}

.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}

.clearfix:before, .clearfix:after {content:""; display:table;}
.clearfix:after {clear:both;}

#main,#footer {
	width: 902px;
	text-align: left;
	margin: 0 auto;
}
#main {
	height: 100%;
	min-height: 100%;
	margin-bottom: -90px;
	background: url(canvas_bg.gif) 0% 0% repeat-y;
}
html>body #main {
	height: auto;
}

/* footer */
#clearbot {
	height: 90px; 
	clear: both;
}
#footer {
	background: #D7E2E8 url(canvas_b.gif) 0% 0% no-repeat;
	height: 90px;
	}
#footer .inner {
	padding:55px 0 0 30px;
	}

.haslinks {
	margin: 5px 0;
	color: #6A6B6C;
}

/* header */
#header {
	height: 107px;
	background: #D7E2E8 url(header_bg.gif) 0% 0% repeat-x;
}
#logo	{
	float: left;
	margin: 38px 0 0 30px;
}
*html #logo {
	margin-left: 15px;
}
#contact {
	color: #000;
	font-size: 14px;
	float: right;
	margin: 30px 30px 0 0;
}
#contact .hd {
	font-size: 18px;
}
*html #contact {
	margin-right: 15px;
}

/* navigation */
#navigation {
	background: url('nav_bg.gif') 0% 0% no-repeat;
	height: 64px;
	padding-right: 23px;
}
#navigation ul {
	margin: 6px 0 0 0;
	float: right;
	height: 38px;
}
#navigation li {
	margin: 0 2px 0 0;
	list-style-type: none;
	float: right;
	background: url('m_bg.gif') 0% 0% repeat-x;
	height: 38px;	
}
#navigation li a {
	display: block;
	color: #555;
	text-decoration: none;
	font-size: 15px;
	background: url('m_r.gif') 100% 0% no-repeat;
	height: 38px;
	line-height: 38px;	
	text-align: center;
	float: left;
	font-family: Arial, sans-serif;
}
#navigation li b {
	display: block;
	background: url('m_l.gif') 0% 0% no-repeat;
	height: 38px;	
	cursor: pointer;
	width: 102px;
}
#navigation a:hover {
	color: #555;
}
#navigation li#navmenu_2 b {
	width: 168px;
}

#navigation li.act {
	background: url('m_bg_a.gif') 0% 0% repeat-x;
}
#navigation li.act a {
	background: url('m_r_a.gif') 100% 0% no-repeat;
}
#navigation li.act b {
	background: url('m_l_a.gif') 0% 0% no-repeat;
}

/* home */
.newstop {
	width: 50%;
	float: left;
}
.newstop .content {
	padding-right: 20px;
}
.newstop h2 {
	margin: 3px 0 0 0;
	font-size: 1em;
	font-family: Tahoma, sans-serif;
	font-weight: normal;
}
.newstop p {
	color: #6A6B6C;
	line-height: 130%;
}
.date {
	color: #6A6B6C;
	font-size: 0.83em;
	font-weight: bold;
}

#home_pic_bg {
	position: relative;
	height: 200px;
}
#home_pic {
	position: absolute;
	right: 0;
	top: 0; 
	z-index: 2;
}
/* end home */

#container {
	width: 100%;
	float: right;
	margin-left: -291px;
}
#leftcolumn {
	float: left;
	width: 271px;
}
#center { 
	margin-left: 291px;
}
#center .content { 
	padding: 0 30px 0 0;
}
#center .print {
	float: right;
}
* html #center .print {
	margin-top: 1em;
}

#path {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 0.83em;
	color: #6A6B6C;
}
#path a {
	color: #6A6B6C;
}

/* leftcolumn */
#leftcolumn .content {
	margin-left: 30px;
	color: #383838;
}
#leftcoltop {
	background: #fff url('leftcol_t.gif') 0% 100% no-repeat;
	height: 22px;
	width: 241px;
}
.cont {
	margin: 0 25px 0 20px;
}

.f-logon label {
	display: block;
	font-weight: bold;
	font-size: 13px;
	color: #6A6B6C;
	margin-top: 10px;
	cursor: pointer;
}
.f-logon input {
	width: 195px;
	border: 1px solid #929596;
	font-size: 12px;
}
.f-logon input.inputimage {
	float: right;
	width: 65px;
	height: 22px;
	padding: 0;
	border: none;
	margin: 10px 0 0 0; 
}

.exit {
	font-size: 0.83em;
}

.balans {
	color: #6C9532;
	font-weight: bold;
}

#submenu h3 {
	font-weight: bold;
	font-size: 1em;
	color: #383838;
	margin: 2em 0 5px 0;
}
#submenu ul {
	margin: 0;
}
#submenu li {
	list-style-type: none;
	margin: 0 0 5px 0;
}
#submenu li a.act {
	font-weight: bold;
}
/* end leftcolumn */  

.small {
	font-size: 0.92em;
}
.red {
	color: red;
}
.big {
	font-size: 1.08em;
}
.blue {
	color: #0D57C3;
}

table.clients {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	border: 1px dotted #A9BCC6;
}
table.clients td {
	font-size: 13px;
	border: 1px dotted #A9BCC6;
	padding: 3px 5px;
	background: #FFF;
	vertical-align: top;
}
table.clients2 {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	border: 1px dotted #A9BCC6;
}
table.clients2 td {
	font-size: 1em;
	border: 1px dotted #A9BCC6;
	padding: 2px 3px;
	background: #FFF;
	vertical-align: top;
}
table.clients td.gray,table.clients2 td.gray {
	background: #F4F8FA;
}
table.clients td.yellow,table.clients2 td.yellow {
	background: #FDFFDC;
}

.cont_yellow {
	background: #FDFFDC url('cont_yellow_bg.gif') 0% 0% repeat-y;
	width: 593px;
}
.cont_yellow .top {
	background: #FDFFDC url('cont_yellow_t.gif') 0% 0% no-repeat;
	width: 593px;
	height: 5px;
	font-size: 0;
}
.cont_yellow .bot {
	background: #FDFFDC url('cont_yellow_b.gif') 0% 0% no-repeat;
	width: 593px;
	height: 5px;
	font-size: 0;
}
.cont_yellow .back {
	padding: 12px;
}
.cont_yellow p {
	margin: 0;
}

.news	{
	padding: 0 0 1em 0;
	}
.news h2 {
	margin: 0 0 0.3em 0;
	font-size: 1.08em;
	font-weight: normal;
	font-family: Tahoma, sans-serif;
	}
.news p {
	margin: 0;
	}

.sitemap {margin-bottom: 0.65em; font-size: 1.08em;}
.sitemap ul {list-style: none; font-size: 0.92em;}
