/* PNCECE - Job Board - LAYOUT STYLES */

body {
	padding: 0px 0px;
	margin: 0px 0px;
	position:static; /* to make background of body stationary while rest of page scrolls */	
}
/* this centers the page */
#page {
	position: absolute;
	left: 50%;
	width: 860px;
	padding: 0px 0px;
	margin-top: 0px;
	margin-left: -430px; /*half the width measurement */
}
  /* adds space between columns: h1, p {margin: 6px 12px; } */
	

/* ---- CONTAINER ---------- */
#container {
	width: 860px;
	height: inherit;
	margin: 0px 0px;
	padding: 0px 0px;
}

#contentholder {
	width: 860px;
	border: none;
}
#contentholder h1 {
	font-size: 1.5em;
	margin: 6px 10px 10px 0px;
	color:#000;
}

#contentholder h3 {
	font-size: 1.2em;
	margin: 6px 10px 6px 0px;
	color:#369;
}
#jumpmenu {
	margin-left: 150px;
}

#maincontent {
	float: left;
	width: 827px;
	margin: 0px 0px;
	padding: 10px 23px 0px 10px;
}

#footer {
	clear: both; /*starts the footer below the floated content */
	padding: 6px 5px 6px 0px;
	height: 30px;
	text-align: right;
	width: 855px;
	}
						
/* COLORS */

#jumpnav {
	font-size: .9em;
	color: #369;	
}
#jumpnav a:link,
#jumpnav a:visited {
	color: #6b737b;
	text-decoration: none;
	font-weight: normal;
}
#jumpnav a:hover,
#jumpnav a:active {
	color: #666;
	text-decoration: underline;
}

#maincontent {
	color: #036;
	background-color: #fff;
}
#maincontent h1 {
	color: #1782d0;
	background-color: #c6f2f8;
}
#maincontent h2 {
	color: #fff;
	background-color: #99b4de;
}
#maincontent h3 {
	color: #135480;
}


#maincontent a:link,
#maincontent a:visited {
	color: #135480;
	text-decoration: none;
	font-weight: normal;
	border-bottom: #c8d3c6 dashed 1px;
}
#maincontent a:hover,
#maincontent a:active {
	color: #03f;
	text-decoration: underline;
	font-weight: normal;
	border-bottom: none;
	background: #f3f9fe;
}
#maincontent a:hover img,
#maincontent a:active img {
	border-bottom: none;
}

#footer {
	color: #fff;
	background-color: #135480;
}
#footer a:link,
#footer a:visited {
	color: #9cf;
	background: none;
}
#footer a:hover,
#footer a:active {
	color: #eded99;
}

/* TYPE */


#footer {
	font-size: .8em;
	font-weight: bold;
}
#footer a:link,
#footer a:visited {
	font-weight: bold;
}
#footer a:hover,
#footer a:active {
	text-decoration: underline;
}																
														
#page #container #contentholder .css-panes.skin2 div table tr td strong {
	color: #164879;
}
