html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	font-family: Helvetica,Arial,Verdana;
	color: #2e2e2e;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

div.clear {
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
}

a {
	text-decoration: none;
	color: #095c90;
}

a:active, a:focus, a:hover {
	text-decoration: underline;
	color: #095c90;
}


/* BEGIN GLOBAL LAYOUT */
#td_header_left {
	background: url("/images/header_background_left.jpg") repeat-x;
}
#td_header_middle {
	background: url("/images/header_background_middle.jpg") no-repeat;
}
#td_header_right {
	background: url("/images/header_background_right.jpg") repeat-x;
}

#td_footer_left {
	background: url("/images/footer_background_left.jpg") repeat-x;
}

#td_footer_middle {
	background: url("/images/footer_background_middle.jpg") no-repeat;
}
#td_body_right {
	background: #eeeeee;
	vertical-align:top;
}
/* END GLOBAL LAYOUT */

/* BEGIN TOP MENU */
#div_topmenucontainer {
	height: 75px;
}
#div_topmenu {
	float: right;
	margin: 34px 0 0;
	width: 444px;
}

#div_topmenu a {
	background: transparent url('/images/headermenu_divider.jpg') no-repeat scroll 0 4px;
	padding: 0 21px;
	font-size: 10px;
	font-weight: bold;
	color: #095c90;
	line-height: 12px;
}

#div_topmenu a.first {
	background: none;					
}
/* END TOP MENU */

/* BEGIN FLASH CONTAINER */
#div_headerflashcontainer {
	height: 224px;
}
/* END FLASH CONTAINER */

/* BEGIN MAIN MENU */
#ul_mainmenu {
	margin-left: 14px;
	line-height: 1;
	color: #095c90;
	font-size: 12px;
	font-weight: bold;
	position: relative;
}

#ul_mainmenu li {
	float: left;
}			

div.div_mainmenu_item {
	height: 27px;
	padding-top: 18px;
	position: relative;
	background: transparent url('/images/headermenu_divider.jpg') no-repeat scroll 0 21px;
	cursor: pointer;				
}

div.div_mainmenu_item_sub {
	cursor: default;
}

div.div_mainmenu_item a {
	font-weight:bold;
	padding: 0 17px;			
}
div.div_mainmenu_item a:active,
div.div_mainmenu_item a:focus,
div.div_mainmenu_item a:hover {
	text-decoration: none;
}			

div.div_mainmenu_item_first {
	background: none;
	margin-left: 9px;
}

div.div_mainmenu_hover {
	position:absolute;
	z-index: 1;
	left: -2px;
	right: -2px;
	top: 0;
	height: 27px;
	float: left;
	display: none;
}		

div.div_mainmenu_hover a,
div.div_mainmenu_hover a:active,
div.div_mainmenu_hover a:focus,
div.div_mainmenu_hover a:hover {
	color: #ffffff;
}
div.div_mainmenu_hover_left {
	float: left;
	height: 27px;
	width: 2px;
	background: transparent url('/images/headermenu_hover_left.jpg') no-repeat scroll 0 0;
}
div.div_mainmenu_hover_body {
	float: left;
	height: 27px;
	background: transparent url('/images/headermenu_hover_body.jpg') repeat-x scroll 0 0;
	padding-top: 18px;				
}
div.div_mainmenu_hover_right {
	float: left;
	height: 27px;
	width: 2px;
	background: transparent url('/images/headermenu_hover_right.jpg') no-repeat scroll 0 0;
}
div.div_mainmenu_sub {
	position: absolute;
	z-index: 1;
	width: 660px;
	height: 26px;
	top: 45px;
	left: 0;
	display: none;
	background-color: #0088bb;
	padding-top: 16px;
	text-align: center;
}
div.div_mainmenu_sub a {
	color: #ffffff;
	font-size: 12px;
	margin: 0 16px;
}
 /* END MAIN MENU */

/* F  */
#div_footer {
	margin: 39px 0 0 22px;
	height: 84px;
	font-size: 11px;
	line-height: 18px;
}
#div_footer p {
	
}

p.p_footer_adres {
	float: left;
	margin-right: 54px;
}
#p_footer_copyright {
	float: right;
	width: 121px;
}


/* BEGIN content */
.itemtitle {
	font: Arial;
	font-size: 17px;
	color: #095c90;
	padding-bottom: 19px;
}

div.itemtext {
	font: Arial;
	font-size: 11px;
	line-height: 18px;
	
}

div#main {
	margin-left:  25px;
}

table.itemalinea {
	margin: 4px 0 40px;
}

table.itemalinea td {
	vertical-align: top;
}

/* END content*/

 /* BEGIN body_right */ 
 div.div_body_right_title {
	font: Arial;
	font-size: 17px;
	color: #095c90;
	margin: 4px 0 28px 26px;
 }
 
div.div_body_right_item {
 	margin: 15px 20px;
 }
div.div_body_right_item_icon {
	vertical-align: top;
	width: 55px;
	float: left;
}
div.div_body_right_item_content {
	font-size: 11px;
	line-height: 18px;
	color: #2e2e2e;
	float: left;
	width: 205px;
	text-align: justify;
}
img.img_body_right_item_icon {
	margin-top: 2px;
}
 /* END body_right */

 /* BEGIN HOME NEWS ITEMS */
.div_newsitem table{
	margin-bottom: 0;
}
.div_addthis {
	margin: 20px 0 26px;
	border: solid #e2e2e2;
	border-width: 1px 0;
	font-size: 11px;
}
.p_addthis {
	border: solid #ffffff;
	border-width: 1px 0;
	background-color: #f6f6f6;
}
.div_newsline{
	border-top: 1px solid #e2e2e2;
}
.p_newsline {
	color: #095c90;
	font-size: 11px;
	margin: 8px 0;
	float: left;
}
.img_newsline {
	margin-top: 5px;
	float: right;
}
 /* BEGIN HOME NEWS ITEMS */