body {
	background-image: url(images/apr_back.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

p {
	text-align: justify;
}

h1 {
	font-size:14px;
	text-align:center;
}

h2 {
	font-size:13px;
}

ul {
	line-height:25px;	
}

td {
	vertical-align:top;
} 

#centerpage {
	width:750px;
	margin: 20px auto;
	position:relative;
	padding-bottom:30px;
}

#maingrey {
	background-color:#E5E5E5;
	background-image:url(images/vert_bar_thin.gif);
	background-repeat:repeat-y;
}

#header {
	position:relative;
	height:125px;
}

#logo {
	background-image:url(images/apr_logo.gif);
	background-repeat:no-repeat;
	background-position:center;
	width:150px;
	height:125px;
	position:absolute;
}

#titlebar {
	background-color:#CCCCCC;
	width:600px;
	height:22px;
	font-weight:bold;
	position:absolute;
	top:91px;
	left:150px;
	padding-top:3px;
	text-align:center;
}

#skewleft {
	background-image:url(images/skew_left.gif);
	width:17px;
	height:25px;
	position:absolute;
	top:91px;
	left:133px;
}

#skewright {
	background-image:url(images/skew_right.gif);
	width:17px;
	height:25px;
	position:absolute;
	top:91px;
	left:750px;
}

#main {
	position:relative;
}

#leftnav {
	font-size:13px;
	font-weight:bold;
	color:#FF0000;
	text-align:right;
	position:absolute;
	margin-top:10px;
	width:105px;
	z-index:1;
	line-height:30px;
}

#content {
	background-image:url(images/vert_bar.gif);
	background-repeat:repeat-y;
	font-size:12px;
	width:590px;
	min-height:300px; /*not ie*/
	left:112px;
	position:relative;
	padding-left:38px;
	padding-bottom:10px;
}

#footer {
	width:740px;
	text-align:right;
	font-size:10px;
	position:absolute;
	margin-top:5px;
	color: #999999;
}

#barfoot {
	background-image:url(images/vert_bar.gif);
	background-repeat:repeat-y;
	width:25px;
	height:17px;
	position:absolute;
	left:112px;
}

#job {
	margin-bottom:20px;
	text-align:center;
}

#job_position {
	color:#FF0000;
	font-weight:bold;
	font-size:18px;	
}

#job_requirements{

}

#job_no{
	font-size:10px;
	margin-top:5px;
}

#job_location, #job_salary {
	font-weight:bold;
	font-size:14px;
}



a:link {
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}
a:visited {
	text-decoration:none;
	color:#000000;
	font-weight:bold;
}
a:hover {
	text-decoration:underline;
	color:#000000;
	font-weight:bold;
}
a:active {
	text-decoration:none;
	color:#000000;
	font-weight:bold;
}