.print {
	display: block;
}
.screen {
	display: none;
}
#powered_by {
	display: none;
}
	#powered_by a {
	display: none;
	}
* {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
/*	color: #666666;  */
	color: #000000;
	line-height: 150%;
}
h2 {
	font-size: 24px;
	margin-bottom: 10px;
	color: #333333;
}
h4 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 0;
	color: #000000;
}
p {
	margin-bottom: 15px;
	text-align: justify;
}
img {
	border: none;
}
a {
	color: #0000FF;
	text-decoration: underline;
}
blockquote {
	padding-left: 20px;
}
#website {
	margin: 0 auto;
	width: 100%;
	/* border-left: 20px solid #2D4B9B; */
	border: none;
	background: #CECECE;
}
	#head {
		width: 100%;
		height: 110px;
	}
		#logo {
			float: left;
			margin: 20px 0 0 0;
		}
		#lang {
	display: none;
		}
	#menu {
	display: none;
	}
	#content {
		width: 100%;
		background: #F0F0F0;
	}
		#content ul {
			margin-left: 20px;
			margin-bottom: 5px;
		}
		#picture {
	display: none;
		}
		#left {
	display: none;
		}
		#redline {
	display: none;
		}
		#right {
			margin-right: 0;
			width: 100%;
		}
			#buttonbar {
	display: none;
			}
		#center {
	display: none;
		}	
	#search {
	display: none;
	}
p.data {
	padding: 25px;
	background: #E0E0F3;
	float: right; width: 350px; margin-right: 50px;
}


h3.jobs {
	color: #666666;
	font-size: 16px;
	display: none;
}
div.jobs {
	border-top: 1px solid #999999;
	border-left: 1px solid #999999; 
	padding: 0 10px;
	margin: 2px 0 10px 0;
	
	border: none;
	margin-left: 0;
	padding-left: 0;
}
table.jobs {
	background: #d1d1d1 url(../Pics/bg_jobstable.jpg) repeat-x top left;
	margin-bottom: 10px;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #c1c1c1;
	border-top: none;
}
	table.jobs tr td.image {
		width: 25px;
		text-align: center;
	}
	table.jobs tr td {
		padding: 5px;
		border-top: 1px solid #c1c1c1;
	}
		table.jobs tr td a {
			font-weight: bold;
			text-decoration: none;
			color: #3363ad;
		}
	table.jobs tr:hover td {
		background: #3363ad;
	}
		table.jobs tr:hover td a {
			font-weight: bold;
			text-decoration: none;
			color: #FFFFFF;
		}
h2.jobs {
	text-align: center;
	color: #3363ad;
	padding: 10px;
}