/* ******* */
/* common */
/* ******* */
body, p, li, td, h1, h2, h3, h4, h5, input, select, option, textarea {
	font:16px Helvetica, Arial, Verdana, sans-serif;
	font-weight:normal;
	line-height:21px;
	color:#000000;
}

p {margin-bottom:10px;}

h1,h2,h3 {
	font-size:22px;
	line-height:26px;
	margin-top:10px;
	margin-bottom:10px;
}
h2,h3 {
	font-size:18px;
	margin-bottom:3px;
}

.print {display:block;}
.jobsonly {display:none;}





/* ************** */
/* basic page layout */
/* ************** */
body, #page, #header {background:#FFFFFF;}

#page {
	width:880px;
	background-image:none;
}

#header {
	width:880px;
	height:auto;
	background-image:none;
}

#meta, #mainnav, #subnav, #footer, ul.rgtabs-menu, a.back {display:none;}
#subnav {margin:0;}

#logo {margin-bottom:30px;}

#content {
	width:880px;
	border:none;
	margin:0;
	display:block;
	overflow:visible;
}
div.twoCol {
	width:880px;
	overflow:visible;
}
div.twoCol div.colLeft {
	width:590px;
	margin:0 40px 0 0;
	overflow:visible;
}
div.twoCol div.colRight {
	width:230px;
	overflow:visible;
}





/* ****** */
/* content */
/* ****** */
#content ul {
	list-style:disc;
	margin-left:15px;
}
#content ul li {
	padding-left:0;
	background-image:none;
}
.backlink {display:none;}