body
{
	font-family: Arial;
	height: 100%;
}
/*center the portal page links*/
#portal_container
{
	width: 600px;
	height: 407px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -203px;
	margin-left: -300px;
}

/*center the m & p holding image - only temporary*/
#portal_container_holdingpage
{
	position:relative; /* needed for footer positioning*/
	margin: 0 auto; /* center, not in IE5 */
	width:500px;
	background:#FFF;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	padding-top: 30px;
}

/*standard float left element*/
.float_left
{
	float: left;
}
/*standard float right element*/
.float_right
{
	float: right;
}

/*standard float left element*/
#float_middle
{
	float: left;
	width: 184px;
	height: 100%;
	padding-left: 158px;
	font-family: arial;
	font-size: .8em;
	background-color: white;
	text-align: center;
}
.span_title
{
	font-size: 1em;
	font-weight: 900;
	color: #89B159;
}






