/* USCRPL proj.css */
/* Copyright 2007 David A Reese */

#content-body .projectname{
	font-weight:bold;
}

#content-body .projectentry {
	width:320px;
	margin-left:24px;
	font-size:11px;
	line-height:18px;
	text-align:left;
	padding-bottom:20px;
	border: 1px;
}

#content-body .projectimg {
	border:0px;
	margin-right:24px;
}

#content-body .projectentry a:link{ text-decoration:none; color:#000;}
#content-body .projectentry a:hover{ text-decoration:underline; color:#000;}
#content-body .projectentry a:visited{ text-decoration:none; color:#656565;}

#dProject {margin-bottom:10px;}