/*Areas of Study module */
.areasModule {
	padding:0 0 24px 5px;
	background:url(../_img/right_side/module_shadow_bg.gif) bottom left no-repeat;	
}

.areasModule ul{ 
	margin:10px 0 0 10px;
	padding:0px ;
	list-style-type:none;
}
.areasModule ul li {
	margin:3px 0;
	padding:0 0 2px 3px;
	border-bottom:1px dotted #ddd;		
}

.areasModule a {
	text-decoration:none;
	font-size:9pt;
	color:#606060;
	border-bottom:1px solid #fff;	

}

.areasModule a:hover {
	color:#980826;	
	border-bottom:1px dotted #980826;
}
