/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containter.master	{
	background-color: white;
}
.deptlinks {
	width: 150px;
}
.deptlinks TD{
	font-family: Arial, Helvetica;
	font-size:  13px;
	color: #FFFFFF;
	font-weight:    normal;
	text-indent: 9px;
}
.deptlinks a:link{
	font-family: Arial, Helvetica;
	font-size:  13px;
	color: #FFFFFF;
	font-weight:    normal;
	
}
.deptlinks a:visited{
	font-family: Arial, Helvetica;
	font-size:  13px;
	color: #FFFFFF;
	font-weight:    normal;
}
.deptlinks a:active{
	font-family: Arial, Helvetica;
	font-size:  13px;
	color: #FFFFFF;
	font-weight:    normal;
}
.deptlinks a:hover{
	font-family: Arial, Helvetica;
	font-size:  13px;
	color: red;
	font-weight:    normal;
}
