/* CSS Document */
body {
    margin:0px 0px 0px 0px;
    padding:0;
    background:#FFF;
	text-align:center;
} 
#frame {
	width:900px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	padding:0px;
	text-align:left;
	background-image: url(images/frame-bg.gif);
}
#frame-bottom	{
	width: 900px;
	margin: 0 auto;
	padding-top: 0px;
}
#header {
	width: 860px;
	height: 30px;
	text-align: right;
	background: #FFF url(images/frame-top.gif) no-repeat left top;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#nav-top {
	position: relative;
	right: 0px;
	top: 0px;
	color: #95A0A9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-right: 10px;
	padding-top: 10px;
}
#nav-top a {
	text-decoration: none;	
	color: #95A0A9;
}
#nav-top a:hover {
	text-decoration: underline;	
	color: #95A0A9;
} 
#logo-nav { 
	padding: 0px;
	float: left;
	width: 177px; 
	padding-top: 50px;
	background-color:#FFF;
}
#main { 
	margin: 0 auto;
	width: 860px;
}
#content-holder { 
	width: 678px; 
	float: left;
	background-color: #FFF;
}
#content {
	background-image: url(images/content-bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 20px 0px 20px 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #455560;
	line-height: 16px;
	min-height: 285px;
}
#content p {
	margin-right: 50px;
}
#content a {
	color: #E58E1A;
	text-decoration:underline;
}
#content a:hover {
	color: #E58E1A;
	text-decoration:none;
}
.content-header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #00446A;
}
.content-highlight-blue {
	color: #1E5798;
}
.content-highlight-orange {
	color: #E58E1A;
}
#nav-footer {
	color: #95A0A9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-left: 217px;
}
#nav-footer a {
	text-decoration: none;
	color: #95A0A9;
}
#nav-footer a:hover {
	text-decoration: underline;
	color: #95A0A9;
}
.funds-img {
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.inv-list {
	color: #E58E1A;
	margin-right: 50px;
	margin-left: 0;
	padding-left: 16px; 
	padding-bottom: 16px;
}
.inv-list-non {
	color: #455560;
}
