@import url("global.css");
@import url("ads.css");

#Portal {
	margin-top: 10px;
	overflow: visible;
}
#PortalLeft {
	float: left;
	width: 265px;
}
#PortalRight {
	width: 265px;
	margin-left: 265px;
	border-left: solid 1px #000000;
}
.Portal .Block {
	padding: 10px;
	border-bottom: solid 1px #000000;
	text-align: justify;
}
.Portal .Block a {
	height: 25px;
	padding-left: 50px;
	color: #000066;
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	background-image: url(../multimedia/images/bullet-off.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	text-align: left;
	vertical-align: middle;
}
.Portal .Block a:hover {
	color: #0033CC;
	text-decoration: none;
	background-image: url(../multimedia/images/bullet-on.gif);
}
.Portal .Block p {
	text-indent: 50px;
	margin: 0;
	padding: 0;
	line-height: 3ex;
}
#Left .Ad {
	clear: left;
}
