/* GENERAL --------------------------------------------------------*/ 

*	{ 
	margin: 0;
	padding: 0;
	}
	

body{
  font-family: Helvetica, sans-serif;
  font-style: normal;
  font-weight: 200;
	background: #fff url(../images/bg.jpg) no-repeat top center;
	background-color: #20451C;
	color: #002B1D;
	font-size: 13px;
	line-height: 21px;
	text-align: left;
	letter-spacing:-1px;
	overflow:auto;
	display: block;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

	}

div.mainFrame {
	background-color: transparent;
	position: relative;
	left:50%; 
	margin-left:-480px; 
	width: 960px;
	top: 32px;
}
div.content {
	background-image:url(../images/contentBG.png);
	background-repeat:repeat-y;
	width: 960px;
	margin-top: 20px;
	height: 450px;
}
div.colA_AB{
	padding: 40px 15px 15px 15px;
	background-color: transparent;
	text-align: justify;
	width: 280px; /*Width of left column*/
	margin-left: 0px; /*Set left margin to -(MainContainerWidth)*/
	float: left;
}
div.colB_AB{
	padding: 40px 15px 15px 15px;
	background-color: transparent;
	text-align: justify;
	margin-right: 0px; /*Set left margin to LeftColumnWidth*/
	width: 610px;
	float: right;
}
div.footer {
	background-image:url(../images/footerBG.png);
	background-repeat:no-repeat;
	color:#FFFFFF;
	text-align:justify;
	height: 55px;
	margin-top: 0px;
	padding: 30px 15px 15px 15px;
}


a.bg:link, a.bg:visited, a.bg:hover, a.bg:active {
	color: #ffffff;
	text-decoration: none;
	background-color: #20451C;
}


a.navigation:link, a.navigation:visited, a.navigation:active {
    font-family: Helvetica, sans-serif;
	color: #1b1e3e;
	text-decoration: none;
	font-size: 11px;
	line-height: 13px;
	margin-top: -2px;
}
a.navigation:hover {
    font-family: Helvetica, sans-serif;
	color: #1b1e3e;
	text-decoration: none;
	background: #cccccc;
	font-size: 11px;
	line-height: 13px;
}



a.infooter:link, a.infooter:visited, a.infooter:active a.infooter:hover{
    font-family: font-family: Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: underline;
	font-size: 13px;
	line-height: 15px;
	background-color: transparent;

}

/*  HEADER STUFF ----------------------------------------------- */

div.headerNL	{
	height: 148px;
	font-size: 12px;
	width: 960px;
	background-image:url(../images/headerBG_NL.png);
	top: 5px:
}
div.headerEN	{
	height: 148px;
	font-size: 12px;
	width: 960px;
	background-image:url(../images/headerBG_EN.png);
	top: 5px:
}
div.headerPT	{
	height: 148px;
	font-size: 12px;
	width: 960px;
	background-image:url(../images/headerBG_PT.png);
	top: 5px:
}
div.title	{
	position: relative;
	height: 30px;
	width: 460px;
	padding-top: 55px;
	padding-left: 15px;
}
div.subSlogan	{
	position: relative;
	height: 30px;
	width: 440px;
	margin-top: 5px;
	margin-left: 335px;
}

div.languageBar	{
	width: 65px;
	height: 21px;
	margin-left: 890px;
	top: 45px;
}

h1 {
	color: #7DBA00;
    font-family: Helvetica, sans-serif;
    font-style: normal;
    font-weight: 600;
	font-size: 62px;
	line-height: 30px;
	text-align: left;
	letter-spacing:-4px;
}
h2 {
	color: #002B1D;
    font-family: Helvetica, sans-serif;
    font-style: normal;
    font-weight: 200;
	font-size: 28px;
	line-height: 30px;
	text-align: left;
	letter-spacing:-2px;
}
h3 {
	color: #7DBA00;
    font-family: Helvetica, sans-serif;
    font-style: normal;
    font-weight: 300;
	font-size: 26px;
	line-height: 30px;
	text-align: left;
	letter-spacing:-2px;
	font-style: italic;
}
h3.footer {
  color: #ffffff;
  font-family: font-family: Helvetica, sans-serif;
  font-style: normal;
  font-weight: 200;
  font-size: 12px;
}
pre {
	color: #FFFFFF;
    font-family: Helvetica, sans-serif;
	font-size: 13px;
}