@charset "utf-8";

/******************************************************************************

Standard definitions

******************************************************************************/

BODY {
	background-image:			url('images/angle_tile.gif');
	background-color:			#252525;
	font-family: 				'Trebuchet MS', Helvetica, Verdana, Arial, Geneva, sans-serif;
	font-size:					14px;
	color:						#FFFFFF;
	margin:						0px 0px 0px 0px;
	padding:					0px 0px 0px 0px;

}

TABLE.header {
	margin-top:					20px;
}



/******************************************************************************

Links

******************************************************************************/

/* unvisited link */
a:link, a:visited {
	color: 						#EBB537;
	font-weight:				bold;
	text-decoration:			none;
}

/* mouse over link */
a:hover { 
	text-decoration: 			underline;
}   

/* selected link */
a:active {
	color: 						#FFC94A;
	text-decoration:			underline;
}



/******************************************************************************

Custom classes

******************************************************************************/

.job {
	margin-bottom:				3px;
}

.job_link {
	margin-top:					15px;
}

.job_head {
	font-family:				Georgia, 'Times New Roman', Times, serif;
	font-size:					28px;
	font-weight:				bold;
	margin-bottom:				3px;
}

.news_head {
	font-size:					28px;
	margin-bottom:				3px;
}

.news_date {
	margin-bottom:				8px;
	color:						#867C75;
	font-style:					italic;
}

.news_body {
	margin-bottom:				10px;
}

.news_link {
	margin-bottom:				25px;
	padding-bottom:				3px;
	border-bottom:				1px dotted #867C75;
}

.news_icon {
	border:						1px solid #EBB537;
}

.footer {
	color:						#867C75;
	margin-bottom:				8px;
	margin-top:					15px;
}

.header_nav {
	font-family:				Georgia, 'Times New Roman', Times, serif;
	font-size:					20px;
	color:						#867C75;
	margin-top:					15px;
	margin-bottom:				20px;
}

.header_nav a:hover {
	text-decoration:			none;
	border-bottom:				2px solid #EBB537;
}

.copyright {
	font-size:					10px;
	color:						#867C75;
	margin-bottom:				5px;
}

.header_title {
	font-family:				Georgia, 'Times New Roman', Times, serif;
	font-size:					30px;
	font-weight:				bold;
	color:						#FFEEC6;
	margin-top:					14px;
	margin-bottom:				5px;
}

.section_title {
	font-family:				Georgia, 'Times New Roman', Times, serif;
	font-size:					24px;
	font-weight:				bold;
	color:						#FFEEC6;
	margin-bottom:				3px;
}