body { 
	font-family: 'arial', verdana, sans-serif;
	font-size: 12px;
	background: #fff;
}


ul {
	margin-top: 0px;
	padding-top: 0px;
}

li, #page_content li {
	margin-top: 0px;
	padding: 0 0 .5em 10px;
	list-style-type: circle;
	list-style-image: url(/img/bullet_white.gif);
	background: none;  
}



#nav, #home_link, #footer {
	display: none;
} 

#sidenav { display: block; } 

#header {
	display: block !important;
}

#body, #header, #side_content, #content_wrapper_wrapper, #content_wrapper{
	background: none !important;
	background-image: none !important;
}

#content_wrapper_wrapper {
	margin-top: 1em;
}

#content_wrapper {
	background: #fff url(/img/bkgd_sec.gif) repeat-y;
	overflow: visible;
	height: 100%;
}
#page_content {
	width: 420px;
	padding: 40px 0;
}
	body#index #page_content {
		width: 350px;
	}
#left_zone {
	margin-top: 3em;
	padding-left: 0;
}



/* jobs_resumes.php support */
.jobsubhead {
	font-weight: bold;
}
.deptsubhead {
	font-weight: bold;
	padding-top: 0px;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-bottom: 0px;
}
.joblist {
	padding-top: 0;
	margin-top: 0;
}


/*htdig support */
.search_hilite {
	font-weight: bold;
}

.noprint {
	display: none;
}
.noshowtitle {
	display: block;
	font-family: 'arial', verdana, sans-serif;
	font-size: 18px;
	color: #4B4B4B;
	font-weight: bold;
}
.printonly {
	display: block;
	text-align: left;
	color: #000000;		
}

