@import url(http://www.lasalle.edu/php_includes/lasalle_top_nav/lasalle_nav_top_style.css);
body{
	margin:0px;
	background-image:url(http://www.lasalle.edu/images/tier_two/backwhite4b.gif);
}
body, table, tr, td, p, div{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#003366;
}
a:link{
	color: #003366;
	text-decoration: none;
}
a:visited{
	color: #003366;
	text-decoration: none;
}
a:hover{
	color: #CC3333;
	text-decoration: none;
	background-color: #FFFFFF;
}
.content{
	background-color:#FFFFFF;
	padding:16px;
	color:#003366;
	line-height:16px;
}

#border_bot{
	border-bottom:1px solid #003366;
}
.border{
	border:1px solid #003366;
}
.headline{
	font-size:14px;
	color:#003366;
	font-weight:bold;
}
hr{
	width:100%;
	height:2px;
	color:#6685a3;
	background-color:#6685a3;
	border-style: none;
}
/************************************************
*********** NAVIGATION **************************
************************************************/
.nav_left_pad{
	padding-top:2px;
	padding-bottom:2px;
	padding-left:6px;
	width:190px;
}
a.president_nav:link{
	font-size:13px;
	color: #ffffff;
	text-decoration: none;
	
}
a.president_nav:visited{
	font-size:13px;
	color: #ffffff;
	text-decoration: none;
}
a.president_nav:hover{
	font-size:13px;
	color: #003366;
	text-decoration: none;
	background-color:#ffcc00;
}
#nav{
	width:190px;
	background-color:#6685a3;
}
#pres_nav {
	position:relative;
	top:0px;
	left:0px;
	width:190px;
}
#pres_nav ul {
	position:relative;
	top:0px;
	left:-40px;
	list-style:none;
	margin:0px;
	width:190px;
}
#pres_nav ul li{
	margin:0px;
	display:block;
	left:0px;
	font-size:13px;	
	border-bottom:1px solid #003366;
	padding-top:4px;
	padding-bottom:4px;
	color:#003366;
	background-color:#ffcc00;
	text-align:right;
	width:190px;
	cursor:text;
}
#pres_nav a{
	margin:0px;
	left:0px;
	font-size:13px;		
	padding-top:4px;
	padding-bottom:4px;
	color:#003366;
	text-align:right;
}
#pres_nav a:hover{
  	background:none;
  	color:#003366;
	cursor:pointer;
}
#pres_nav ul li:hover {
	display:block;
	background-color:#bbc9d6;
	cursor:text;
	text-align:right;
	width:190px;
	color:#003366;
}
/* this class is used to keep the active link highlighted */
#pres_nav .mainOn{
	background-color:#bbc9d6;
	color:#003366;
	z-index:500;
}
#pres_nav ul ul,
#pres_nav ul li:hover ul {
	display:none;
}
#pres_nav ul li:hover ul {
	display:block;
}
