
#Content {
	width: 828px;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 8px;
	padding-right: 0px;
}
* html #Content {
	width: 824px;
}

div.Portal {
	width: 246px;
	height: 190px;
	margin: 10px;
	margin-top: 15px;
	margin-left: 15px;
	margin-bottom: 2px;
	text-align: center;
	font-size: 100%;
	overflow: hidden;
	float: left;
}
/* special IE 6 */
* html div.Portal {
	display: inline;
	margin-right: 5px;
}

div.Portal img {
	width: 238px;
	height: 141px;
	border: none;
	padding: 3px;
}

div.Portal div {
	display: block;
	border: 1px solid #5C5C5C;
	height: 147px;
	text-align: center;
	color: #D6D6D6;
	font-weight: normal;
}
div.Portal a.ImgLnk {
	display: block;
	border: 1px solid #5C5C5C;
	height: 147px;
}
div.Portal a.ImgLnk img {
	display: none;	
}

div.Portal a.TxtLnk, div.Portal a.Lnk {
	color: #A6A6A6;
	font-weight: bold;
	display: block;
	width: 234px;
	background-color: #3A3A3A;
	padding: 6px;
	margin-top: 3px;
	margin-bottom: 6px;
	text-align: right;
	text-decoration: none;
}

div.Portal strong {
	color: white;
}

div.Portal p {
	margin: 0px;
	font-size: 85%;
	text-align: right;
	padding: 10px;
	width: 160px;
	float: right;
}
div.Portal p a,a.iHateSpam {
	color: #D6D6D6;
	font-weight: bold;
	text-decoration: none;
}

div.Portal p a:hover,a.iHateSpam:hover  {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}