BODY a:active {
	color:	darkblue;
	text-decoration:	none;
}

BODY a:link {
	color:	darkblue;
	text-decoration:	none;
}

BODY a:visited {
	color:	darkblue;
	text-decoration:	none;
}

BODY a:hover {
	color:	darkblue;
	text-decoration:	none;
	font-weight:	bold;
}

BODY 
{
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 12px;
}
/* The menu for navigating the site */
#menu {
	position: relative;
	top:	10;
	left:	-5;
	width:	110;
	
	font-size:	12px;
	color:		blue;
	font-family: Arial, Sans-Serif;
}

#menu td {
	border-bottom-style:	dashed;
	border-bottom-width:	1px;
	border-bottom-color:	lightblue;
	padding:				3px;
}

#menu a:active {
	color:	white;
	text-decoration:	none;
	font-weight:	bold;
}

#menu a:link {
	color:	white;
	text-decoration:	none;
	font-weight:	bold;
}

#menu a:visited {
	color:	white;
	text-decoration:	none;
	font-weight:	bold;
}

#menu a:hover {
	color:	white;
	text-decoration:	underline;
	font-weight:	bold;
}

/* all the paragraphs must look the same */
p.normal {
	font-size:	14px;
	color:		#555555;
	text-align: justify;
	font-family: Arial, Sans-Serif;
}

p.subject {
	font-size:	20px;
	color:		#325D88;
	font-weight: bold;
	/* background-color: gainsboro; */
	border-bottom-color: gainsboro;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	font-family: Arial, Sans-Serif;
}

p.highlight {
	font-size:	26px;
	color:		#325D88;
	font-weight: bold;
	font-family: Arial, Sans-Serif;
}

/* for the jobs nav bar */
ul {
	padding: 0;
	margin: 0;
	list-style: none;
	margin-right: 10px;
	height: 10px;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
}

li {
	float:				right;
	position:			relative;
	width:				125px;
	padding:			2px;
	background-color:	Transparent;
	border-style:		outset;
	border-collapse:	collapse;
	border-width:		1px;
	border-color:		gainsboro;
}
li ul {
	display: none;
	position: absolute;
	top: 10px;
	left: -1;
}

li > ul {
	top: auto;
	left: auto;
}

li:hover ul, li.over ul {
	display: block;
	clear: left;
	cursor: hand;
}

li ul li 
{
	background-color: #AFCDEB;
	position: relative;
	top: 11px;
	border-style:outset;
	border-collapse:collapse;
	border-width: 1px;
	border-color: gainsboro;
}

li a:active 
{
	color:#325D88;
	text-decoration: none;
}

li a:link 
{
	color:#325D88;
	text-decoration: none;
}

li a:visited 
{
	color:#325D88;
	text-decoration: none;
}

li a:hover 
{
	color:#325D88;
	text-decoration: underline;
	font-weight: bold;
}

#jobsmenu 
{
	font-size: 12px;
	color:White;
	text-align:center;
	font-weight: bold;
}

#actions 
{
	float: left;
	background-color: #eeeeee;
	width: 150px;
	text-align:center;
}