body{
	margin:0px;
} 
.hilite { background-color: #fff0f5 }
a:hover { color: red; text-decoration: underline; background-color: #fff0f5 }
h4 { font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }

 .jobAnnounce {
 	text-align:center;
	height:45px;
	padding:0px 0px 15px 0px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	 
	}
	
  .btnJob{
  	background-color:#E1EFF0;
	width:260px;
	padding:8px 0px 8px 0px;
  	
	}
 	
	.btnJob a:link {
		text-decoration:none;
		color:#000000;
		}
		
	.btnJob a:visited{
		text-decoration:none;
		color:#000000;
		}
 
		
	 
	#cursor_id {
	cursor: pointer;
	}
	 
	 
	 /********  Job Announcement *******/
	 #bgHead {
	 background-image:url(jobs/jobsImg/bgHead.gif);
 	height:132px;
	background-repeat:repeat-x;
	}
	
	 .headerUpper {
	    background-image:url(jobs/jobsImg/headerUpper.gif);	  
		background-repeat:no-repeat;
		width:811px;
		height:90px;		 
		margin:0 auto;
		 
		}
	 
		
		.headerLower {
			background-image:url(jobs/jobsImg/headerLower.gif);
			background-repeat:no-repeat;
			width:811px;
			height:42px;
			margin:0 auto;
			 
			 
		}	
		
		
		#bgNav {
		background-image:url(jobs/jobsImg/bgNav.gif);
		background-repeat:repeat-y;
		width:811px;
		height:39px;
		margin:0 auto;
	  	 
		 }
		 
		 
		  .navContainer {
		  padding:0px 0px 0px 100px;
	 	 
		}
		
	 .navigation {
	 	float:left;
		position:relative;
		font-size:11px;
		margin-top:16px;
		padding-right:5px;
		padding-left:5px;
		font-weight:bold;
		}
		
  .navigation a:visited {
	 color:#00464C;
	 text-decoration:none;
	  background-color:#F1F1F1;
	 	}
		
	.navigation a:link {
	 color:#00464C;
	  text-decoration:none;
	   background-color:#F1F1F1;
	 	}
		
      .navigation a:hover {
	 color:#8FA6AE;
	 background-color:#F1F1F1;
	 	}
		
	 .navLine {
	 	background:url(jobs/jobsImg/navSeparator.gif);
		width:7px;
		height:39px;
		float:left;
		}
		
	
	.lowerNav {
		background-image:url(jobs/jobsImg/navLower.gif);
		background-repeat:no-repeat;
		width:811px;
		height:4px;
		margin:0 auto;
		}
		
	.bgBody {
		background-image:url(jobs/jobsImg/bgBody.gif);
		width:811px;
		margin:0 auto;
		background-repeat:repeat-y;
		}
		
	 .pageBottom {
	 	background-image:url(jobs/jobsImg/bottom.gif);		 
		width:812px;
		height:11px; 
		margin:0 auto;
		 
	 
		}
	
	.container {
		padding:15px 0px 15px 30px;
		width:750px;
		
		}
		
	.container2 {
		padding:15px 0px 15px 30px;
		width:720px;
		margin-left:30px;
		 
	 
		
		}
		
	 .jobAnnounceTitle{
	 	text-align:center;
		font-weight:bold;
		}
		
	  .pLeft {
	  	float:left;
		}
		
	   .pIndent{
	   	padding-left:30px;
		}
		
		ul li.descriptions{
			padding-bottom:5px;
		}
		
	/* What's new */
		.txtPersonnel{
			width:520px;
			border:double #000000 1px;
			padding:10px 10px 10px 10px;
			margin:0 auto;
			}
			
		 #pressContent{
		 width:650px;
		 }
		
		 .prTextLeft{
		 	float:left;
			width:500px;
			}
			
		 .prTextRight{
		 	float:left;
			width:150px;
			padding:0px 0px 0px 0px;
			text-align:right;
			}
			
		 .clearLeft{
		 	clear:left;
			}