#mainMenuArea {
	width:100%;
	margin:auto;
	clear:both;
	border:0px;
}

#headMenu {
	width:100%;
	margin-left:10px;
	padding-left:10px;
}

#headMenu li {
	float:left;
	padding:6px;
	padding-left:9px;
	padding-right:9px;
	background-color:#0654A6;
	margin-right:3px;
	margin-left:3px;
}

#headMenu li:hover {
	background-color:#00B1EC;
}

#headMenu a, #headMenu a:visited, #headMenu a:active, #headMenu a:hover {
	color:white;
	text-decoration:none;
}

#deptTable table {
	width:90%;
	margin:auto;
	clear:both;
	text-align:left;
}

#deptTable a {
	color:#B8171F;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}