body {
	background:#FFFFFF url(../images/bg.png) no-repeat center top;
	color:#323232;
	font: 13px Arial,Helvetica,Verdana,sans-serif;}
	
*{
	margin:0px;
	padding:0px; }
	
a img, form, fieldset{
	border:none;}
		
a { 
    font-weight:bold;
	color:darkblue;
	text-decoration:none;}	

a:hover {
	text-decoration:underline;}
	
legend{
	display:none;}
	
input{
	line-height:30px;
	height:30px;
	width:92%;
	padding:0px 0px 0px 5px;
	border: 1px solid #cfcfcf;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	background-color: #F6F6F6;
	behavior: url(/pie/PIE.htc);
	position:relative;}
	
input[type=text]:focus {
	border: 1px solid #e5efb2;
	background-color:#fcffea;
	color:#00653b;}
	
input[type=password]:focus {
	border: 1px solid #e5efb2;
	background-color:#fcffea;
	color:#00653b;}
	
li{
	list-style:none;}
	
h1 {
	/* Existing color and padding */
	color: darkblue;
	padding: 15px 0px;

	/* --- NEW STYLING --- */
	/* 1. Set the font-family to 'Poppins' (ensure it's linked in your HTML) */
	font-family: 'Poppins', sans-serif;
	
	/* 2. Change the font size to 32 pixels */
	font-size: 32px;
	
	/* 3. Set the font-weight to bold */
	font-weight: bold;
}
	
h2 {
	color:#FFFFFF;
	font-size: 16px;
	padding:10px;
	border:1px solid #00653b;
	-webkit-border-radius:5px 5px 0px 0px;
	-moz-border-radius:5px 5px 0px 0px;
	border-radius:5px 5px 0px 0px;
	background-color: darkblue;
	behavior: url(/pie/PIE.htc);
	position:relative;}
	

#wrapper{
	background:#FFFFFF;
	width:990px;
	margin:0 auto 10px auto;}

#header{
	border-bottom:1px solid #091781;}
	
#language, #logout{
	line-height:100px;
	padding-right:15px;
	float:right;
    color: darkblue;
}
	
#main{
	margin:0px 10px 40px 10px;}

#banner{
/*	border-width:7px 0px 4px 0px;
	border-color:#B9D533;
	border-style:solid;
*/	margin-bottom:15px;}
	
#banner img{
	float:left;}
	
#content{
	margin-bottom:50px;}	
	
#footer{
	font-size:12px;
	clear:both;
	height:174px;
	padding:10px 25px 20px 25px;
	background:#edebec url(../images/bg-footer.gif) no-repeat right bottom;}

#linkFooter ul{
	width:100%;}
	
#linkFooter li{
	padding: 25px 44px 55px 15px;
	float:left;}
	
#copy a{
	color:#343434;}	
	
#linkFooter, #banner, .clear{
	overflow:hidden;}
		
.box{
	height:270px;
	width:308px;
	float:left;
	margin-right:15px;
	border:1px solid #cccccc;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	background-color: #FFFFFF;
	behavior: url(/pie/PIE.htc);
	position:relative;}
	
.last{
	margin:0px;}
	
.immerBox{
	padding:10px;}
	
.immerBox p, .doc li{
	padding:10px 0px;}
	
.inputBox{
	width:50%;
	float:left;}

.goButton{
	color:#FFFFFF;
	font-size:18px;
	margin:15px 0px;	
	height:35px;
	line-height:35px;
	width:190px;
	border: 1px solid #036903;
    -webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	background-color: darkblue;
	behavior: url(/pie/PIE.htc);
	position:relative;}

	
.red{
	color:#FF0000;}
	
.green{
	color:darkblue;}
	
.alignCenter{
	text-align:center;}