@charset "utf-8";
/* CSS Document */



div#content {
	overflow: auto;
}

div#supportingcontent {
	font-size: 10pt;
	width: 490px;
	padding: 0px 0px 0px 10px;
	float: left;
}

div#otherContent {
	width: 177px;
	height: 600px;
	background: #e1e1e1 url(/images/otherArticles.gif) top right no-repeat;
	float: right;
}

div#content h3 {
	font-size: 16pt;
	margin-bottom: 5px;
}

div.profile {
	width: 110px;
	height: 175px;
	margin: 0px 10px 10px 0px;
	background: url(/images/articleListBG.gif) repeat-x;
	float: left;
	text-align: center;
}

div.profile:hover {
	background: #EEEEEE;
}

div.profile img {
	display: block;
	border: none;
	width: 100px;
	height: 132px;
	margin: 5px;
	background: #FFFFFF;
}

div.profile a {
	display: block;
	width: 110px;
	height: 175px;
	color: #868686;
	text-decoration: none;
}

div.profile a:hover {
	color:#333333;
}
