@charset "utf-8";
/* CSS Document */

* {
padding: 0;
margin: 0;
outline:none;
}

body {
background: url(images/body_bg.jpg) center repeat-y;
width: 100%;
height: 100%;
font-family: Trebuchet MS,Verdana, Arial, Helvetica, sans-serif;
font-size: 15px;
}

#container {
width: 975px;
margin: 0 auto;
}

#header {
height: 166px;
background: url(images/head_bg.jpg) no-repeat;
}

#menubar {
height: 21px;
width: 100%;
clear:right;
line-height: 21px;
}

	#menubar ul{
	position: relative;
	float: right;
	}
	
	
		#menubar li{
		background:url(images/labelmenu_bg.jpg) center no-repeat;
		width: 106px;
		float: left;
		list-style: none;
		color: #FFFFFF;
		text-align: center;
		font-size:15px;
		padding: 0 3px 0 3px;
		}
	
		#menubar a{
		color: #FFFFFF;
		text-align: center;
		}

#topmenu {
height: 50px;
display:block;
width: 970px;
clear: right;
margin: 0 auto;
position: relative;
background: url(images/topmenu_bg.jpg) repeat-x;
z-index: 1000;
}

#main {
height: auto;
width: 975px;
}

	#content {
	width: 800px;
	text-align: justify;
	padding: 30px 0 0 0;
	color: #747474;
	float: left;
	position:relative;
	display: block;
	}
		
		#subhead{
		width: 750px;
		height: 385px;
		margin: 0 auto;
		position: relative;
		display: block;
		}
	
		#main_content {
		width: 730px;
		padding: 10px 20px;
		}
		
		#nflash_1{
		display: block;
		padding: 15px 20px;
		width: 350px;
		float: left;
		}
		
		#nflash_2{
		display: block;
		padding: 15px 10px;
		width: 350px;
		float: left;
		}
	
	#rcol {
	padding: 0 0 0 0;
	margin: 0;
	width: 173px;
	float: left;
	min-height: 600px;
	clear: right;
	padding-right: 2px;
	}
	
		.sideitem{
		padding: 0 0 15px 0;
		}

#footer{
clear: left;
background: url(images/footer_bg.jpg) center no-repeat;
margin: 0 auto;
width: 976px;
height: 71px;
}

p{
padding: 2px 0 3px 0;
}

h1 {
color: #167ad3;
font-size: 22px;
font-weight: bold;
padding-bottom: 10px;
}

h2 {
color: #167ad3;
font-size: 16px;
font-weight: bold;
padding-top: 10px;
}

h3 {
font-size: 18px;
font-weight: bold;
}


img {
outline: none;
border: none;
}

img.portre {
outline: none;
border: 1px solid #1AB6E7;
}

a {
color: #167ad3;
text-decoration:none;
cursor: pointer;

}

a[href$='.doc'], a[href$='.rtf'] {
	padding: 5px 20px 5px 0;
	background: url(images/icon_doc.gif) no-repeat center right;
}
a[href$='.pdf'] {
	padding: 5px 20px 5px 0;
	background: url(images/icon_pdf.gif) no-repeat center right;
}

a:hover{
text-decoration: underline;
}

a:visited{
color: #167ad3;
}

li{
list-style-position:inside;
}

#jump{
width: 106px;
height: 18px;
margin-left: 30px;
background: url(images/jump_bg.jpg) no-repeat;
}
#jump_ro{
width: 198px;
height: 18px;
margin-left: 30px;
background: url(images/jump_bg_ro.jpg) no-repeat;
}
