/* CSS Document */
#main {
	height:650px;
}
#content, #left, #right {
	height:455px;	
}	
#sub_nav #employment {
	color:#999999;
}
h1 {
	color:#51884e;
	font-size:14px;
	margin:10px;
}
h2 {
	color:#51884e;
	font-size:12px;
	margin:10px;
}
p {
	font-size:10px;
	line-height:13px;
	margin:10px 10px 0 10px;
	text-align:justify;
}
#left {
	position:absolute;
	top:0px;
	left:0px;
	width:510px;
	border-right:1px dotted #999999;	
}
#right {
	position:absolute;
	top:0px;
	left:510px;
	width:250px;
}
#jobs {
	position:absolute;
	top:160px;
	left:0px;
	width:510px;
	height:290px;
	overflow:auto;	
}
#jobs table {
	border-collapse:collapse;
	margin:0 10px 0 10px;
	width:490px;
}
#jobs table tr th {
	text-align:left;
	font-size:11px;
}
#jobs table tr .link {
	text-align:right;
}
#jobs table tr .link a {
	font-size:10px;
	color:#51884e;
}
#jobs table tr .link a:hover {
	#color:#999999;
	border:1px solid #red;
}
#jobs table tr .description {
	font-size:10px;
	line-height:13px;
	padding-top:10px;
	padding-bottom:10px;
}
#msg {
	margin-left:105px;
	font-size:11px;
	color:red;
}	
