#displayHdr {
	background-color: #A9B656;
	width: 100%;
	position: absolute;
	height: 125px;
	left: 0px;
	top: 0px;
}
#displayMain {
	position: absolute;
	height: 375px;
	width: 100%;
	left: 0px;
	top: 125px;
	text-align: center;
	background-image: url(images/displayBodyBKG.gif);
	background-repeat: no-repeat;
}
#displayBody {
	height: 375px;
	width: 650px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
#contentWelcome {
	width: 375px;
	height: 250px;
	border-top-color: #E7EACE;
	border-left-color: #E7EACE;
	border-top-style: solid;
	border-left-style: solid;
	border-top-width: thin;
	border-left-width: thin;
	text-align: left;
	padding-left: 10px;
	padding-top: 10px;
	position: absolute;
	top: 100px;
	margin: 0 auto;
	right: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #445225;
}
#contentHomeNav {
	position: absolute;
	right: 0px;
	width: 375px;
	z-index: 10;
	top: 90px;
	text-align: left;

}
#boxNav {
	color: #6B7F3A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	margin-top: 20px;
	float: left;
	width: 105px;
	background-image: url(images/bkgBox_recent.gif);
	background-repeat: no-repeat;
}
#boxNav a {
	color: #6B7F3A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
}
#boxNav a:hover {
	color: #F7A709;
	text-decoration: none;
	border-left: solid #F7A709 1px;
	list-style-type: none;
	padding-left: 10px;
}
.columnHeader {
	color: #E0FFE0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	text-align: center;
	padding-top: 2px;
}
#displayFooter {
	position: absolute;
	width: 100%;
	left: 0px;
	top: 500px;
	background-color: #6B7F3A;
	height: 150px;
	text-align: center;
	font-size: 7pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #B1AA4E;
}
#displayFooter a {
	color: #B1AA4E;
	text-decoration: none;
}
#displayFooter a:hover {
	color: #EABF75;

}
ul {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style-type: none;
}
* html li {
	float:left;
	clear: left;
	padding-left: 5px;
	display: block;
} 
li a, li a:visited {
	text-decoration: none;
	width: 96%;
	margin: 0px;
	padding:2px 0px 0px 5px;
	height:auto;
	line-height: 14pt;
}
#box_portfolioList {
	display: block;
	overflow: auto;
	width: 250px;
	height: 375px;
	border: solid red 1px;
	text-align: center;
}
