body {
	background: #f6f6f6 ;
}

/* Portal page box */

.portal-box {
	background: #fff url(images/portal-box-sides.png) repeat-y;
	width: 744px;
	margin: 2em auto 0 auto;
	color: #5F6775;
}

.portal-box-interior {
	background: url(images/portal-box-top.png) top left no-repeat;
}

.portal-box-header {
	/*min-height: 20px;*/
	padding: 15px 30px 0 30px;
}

.portal-box-header p {
	font-weight: bold;
	margin-right: 300px;
	margin-top: 0;
	color: #3C475B;
}

.portal-box-header h1 {
	border: 0;
	font-weight: bold;
	color: #bd1d01;
	font-size: 270%;
	margin: 0;
	/*margin-right: 300px;*/
	text-align:center;
}

.portal-box-contents {
	background: url(images/portal-box-bottom.png) no-repeat bottom left;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}

.portal-box-contents:after {
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;

}

.portal-box-contents p {
	line-height: 1.5;
	margin: 1em 0;
}



.portal-box-contents h3 {
	font-size: 100%;
	border: none;
	margin: 1em 0;
}


.portal-page a:link,
.portal-page a:visited {
	color: #999;
}

.portal-page a:hover,
.portal-page a:active {
	color: #666;
}

/* Footer */

.portal-page #footer {
	border: none;
	width: 720px;
	margin: 1em auto;
	padding: 0;
	font-size: 80%;
	color: #AAA;

}
.portal-page #footersx {
        text-align:left;
	float:left;

}
.portal-page #footerdx {
        text-align:right;
	float:right;

}


.portal-page #footer a:link,
.portal-page #footer a:visited {
	color: #999;
}

.portal-page #footer a:hover,
.portal-page #footer a:active {
	color: #666;
}

ul li, ol li {
    margin-bottom: 0.5em;
}
