@import url(http://www.lasalle.edu/php_includes/lasalle_top_nav/lasalle_nav_top_style.css);
body{
	margin-top:0px;
	background-image:url(http://www.lasalle.edu/images/tier_two/backwhite4b.gif);
}
body, table, tr, td, p, div, span, form, input, textarea, checkbox, radio, select{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#003366;
}
/*********************************************/
/************* CONTENT STYLES ****************/
/*********************************************/
#navbar{
	height:31px;
	background-color:#ffcc00;
}
#nav{
	margin-left: 8px;
	padding: 0px;
}
#nav ul {
	padding: 0px;
  	margin: 0;
  	list-style: none;	
}
#nav li{
	font-size:13px;
	font-weight:bold;
  	float: left;
 	position: relative;
	top:0px;
	left:0px;
	color:#003366;
	list-style: none;	
}
#nav li:hover, li.over{
	color:#6685a3;
}
.menuitem{
	margin-left: 20px;
	padding-right: 20px;
	cursor:pointer;
	border-right:2px solid #fcda51;
}
.menuitem_last{
	padding-right: 20px;
	cursor:pointer;
	margin-left: 20px;
}


#nav_bot{
	height:6px;
	background-color:#fcda51;
}
#content_top{
	height:14px;
	background-color:#dadab5;
}
#left_fill{
	background-color:#dadab5;
}
.white_bgnd{
	background-color:#FFFFFF;
}
.content{
	padding-right:12px;
	padding-bottom:12px;
	background-color:#FFFFFF;
	vertical-align:top;
	line-height:16px;
}
.headline{
	font-size:15px;
	color:#003366;
	font-weight:bold;
	border-bottom:1px solid #cad4df;
}
h3{
	font-size:13px;
	color:#003366;
	font-weight:bold;
}
hr{
	width:100%;
	height:1px;
	color:#cc6633;
	background-color:#cc6633;
	border-style: none;
}
a:link {
	color:#CC3333;	
}
a:visited {
	color:#CC3333;	
}           
a:hover {
	text-decoration: none;
	color:#CC3333;	
}
a.nav:link {
	text-decoration: none;
	color:#003366;	
}
a.nav:visited {
	text-decoration: none;
	color:#003366;	
}           
a.nav:hover {
	text-decoration: none;
	color:#6685a3;	
}

