/*
Set all text in table cells as left aligned
*/
td {
        text-align:left;
}

/* PRE font */
 
#full #content pre {
	font: normal 12px/150% "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666666;
}

/* Breadcrumb Navigation */

#full #crumb {
	color: #999999;
	margin-bottom: 20px;
}

#full #crumb ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 55%;
	font-weight: bold;
	display: inline;
	margin: 0px;
	color: #999999;
	text-transform: uppercase;
	list-style-type: none;
}

#full #crumb li {
	display: inline;
	padding-right: 4px;
	padding-left: 15px;
	list-style-type: none;
	background-image: url(http://sbm.temple.edu/crumbs.gif);
	background-repeat: no-repeat;
	background-position: 0px 50%;
}

#full #crumb li .first {
	background-image: url(http://sbm.temple.edu/crumb-home.gif);
	background-repeat: no-repeat;
	background-position: 0px 50%;
	padding-left: 10px;
	list-style-type: none;
}


#full #crumb a:link {
}

#full #crumb a:hover {
}
