.dept {
	float:left;
	width:415px;
	padding-bottom:25px;
	padding-top: 20px;
	position:relative;
}

.deptIcon 
{
	float:left;
	margin:11px 25px 20px 25px;
	width:58px;
	height:58px;
}

*html .deptIcon 
{
	display:inline;
}

*html .dept 
{
	display:inline;
}

.deptLink {
	font-weight: bold; 
}

.deptDesc 
{
	font-size: .9em;
	padding-top: 2px;
}

.dept .more 
{
	margin-bottom: 6px;
	font-size: .9em;
}

.RequiredFieldIndicator {
	font-weight:bold;
	color: #990000;
}

.plainList {
	margin-left:10px;
	padding-left:10px;
}

.plainList li {
	margin-bottom: 3px;
	
}

.bulletlessList {
	list-style: none;
	padding-left:15px;
	margin-left: 15px;
}

.bulletlessList li {
	padding: 3px 0 3px 0;
}

.leftCell {
	padding:4px;
	text-align:right;
	color: #666666;
	width:175px;
}

.rightCell {
	padding: 4px;
	font-weight:bold;
	font-size:1.1em;
}

.newsList {
	list-style-type: none;
	margin:10px;
	padding:0;
	color: #999999;
}

.newsList li {
	padding-bottom:4px;
}

thead td {
	font-weight: bold;
}

.contentSection .active {
	background-color: #dcebeb;
}

.newsList a {
	font-weight:bold;
	
}

.annDate {
	color: #999999;
	margin-top:15px;
}