/* ====================================================== */
/* Standard HTML Elements */
/* ====================================================== */
* {
	margin: 0;
	padding-left: 0;
}

body {
	background: #fff;
	font: 12px/15px Arial, Helvetica, Geneva, sans-serif;
	color: #1c4996;
}

a:link, a:visited {
	text-decoration: none;
	color: #ec911d;
}

a:hover, a:visited :hover {
	text-decoration: none;
	color: #999;
}

/*
table {
	border-collapse: collapse; 
	border: 1px solid #999}
*/
td {
	/*border: 1px solid #999;*/
	padding: 10px 10px 10px 10px;
}


select {
	width: 200px;
	margin-bottom: 25px;
}

hr {
	display: block;
	height: 1px;
	margin: 0;
	padding: 0;
/*	_margin: -7px 0; */
	clear: both;
	visibility: hidden;
	border: 0;
	color: #Fff;
	background-color: #F00;
}

ul  {
	margin: 0;
	padding-left: 15px;
}

li  {
	font-size: 12px;
/*  color: #999; */
	color: #1c4996;
	list-style-position: outside;
}


/* ====================================================== */
/* Orange Box */
/* ====================================================== */
.box_top_orange {
	width: 231px;
	height: 34px;
	background: url(../images/box_top_orange.gif) no-repeat;
}

.box_top_orange h1 {
	font-size: 16px;
	color: #fff;
	text-align: left;
	padding-left: 10px;
	padding-top: 10px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

.box_middle_orange {
	width: 231px;
	background: url(../images/box_middle_orange.gif) no-repeat;
}

.box_middle_orange p {
	width: 210px;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	font-style: normal;
	margin: 0;
	color: #666;
	padding: 10px 0 0 10px;
}

.box_middle_orange ul {
	/* margin: 0 0 0 25px;
	padding-top: 10px; */
	margin: 0 0 0 10px;
	padding-top: 10px;
}

.box_middle_orange ul li {
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	font-style: normal;
	color: #999;
	list-style-position: outside;
}

.box_middle_orange ul li a:link, .box_middle_orange ul li a:visited {
	color: #ec911d;
	text-decoration: none;
}

.box_middle_orange ul li a:hover {
	color: #999;
	text-decoration: none;
}

.box_bot_orange {
	width: 231px;
	height: 21px;
	background: url(../images/box_bot_orange.gif) no-repeat;	
}

/* ====================================================== */
/* Grey Box */
/* ====================================================== */
.box_top_grey {
	width: 231px;
	height: 34px;
	background: url(../images/box_top_grey.gif) no-repeat;
	margin-top: 6px;
}

.box_middle_grey {
	width: 231px;
	background: url(../images/box_middle_grey.gif) no-repeat;
}

.box_middle_grey p {
	width: 210px;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	font-style: normal;
	margin: 0;
	color: #666;
	padding: 10px 0 0 10px;
}

.box_middle_grey  .login {
	padding-left: 10px;
	padding-top: 21px;
}

.box_middle_grey  .login a:link, .box_middle_grey .login a:visited {
	color: #ec911d;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}

.box_middle_grey .login a:hover {
	color: #999;
	text-decoration: none;
}

.box_bot_grey {
	width: 231px;
	height: 21px;
	background: url(../images/box_bot_grey.gif) no-repeat; 
}

.box_top_grey h1 {
	font-size: 16px;
	color: #666;
	text-align: left;
	padding-left: 10px;
	padding-top: 10px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}


/* ====================================================== */
/* Blue Box */
/* ====================================================== */
.box_top_blue {
	width: 231px;
	height: 34px;
	background: url(../images/box_top_blue.gif) no-repeat;
}

.box_top_blue h1 {
	font-size: 16px;
	color: #fff;
	text-align: left;
	padding-left: 10px;
	padding-top: 10px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

.box_bot_blue {
	width: 231px;
	height: 199px;
	background: url(../images/box_bot_blue.gif) no-repeat;
}

.box_bot_blue ul {
	height: 150px;
	margin: 10px 0 0 10px;
	padding-left: 15px;
}

.box_bot_blue ul li {
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	font-style: normal;
	color: #999;
	list-style-position: outside;
}

.box_bot_blue ul li a:link, .box_bot_blue ul li a:visited {
	color: #1c4996;
	text-decoration: none;
}

.box_bot_blue ul li a:hover {
	color: #999;
	text-decoration: none;
}

/* ====================================================== */
/* Green Box */
/* ====================================================== */
.box_top_green {
	width: 231px;
	height: 34px;
	background: url(../images/box_top_green.gif) no-repeat;
}

.box_top_green h1 {
	font-size: 16px;
	color: #fff;
	text-align: left;
	padding-left: 10px;
	padding-top: 10px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

.box_bot_green p {
	width: 210px;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	font-style: normal;
	margin: 0;
	color: #666;
	padding: 10px 0 0 10px;
}

.box_bot_green ul {
	margin: 10px 0 0 10px;
	padding-left: 15px;
}

.box_bot_green ul li {
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	font-style: normal;
	color: #999;
	list-style-position: outside;
}

.box_bot_green ul li a:link, .box_bot_green ul li a:visited {
	color: #86b925;
	text-decoration: none;
}

.box_bot_green ul li a:hover {
	color: #999;
	text-decoration: none;
}

.box_bot_green .text_green {
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	font-style: normal;
	margin: 0;
	color: #86b925;
	width: 221px;
	padding: 10px 0 0 10px;
}

.box_bot_green .text_green a:link,
.box_bot_green .text_green a:visited {
	color: #86b925;
}

.box_bot_green .text_green a:hover {
	color: #999;
	text-decoration: none;
}

.box_bot_green .text {
	width: 210px;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	font-style: normal;
	margin: 0;
	color: #666;
	padding: 0 0 0 10px;
}

.box_bot_green .date {
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	font-style: normal;
	margin: 0;
	color: #86b925;
	width: 221px;
	padding: 0px 0 0 00px;
}

.box_bot_green {
	width: 231px;
	height: 199px;
	background: url(../images/box_bot_green.gif) no-repeat;
}

.box_bot_green img {
	padding-left: 3px;
	padding-top: 15px;
}



/* ====================================================== */
/* Dark Green Box */
/* ====================================================== */
.box_top_darkgreen {
	width: 231px;
	height: 34px;
	background: url(../images/box_top_darkgreen.gif) no-repeat;
}

.box_top_darkgreen h1 {
	font-size: 16px;
	color: #fff;
	text-align: left;
	padding-left: 10px;
	padding-top: 10px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

/* ====================================================== */
/* Login Box */
/* ====================================================== */
.box_login {
	margin-top: 6px;
	background: url(../images/banner_login.jpg) no-repeat;
	width: 231px;
	height: 60px;
}

.box_login .login_text {
	padding-left: 10px;
	padding-top: 15px;
}

.box_login .login_text   a:link, .box_login .login_text  a:visited {
    font-size: 12px;
    font-weight: bold;
	font-style: normal;
	color: #EC911D;
	text-decoration: none;
}

.box_login .login_text  a:hover {
	color: #999;
	text-decoration: none;
}

/* ====================================================== */
/* eNewsletter Box */
/* ====================================================== */
.box_newsletter {
	margin-top: 6px;
	background: url(../images/banner_newsletter.jpg) no-repeat;
	width: 231px;
	height: 60px;
}

.box_newsletter .newsletter_text {
	padding-left: 10px;
	padding-top: 15px;
}

.box_newsletter .newsletter_text   a:link, .box_newsletter .newsletter_text  a:visited {
    font-size: 12px;
    font-weight: bold;
	font-style: normal;
	color: #EC911D;
	text-decoration: none;
}

.box_newsletter .newsletter_text  a:hover {
	color: #999;
	text-decoration: none;
}



/* ====================================================== */
/* Sitemap container */
/* ====================================================== */

#Sitemap {
	margin: 25px 0 0 20px;
}

#Sitemap a,  #Sitemap a:link, #Sitemap a:visited {
	color: #666;
	font-size: 12px;
	line-height: 20px;
}

#Sitemap a:hover {
	color: #ec911d;	
}

#Sitemap .level1 {
	font-size: 16px;
	font-weight: bold;
	color: #1c4996;	
	line-height:40px;
}

#Sitemap .level2 {
	font-size: 14px;
	color: #333;	
	line-height: 25px;
}

#Sitemap .level3 {
	font-size: 12px;
	margin: 0 0 0 15px;	
}

/* ====================================================== */
/* Middle Section Container */
/* ====================================================== */
div#MiddleSection {
	background: #fff;
	margin: 10px 0;	
}

/* ====================================================== */
/* Home Page Specific Containers*/ 
/* ====================================================== */
div#MiddleSection .HomeCol {
	float: left;
	width: 231px;
	margin: 0 6px 0 0;
}

div#MiddleSection .HomeColLast {
	float: left;
	width: 231px;
}

/* ====================================================== */
/* Middle Right Content Container */
/* ====================================================== */
div#MiddleSection #RightPart {
	width: 698px;
	float: right;
	padding: 0;	
}

/* ====================================================== */
/* SubContainer One Column */
/* ====================================================== */
div#MiddleSection #RightPart .oneCol {
	width: 698px;
	float: left;
	padding: 20px 0 0 0;
}

/* ====================================================== */
/* SubContainer Left Column */
/* ====================================================== */
div#MiddleSection #RightPart .leftCol {
	width: 448px;
	float: left;
	padding: 20px 0 0 0;
}

/* ====================================================== */
/* SubContainer Right Column */
/* ====================================================== */
div#MiddleSection #RightPart .rightCol {
	width: 230px;
	float: right;
	padding: 20px 0 0 0;
}

/* ====================================================== */
/* Middle Left Menu Container */ 
/* ====================================================== */
div#MiddleSection #LeftPart {
	width: 231px;
	float: left;
	margin: 0 13px 0 0;
}

div#MiddleSection #LeftPart #Nav2Section {
	color: #000;
	background-color: #F8F8F8;
	font-size: 14px;
	margin: 15px 0 0 0;
	padding: 7px 0 7px 23px;
}

div#MiddleSection #LeftPart #Nav2Section a, 
div#MiddleSection #LeftPart #Nav2Section a:link, 
div#MiddleSection #LeftPart #Nav2Section a:visited {
	color: #000;
	text-decoration: none;
}

div#MiddleSection #LeftPart #Nav2Section a:hover {
	color: #999;
	text-decoration: none;
}

div#MiddleSection #LeftPart ul.Nav2 {
	list-style-type: none;
	background-color: #F8F8F8;	
	padding:0;
	margin: 0;
}

div#MiddleSection #LeftPart ul.Nav2 li {
	line-height: 12px; 
	border-top: 1px solid #ebebeb;
	padding: 7px 0 7px 0;
	margin: 0;
	
}

div#MiddleSection #LeftPart ul.Nav2 ul {
	list-style-type: none;
	padding: 7px 0 0 0;
	margin: 0;
}


/* First level - Non Active */
div#MiddleSection #LeftPart ul.Nav2 li a,
div#MiddleSection #LeftPart ul.Nav2 li a:link,
div#MiddleSection #LeftPart ul.Nav2 li a:visited {
	display:block;
	color: #1c4996;
	text-decoration: none;
	background: url(../images/arrow_nav2.gif) no-repeat 0 3px;
	margin: 0 0 0 23px; 
	padding: 0 0 0 10px;
}

div#MiddleSection #LeftPart ul.Nav2 li a:hover {
	text-decoration: none;
	color: #ec911d;
}

/* First level - LI Active  */
div#MiddleSection #LeftPart ul.Nav2 li.active a,
div#MiddleSection #LeftPart ul.Nav2 li.active a:link,
div#MiddleSection #LeftPart ul.Nav2 li.active a:visited {
	display:block;
	color: #ec911d;
	text-decoration: none;
	background: url(../images/arrow_nav2Active.gif) no-repeat 0 3px; 
	margin: 0 0 0 23px;
	padding: 0 0 0 10px; 
}

div#MiddleSection #LeftPart ul.Nav2 li.active a:hover {
	text-decoration: none;
	color: #ec911d;
}

/* Second level - First level: LI Active */
div#MiddleSection #LeftPart ul.Nav2 li.active ul li a,
div#MiddleSection #LeftPart ul.Nav2 li.active ul li a:link,
div#MiddleSection #LeftPart ul.Nav2 li.active ul li a:visited {
	display:block;
	color: #1c4996;
	text-decoration: none;
	background: none;
	margin: 0 0 0 23px;
    padding: 0 0 0 10px;
}

div#MiddleSection #LeftPart ul.Nav2 li.active ul li a:hover {
	text-decoration: none;
	color: #ec911d;
}

/* Second Level - Non Active */
div#MiddleSection #LeftPart ul.Nav2 ul li a,
div#MiddleSection #LeftPart ul.Nav2 ul li a:link,
div#MiddleSection #LeftPart ul.Nav2 ul li a:visited {
	display:block;
	color: #1c4996;
	text-decoration: none;
	background: none;
	margin: 0 0 0 23px;
 	padding: 0 0 0 10px;
}

div#MiddleSection #LeftPart ul.Nav2  ul li a:hover {
	text-decoration: none;
	color: #ec911d;
}

/* Second Level - LI Active */
div#MiddleSection #LeftPart ul.Nav2 ul li.active a,
div#MiddleSection #LeftPart ul.Nav2 ul li.active a:link,
div#MiddleSection #LeftPart ul.Nav2 ul li.active a:visited {
	display:block;
	color: #ec911d;
	text-decoration: none;
	background: none;
	margin: 0 0 0 23px;
	padding: 0 0 0 10px;
}

div#MiddleSection #LeftPart ul.Nav2  ul li.active a:hover {
	text-decoration: none;
	color: #ec911d;
}

/* ====================================================== */
/* Orange Content Style */
/* ====================================================== */
.orange {
	font-size: 12px;
	color: #ec911d;
}
.orange a, .orange a:link, .orange a:visited {
	color: #1c4996;
	text-decoration: none;
}
.orange a:hover {
	color: #999;
}
H1.orange {
	font-size: 20px;
	line-height: 20px;
	padding: 0 0 10px 0;
}
H2.orange {
	font-size: 16px;
	line-height: 16px;
	padding: 0 0 10px 0;
}
p.orange {
	line-height: 14px;
	padding: 0 0 10px 0;
}
.bgOrange {
	display: block;
	background-color: #FFFFD4;
}

a span.orange, a:link span.orange, a:visited span.orange {
	color: ec911d;
	text-decoration: none;
}
a:hover span.orange {
	color: #999;
}

/* ====================================================== */
/* Blue Content Style */
/* ====================================================== */
.blue {
	font-size: 12px;
	color: #1c4996;
}
.blue a, .blue a:link,.blue a:visited {
	color: #ec911d;
	text-decoration: none;
}
.blue a:hover {
	color: #999;
}
H1.blue{
	font-size: 20px;
	line-height: 20px;
	padding: 0 0 10px 0;
}
H2.blue {
	font-size: 16px;
	line-height: 16px;
	padding: 0 0 10px 0;
}
p.blue {
	line-height: 14px;
	padding: 0 0 10px 0;
}
.bgBlue {
	display: block;
	background-color: #E9EFF6;
}

a span.blue, a:link span.blue, a:visited span.blue {
	color: #1c4996;
	text-decoration: none;
}
a:hover span.blue {
	color: #999;
}

/* ====================================================== */
/* Green Content Style */
/* ====================================================== */
.green {
	font-size: 12px;
	color: #86b925;
}
.green a, .green a:link, .green a:visited {
	color: #ec911d;
	text-decoration: none;
}
.green a:hover {
	color: #999;
}
H1.green{
	font-size: 20px;
	line-height: 20px;
	padding: 0 0 10px 0;
}
H2.green {
	font-size: 16px;
	line-height: 16px;
	padding: 0 0 10px 0;
}
p.green {
	line-height: 14px;
	padding: 0 0 10px 0;
}
.bgGreen {
	display: block;
	background-color: #EAF5D7;
}

a span.green, a:link span.green, a:visited span.green {
	color: #86b925;
	text-decoration: none;
}
a:hover span.green {
	color: #999;
}

/* ====================================================== */
/* Black Content Style */
/* ====================================================== */
.black {
	font-size: 12px;
	color: #000;
}
.black a, .black a:link, .black a:visited {
	color: #ec911d;
	text-decoration: none;
}
.black a:hover {
	color: #999;
}
H1.black {
	font-size: 20px;
	line-height: 20px;
	padding: 0 0 10px 0;
}
H2.black {	
	font-size: 16px;
	line-height: 16px;
	padding: 0 0 10px 0;
}
p.black {
	line-height: 14px;
	padding: 0 0 10px 0;
}

a span.black, a:link span.black, a:visited span.black {
	color: #000;
	text-decoration: none;
}
a:hover span.black {
	color: #999;
}

/* ====================================================== */
/* Grey Content Style */
/* ====================================================== */
.grey {
	font-size: 12px;
	color: #999;
}
.grey a, .grey a:link, .grey a:visited {
	color: #ec911d;
	text-decoration: none;
}
.grey a:hover {
	color: #999;
}
H1.grey {
	font-size: 20px;
	line-height: 20px;
	padding: 0 0 10px 0;
}
H2.grey {	
	font-size: 16px;
	line-height: 16px;
	padding: 0 0 10px 0;
}
p.grey {
	line-height: 14px;
	padding: 0 0 10px 0;
}
.bgGrey {
	display: block;
	background-color: #EBEBEB;
}
.bgLightGrey {
	display: block;
	background-color: #F2F2F2;
}

a span.grey, a:link span.grey, a:visited span.grey {
	color: #000;
	text-decoration: none;
}
a:hover span.grey {
	color: #ec911d;
}

/* ====================================================== */
/* CMS Standard Content Styles */
/* ====================================================== */

/*
.CMSCol1  {
	background-color: #9393FF;
	font-family: normal 100% verdana,arial,helvetica;
	margin-bottom: 0;
	margin-top:	0;
}

.CMSCol2  {
	background-color: #87A9CF;
	font-family: normal 100% verdana,arial,helvetica;
	margin-bottom: 0;
	margin-top:	0;
}

.CMSColHeader  {
	background-color: #d9e2ff;
	font-family: normal 100% verdana,arial,helvetica;
	margin-bottom: 0;
	margin-top:	0;
}

.CMSRow1  {
	background-color: #bccee6;
	font-family: normal 100% verdana,arial,helvetica;
	margin-bottom: 0;
	margin-top:	0;
}

.CMSRow2  {
	background-color: #A7C1DC;
	font-family: normal 100% verdana,arial,helvetica;
	margin-bottom: 0;
	margin-top:	0;
}

.CMSRowHeader  {
	background-color: #d9e2f0;
	font-family: normal 100% verdana,arial,helvetica;
	margin-bottom: 0;
	margin-top:	0;
}

.CMSStyle1  {
	background-color: #EEEEEE;
	color: blue;
	font: 12px/15px Arial, Helvetica, Geneva, sans-serif;
	margin-bottom: 0;
	margin-top:	0;
}

.CMSStyle2  {
	background-color: #EEEEEE;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width:	0px;
	border-style: solid;
	border-top-width: 1px;
	color: red;
	font: 12px/15px Arial, Helvetica, Geneva, sans-serif;
	margin-bottom: 0;
	margin-top:	0;
}

.CMSStyle3  {
	background-color: green;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width:	0px;
	border-style: solid;
	border-top-width: 1px;
	color: yellow;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 18px;
	margin-bottom: 0;
	margin-top:	0;
}

.CMSTestimony  {
	font-family: verdana,arial,helvetica;
	font-size: 100%;
	font-style:	italic;
	font-weight: bold;
}

done
.CMSTitle1  {
	background-color: #A9A9A9;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width:	0px;
	border-style: solid;
	border-top-width: 1px;
	font-family: normal 100% verdana,arial,helvetica;
	margin-bottom: 0.8em;
	margin-top:	1em;
}

done
.CMSTitle2  {
	background-color: #D1D1D1;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width:	0px;
	border-style: solid;
	border-top-width: 1px;
	font-family: normal 100% verdana,arial,helvetica;
}

done
.CMSTitle3  {
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width:	0px;
	border-style: solid;
	border-top-width: 1px;
	font-family: normal 100% verdana,arial,helvetica;
	margin-bottom: 0;
	margin-top:	0;
}

.CMSWarning  {
	color:	#B22222;
	font: 12px/15px Arial, Helvetica, Geneva, sans-serif;
}

.CMSsample  {
	background-color: #DCDCDC;
	font-family: normal 100% verdana,arial,helvetica;
}
*/


.CMSTitle1  {
	font-size: 20px;
	line-height: 20px;
	padding: 10px 0 10px 0;
	color: #ec911d;
}

.CMSTitle2  {
	font-size: 16px;
	line-height: 16px;
	padding: 10px 0 10px 0;
	color: #ec911d;
}

.CMSTitle3  {
	font-family: normal 100% arial, verdana, helvetica;
	font-size: 16px;
	line-height: 16px;
	padding: 10px 0 10px 0;
	color: #ec911d;
}


/* ====================================================== */

#PageAll {
	margin: 0 auto;
	width: 942px;
	background: #fff;
}

#Top {
	position: relative;
	background: url(../images/bg_header.jpg) no-repeat;
	width: 942px;
	height: 125px;
	margin: 0;
	padding: 0;
	display: block;
}

.result_pages .active {
	color: #333;
	padding-right: 5px;
	padding-left: 5px;
}

#homepage #Top {
	position: relative;
	background: url(../images/bg_header.jpg) no-repeat;
	width: 942px;
	height: 332px;
	margin: 0;
	padding: 0;
	display: block;
}

#Footer {
	position: relative;
	height: 56px;
	margin-bottom: 20px;
	background: url(../images/bg_footer.gif) no-repeat;
}

#Footer .FooterContent {
	position: relative;
	color: #8f9da5;
	padding-top: 26px;
	padding-left: 60px;
}

#Footer .FooterContent a, 
#Footer .FooterContent a:link, 
#Footer .FooterContent a:visited {
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	font-weight: bold;
	color: #1c4a97;
	text-decoration: none;
	padding-left: 15px;
	padding-right: 15px;
}

#Footer .FooterContent a:hover {
	color: #ec911d;
}


.legend {
	font-size: 10px;
	line-height: 10px;
	font-weight: normal;
	position: absolute;
	float: right;
	right: 15px;
	top: 28px;
}

#homepage div#Top .Banner {
	display: block;
	width: 942px;
	height: 232px;
	left: 0px;
	position: absolute;
	top: 101px;
}



div#Top .Title {
	background: red;
	display: block;
	width: 400px;
	height: 130px;
	position: absolute;
	top: 50px;
	left: 185px;
}

div#Top .Logo {
	height: 57px;
	width: 134px;
}

div#Top .MetaNav {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 57px;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	color: #ec911d;
	background-color: #ADD8E6;
}

div#Top .MetaNav img {
	padding-left: 10px;
	padding-right: 5px;
	vertical-align: -1px;
}

.MetaNav .smalltext {
	width: 200px;
	position: absolute;
	top: 28px;
	/* right: 240px; */
	right:80px;
	text-align: right;
}

.MetaNav .smalltext a:link,
.MetaNav .smalltext a:visited {
	text-decoration: none;
	color: #ec911d;
}

.MetaNav .smalltext a:hover {
	text-decoration: none;
	color: #999;
}

.language {
	width: 53px;
	height: 24px;
	background: url(../images/bg_language.gif) no-repeat;
	position: absolute;
	top: 22px;
	/* right: 160px; */
	right: 0px;
}

.language .text {
	color: #ffcc99;
	padding-top: 6px;
	padding-left: 8px;
}

.language a:link, 
.language a:visited {
	color: #ec911d;
	text-decoration: none;
	padding-right: 7px;
	padding-left: 0;
}

.language a:hover {
	color: #ffcc99;
	text-decoration: none;
}

.searchTop {
	width: 144px;
	height: 22px;
	background: url(../images/bg_search.gif) no-repeat;
	position: absolute;
	top: 25px;
	right: 0px;
}

.searchTop #S {
	width: 110px;
	position: absolute;
	top: 2px;
	left: 10px;
	border: none;
	background: none;
	height: 17px;
	font-size: 10px;
	line-height: 14px;
	color: #666;
}

.searchTop #go {
	width: 19px;
	height: 19px;
	position: absolute;
	top: 0;
	right: 0;
	border: none;
}

div#Top .Nav1 {
	position: absolute;
	top: 57px;
	left: 0px;
	width: 942px;
	height: 37px;
	line-height: 37px;
	background: url(../images/bg_nv1.jpg) no-repeat;
	margin-bottom: 6px;
}

div#Top .Nav1 a, div#Top .Nav1 a:link, 
div#Top .Nav1 a:visited {
	padding: 11px 22px 12px;
	font-size: 12px;
	height: 37px;
	font-weight: bold;
	color: #1c4a97;
	text-decoration: none;
}

div#Top .Nav1 a:hover {
	line-height: 37px;
	color: #ec911d;
	background-color: #f8f8f8;
}

div#Top .Nav1 a.active {
	line-height: 37px;
	color: #ec911d;
	background-color: #f8f8f8;
}

div#Top .Today {
	position: absolute;
	top: 202px;
	left: 10px;
	display: block;
	width: 180px;
	height: 36px;
	background-color: #FF7F50;
}




.Button_01 {
	width: 224px;
	height: 45px;
	background: url(../images/bg_button_01.gif) no-repeat;
	margin-left: 3px;
	margin-top: 10px;
}

.Button_01 .smalltext {
	width: 180px;
	font-size: 11px;
	line-height: 12px;
	font-weight: normal;
	color: #788891;
	padding: 3px 0 0 10px;
}

.Button_01 .smalltext a:link,
.Button_01 .smalltext a:visited,
.Button_01 .smalltext a:hover {
	font-weight: bold;
	color: #86b925;
	padding: 0px 0 0 0px;
	text-decoration: none;
}

.Button_01 .title {
	font-size: 16px;
	line-height: 16px;
	font-weight: normal;
	color: #788891;
	padding-left: 0px;
	padding: 0;
}

.Button_02 {
	width: 231px;
	height: 70px;
	background: url(../images/bg_button_02.jpg) no-repeat 12px 10px;
}

.Button_02 p {
	width: 80px;
	font-size: 11px;
	line-height: 12px;
	font-weight: normal;
	color: #1f272e;
	padding: 23px 0 0 20px;
}

.Button_03 {
	font-size: 14px;
	line-height: 16px;
	color: #fff;
	width: 185px;
	height: 40px;
	background: url(../images/bg_button_03.gif) no-repeat 0px 0px;
	padding-left: 45px;
	padding-top: 10px;
	margin-top: 0;
}

.Button_04 {
	font-size: 14px;
	line-height: 16px;
	color: #ec911d;
	width: 185px;
	height: 40px;
	background: url(../images/bg_button_04.gif) no-repeat 0px 0px;
	padding-left: 45px;
	padding-top: 10px;
	margin-top: 5px;
}





.grey_small {
	color: #999;
	font-size: 11px;
}


.position {
	margin: 0;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 30px;
}



.one_Col .box_bot_grey_big {
	width: 698px;
	height: 10px;
	background: url(../images/box_bot_grey_big.gif) no-repeat;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0px;
	padding: 0;
}

.box_top_blue_02 {
	width: 220px;
	height: 43px;
	font-size: 16px;
	line-height: 18px;
	color: #fff;
	background: url(../images/box_top_blue_02.gif) no-repeat;
	padding-left: 10px;
	padding-top: 7px;
	margin-top: 5px;
}

.box_top_blue_03 {
	width: 220px;
	height: 34px;
	font-size: 16px;
	line-height: 34px;
	color: #fff;
	background: url(../images/box_top_blue_03.gif) no-repeat;
	padding-left: 10px;
}



.publicaties {
	padding-bottom: 0;
	padding-top: 00px;
	padding-left: 0;
	border-bottom: 1px dotted #d6d6d6;
	margin-left: 5px;
	margin-bottom: 0;
}



.publicaties .rightCol {
	width: 296px;
	float: left;
	padding-bottom: 0;
}

.publicaties .leftCol {
	width: 124px;
	margin-right: 20px;
	float: left;
	margin-bottom: 15px;
}

.news {
	font-size: 11px;
	line-height: 14px;
	color: #999;
	padding-bottom: 10px;
	margin-bottom: 0;
	padding-top: 10px;
	padding-left: 0;
	border-bottom: 1px dotted #d6d6d6;
	margin-left: 5px;
}

.news a:link,
.news a:visited {
	font-size: 12px;
	line-height: 16px;
	color: #ec911d;
}

.news a:hover {
	text-decoration: none;
	color: #999;
}

.box_bot_blue_02 {
	width: 230px;
	height: 19px;
	background: url(../images/box_bot_blue_02.gif) no-repeat;
}


.thePath {
	position: absolute;
	width: 900px;
	height: 20px;
	display: block;
	bottom: 0;
	padding-left: 23px;
}

.thePath a, .thePath a:link, .thePath a:visited {
	margin: 0 10px 0 0;
	padding: 0 15px 0 0;
	color: #a3a2a4;
	font-size: 10px;
	line-height: 10px;
	text-transform: uppercase;
	background: url(../images/path_arrow.gif) no-repeat right;
	text-decoration: none;
	font-weight: normal;
}

.thePath a:hover {
	color: #6f6f70;
	text-decoration: none;
}

.inPath {
	color: #a3a2a4;
	font-size: 10px;
	line-height: 10px;
	text-transform: uppercase;
	font-weight: normal;
}

.form {
	display: block;
	padding: 5px;
}

.form .fields {
	text-align: left;
	width: 210px;
	height: 18px;
	vertical-align: middle;
	padding-bottom: 15px;
	color: #5b5a59;
	font-size: 12px;
	margin: 0;
}

.form .labels {
	width: 119px;
	height: 18px;
	text-align: left;
	padding-right: 0;
	padding-bottom: 15px;
	color: #5b5a59;
	font-size: 12px;
	line-height: 14px;
}

.form .labels2 {
	width: 119px;
	height: 18px;
	vertical-align: middle;
	text-align: left;
	padding-bottom: 15px;
	color: #5b5a59;
	font-size: 12px;
	line-height: 14px;
	padding-left: 30px;
	padding-right: 0;
}

.form .input1 {
	width: 206px;
	height: 16px;
	font-size: 10px;
	line-height: 11px;
	padding: 2px 0 0 2px;
	background-color: #f9f9f9;
	border: 1px solid #ebebeb;
}

.form .input2 {
	width: 50px;
	height: 16px;
	font-size: 10px;
	line-height: 11px;
	background-color: #f9f9f9;
	border: 1px solid #ebebeb;
	padding-top: 2px;
	padding-left: 2px;
	padding-bottom: 0;
	margin-right: 10px;
}

.form .input3 {
	width: 70px;
	height: 16px;
	font-size: 10px;
	line-height: 11px;
	background-color: #f9f9f9;
	border: 1px solid #ebebeb;
	padding: 2px 0 0 2px;
}

.form .input4 {
	width: 50px;
	height: 16px;
	font-size: 10px;
	line-height: 11px;
	background-color: #f9f9f9;
	border: 1px solid #ebebeb;
	padding: 2px 0 0 2px;
	margin-left: 20px;
}

.form .input5 {
	width: 50px;
	height: 16px;
	font-size: 10px;
	line-height: 11px;
	background-color: #f9f9f9;
	border: 1px solid #ebebeb;
	padding-top: 2px;
	padding-left: 2px;
	padding-bottom: 0;
	margin-right: 58px;
}

.form .radio1 {
	font-size: 10px;
	margin-right: 10px;
}

.form .radio2 {
	font-size: 10px;
	margin-left: 20px;
	margin-right: 10px;
}

td.title {
	font-size: 16px;
	line-height: 18px;
	color: #5b5a59;
	margin-top: 0;
	border-top: 1px dotted #ebebeb;
	padding-top: 15px;
	padding-bottom: 20px;
}

.last {
	border-bottom: 1px dotted #ebebeb;
}

.button_orange {
	width: 123px;
	height: 23px;
	font-size: 12px;
	font-weight: bold;
	line-height: 23px;
	color: #fff;
	background: url(../images/bg_button.gif) no-repeat;
	text-align: center;
	margin: 0;
	padding: 0;
}

.button_orange a:link,
.button_orange a:visited {
	font-size: 12px;
	color: #fff;
}

.button_orange a:hover {
	text-decoration: none;
	color: #d6d6d6;
}

.search {
	width: 144px;
	height: 22px;
	background: url(../images/bg_search.gif) no-repeat;
	position: relative;
	margin-bottom: 20px;
	margin-left: 5px;
	margin-top: 5px;
}

.search #S {
	width: 110px;
	position: absolute;
	top: 2px;
	left: 10px;
	border: none;
	background: none;
	height: 17px;
	font-size: 10px;
	line-height: 14px;
	color: #666;
}

.search #go {
	width: 19px;
	height: 19px;
	position: absolute;
	top: 0;
	right: 0;
	border: none;
}

.result_pages {
	font-size: 12px;
	line-height: 12px;
	color: #999;
	margin-left: 5px;
	margin-top: 0;
	border-bottom: 1px solid #d6d6d6;
	border-top: 1px solid #d6d6d6;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 0;
	margin-bottom: 10px;
}

.news_result {
	font-size: 12px;
	line-height: 16px;
	color: #666;
}

.result_pages a:link, 
.result_pages a:visited {
	color: #ec911d;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
}

.result_pages a:hover {
	color: #999;
	text-decoration: none;
}

.news_result p {
	font-size: 12px;
	line-height: 16px;
	color: #333;
	padding-right: 50px;
}

.news_result ul {
	margin: 0 0 0 5px;
	padding-top: 0;
	padding-bottom: 0;
}

.news_result ul li {
	font-size: 12px;
	line-height: 16px;
	color: #ec911d;
	font-style: normal;
	list-style-position: outside;
	list-style-type: decimal;
	border-bottom: 1px dotted #d6d6d6;
	padding-bottom: 10px;
	padding-top: 10px;
}

.news_result ul li.last {
	font-size: 12px;
	line-height: 16px;
	color: #ec911d;
	font-style: normal;
	list-style-position: outside;
	list-style-type: decimal;
	padding-bottom: 15px;
	padding-top: 10px;
	border-bottom: none;
}

/* ====================================================== */