html, body, #wrap{
	height: 100%;
}
html{
	overflow-y: scroll;
}

.clear{
	clear: both;
}
/*********************************************************/

body > #wrap {
	height: auto;
	min-height: 100%;
	/*background-color:#f4f4ec;*/
	/*background-image:url(../imagini/main-background-2.jpg);*/
	background:#f8fbf1;
}

#main{
	padding-bottom: 50px;
	/*background:url(../imagini/main-background-1.jpg) top;*/
} 


#header_wrap{
	color:#004455;
	font: bold 12px Arial;
	text-align:center;
	background:#004c99 url(../imagini/alb.jpg) repeat-x;
	
}

	#header{
		width: 998px;
		height:250px;
		margin: 0px auto;
		margin-top:10px;
		text-align:center;
	}
	#header-fse{
		width:300px;
		height:97px;
		float:left;
		background-color:#fff;
		border-top:2px solid #004c99;
		margin-top:2px;
	}
	
	#header-title{
		width: 698px;
		height:100px;
		float:left;
		text-align:center;
		color:#fff;
	}

#main_menu_wrap{
	height: 36px;
	background:url(../imagini/menu-2/OFF.gif) repeat-x;
	border-bottom:4px solid #004c99;
	border-top:1px solid #74b0c6;
}

/*********************************************************/

h1{
	font: normal 24px Arial;
	color:#ffffff;
}

h2{
	font: bold 18px Arial;
	text-transform:uppercase;
	color:#00993e;
	margin-bottom:20px;
	border-bottom:2px solid #004c99;
	text-align:center;
}

h3{
	font: bold 16px Arial;
	color:#004c99;
	margin-top:20px;
	margin-bottom:5px;
}

p{
	font: normal 14px Arial;
	text-align:justify;
	line-height:1.5em;
	margin-bottom:10px;
}

p1{
	font: normal 14px Arial;
	text-align:justify;
	line-height:1.5em;
	margin-left:50px;
	margin-bottom:10px;
}

.bold {
	font-weight:bold;
}

.italic{
	font-style:italic;
}

.underline{
	text-decoration:underline;
	font: normal 14px Arial;
	text-align:justify;
	line-height:1.5em;
}

.green{
	color:#2f4015;
}

a {
	color: #004c99;
	text-decoration: none;
}

a:hover{
	color: #DB4300;
	text-decoration: underline;
}

a.mail {
	color: #0067ba;
	text-decoration: none;
}

a.mail:hover{
	color: #BA8d00;
	text-decoration: none;
}

ul{
	list-style-type:square;
	margin-left:30px;
	margin-top:0px;
	font: normal 14px Arial;
	text-align:justify;
	line-height:1.5em;
}

ul.hyphen{
	list-style-position:outside;
	list-style-type:none;
	margin:0px;
	padding-left:2.5em;
	text-indent:-2.5em; 
	font: normal 14px Arial;
	text-align:justify;
	line-height:1.5em;
}

table{
	width:100%;
	height:100%;
	border:5px ridge #004c99;
	font: normal 14px Arial;
	text-align:justify;
	line-height:1.5em;
}

td {
	border:1px solid #004c99;
	padding:5px;
}

td.right{
	text-align:right;
}

td.left{
	text-align:left;
}

/***********************************************************/
.content{
	width: 998px;
	margin: 0px auto;
	color: #000000;
	padding-top:20px;
}

.full_box{
	float: left;
	width: 740px;
	margin-bottom: 30px;
}

.column{
	width: 228px;
	float: left;
	z-index:1000;
}
	.column_box_label{
		height:39px;
		background:url(../imagini/label-blue.png) top right no-repeat;
		text-align:center;
		padding-top:10px;
		font: bold 16px Arial;
		color:#fff;
	}
	
	.column_box_image{
		padding: 20px;
		padding-top:10px;
		padding-bottom:10px;
		margin-bottom: 30px;
		margin-top:-10px;
		background-color: #EAF3F6;
		color:#020202;
		text-align:justify;
		border:1px solid #004c99;
		border-top:none;
	}
	
	.column_box{
		padding: 20px;
		padding-top:10px;
		padding-bottom:10px;
		margin-bottom: 30px;
		background-color: #EAF3F6;
		color:#020202;
		text-align:justify;
		border:1px solid #00993D;
		border-top:20px solid #00993D;
	}
	
	.column_box p{
		font: normal 12px Arial;
		text-align:justify;
		line-height:1.2em;
	}
	
	.ht1{
		height:705px;
	}
	.ht2{
		height:998px;
	}
	.ht3{
		height:1100px;
	}
	.ht4{
		height:1150px;
	}
	.ht5{
		height:1905px;
	}
	
	.padded{
			margin-left: 30px;
		}
	.padd0{
		padding-top:0px;
	}
	.padd20{
		padding-top:20px;
	}
	
	.coloured{
		background-color: #666666;
}
/*********************************************************/

#footer_wrap{
	position: relative;
	margin-top:-50px;
	height: 45px;
	clear:both;
	background-color: #74b0c6;
	/*background:url(../imagini/footer-background.jpg) repeat-x;*/
	border-top: 5px solid #004c99;
}
		
	#bottom_text{
		width: 998px;
		margin: 0px auto 0 auto;
	}
		#bottom_text .copyright{
			float: left;
			margin-top: 15px;
			font: normal 12px Arial;
			color: #fff;
		}
		#bottom_text .last_modified{
			float: right;
			margin-top: 15px;
			font: normal 12px Arial;
			color: #fff;
		}