body {
	background-image: url(../imgs/back_blue.gif);
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	marginwidth: 0px;
	marginheight: 0px;
	padding-top: 90px;
}
.boxOutline {
	border: 1px solid #DDDDDD;
	
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #C0C0C0;
	text-decoration: none;
	padding-top: 10px;
}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #C0C0C0;
	text-decoration: none;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	text-decoration: none;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #C0C0C0;
	text-decoration: none;
}

#jobs {
	padding: 20px; 
	background-image: url(../job_back.jpg); 
	width: 700px; 
	height: 410px;
}

#jobs p {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000BBB;
	margin: 0px;
}

#titles {
	float: left;
	width: 250px;
	height: 400px;
	overflow: auto;
	padding: 0px 10px 10px 10px;
	text-align: left;
}

#titles a{
	text-decoration: none;
	display: block;
	background-image: url(../blue.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 5px 5px 5px 20px;
	margin-bottom: 1px;
	color: #000;
	font-size: 0.7em;
}

#titles a:hover{
	text-decoration: none;
	display: block;
	background-color: #EEE;
	background-image: url(../green.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 5px 5px 5px 20px;
}


#titles a.admin:hover{
	text-decoration: none;
	color: #999;
	padding: 5px 5px 5px 20px;
}

#titles a.admin:visited{
	text-decoration: none;
	color: #999;
	padding: 5px 5px 5px 20px;
}

#details {
	float: right;
	border-left: 1px dashed #CCC;
	width: 300px;
	margin: 0px 60px 0px 15px;
	text-align: left;
	height: 370px;
	overflow: auto;
	padding: 30px 10px 10px 30px;
}

#details p.amnt {
	color: #333;
}

#details p.type {
	color: #333;
	margin-top: 40px;
	font-size: 0.9em;
}
#details p.date {
	color: #999;
	font-size: 0.8em;
}

#details p.desc {
	color: #555;
	font-size: 0.8em;
	margin: 10px 0px 0px 0px;
	padding: 30px 0px 20px 30px;
	background-image: url(../open.gif);
	background-repeat: no-repeat;
}

a.back{
	text-decoration: none;
	padding: 5px;
	margin-bottom: 10px;
	color: #000;
	font-size: 0.7em;
}

a.back:hover{
	text-decoration: none;
	background-color: #EEE;
}


a.apply{
	text-decoration: none;
	padding: 5px;
	color: #000BBB;
	font-size: 0.7em;
}

a.apply:hover{
	text-decoration: none;
	background-color: #EEE;
}



