/* CSS Document */
/* mac hide\*/
html, body {height:100%}
/* end hide */
html,body {
	padding:0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	
}
body{	
	text-align:center;
	min-width:80%;/* for mozilla*/
	background-color: #FFF;
	color: #000000;
}
td {
color:#FFFFFF;
}
ul {
	list-style:square
	}
a:link, a:visited {
	color:fff;
	text-decoration:none;
	}
a:hover {
	text-decoration:underline;
	}
#outer{
	height:80%;
	min-height:80%; 
	
	width:758px;
	border-left:0px solid #000;
	border-right:0px solid #000;
	color: #000000;
	text-align:left;
	
	position:relative;
	background:url(/interface/images/_2.jpg) no-repeat; 
	background-color:#0289B8;
	margin:20px 0px 0px 0px;
	margin-left:auto;
	margin-right:auto;
}
 
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#header{
	position:absolute;
	top:0;
	left:0px;
	width:758px;
	height:131px;
	background:#FFF;
	border:0px solid #000;
	overflow:hidden;
	color: #000000;
	z-index:100;
	background: url(/interface/images/banner.png); 
		
}
#header h1 span{
	display:none;
	}
#left {
	position:relative;/*ie needs this to show float */
	width:110px;
	float:left;
	padding-top:158px;/*needed to make room for header*/
	
}
#leftNav  {
	border:solid 0px white; 
	padding:20px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#leftNav ul {
	padding:0px 0px 0px 8px;
	margin: 0px 0px 0px 0px;
	font-size:13px;
	color:#fff;
	font-weight:bold;
	list-style:none;

	}
#leftNav ul a:link{
	color:#fff;
	text-decoration:none;
	}
#leftNav ul a:hover{
	color:#fff;
	text-decoration:underline;
	}


#footer {
	width:758px;
	clear:both;
	height:50px;
	border-top:0px solid #000;
	border-bottom:0px solid #000;
	background-color: #0289B8;
	color: #000000;
	text-align:center;
	left:0;
	bottom:0;
	position: absolute;
}

	
* html #footer{margin-bottom:-1px}/* ie rounding bug*/
* html #footer {/*only ie gets this style*/
	\height:52px;/* for ie5 */
	he\ight:50px;/* for ie6 */
}
div,p  {margin-top:0}/*clear top margin for mozilla*/
#centrecontent {
	width:646px;
	float:right; 
	padding-top:158px;/*make room for header*/
	margin: 0px 0px 0px 0px;
	
	
}
#centrecontentText {
	width:600px;
	padding:20px 0px 20px 0px;
	margin: 0px 0px 0px 0px;
	color:white;
	border:solid 0px white;

	
	}
#centrecontentText p {
	padding-left:3px;
	font-size:14px;
	line-height:1.2em;
	}
	
#centrecontentText ul li {
	font-size:12px;
	line-height:1.5em;
	}	
	
	
#nav {
	background: url(/interface/images/nav_bg.jpg);
	height:27px;
	width:758px;
	position:absolute;
	z-index:100;
	top:131px;
	left: -1px;
	}
	
#img1{
border:solid 2px #fff;
width:300px;
}

#img2{
border:solid 2px #fff;
width:250px;
}
#clearfooter {width:100%;height:52px;clear:both} /* to clear footer */
html >body #minHeight{float:left;width:0px;height:80%;margin-bottom:-52px;} safari wrapper */

/*###################################################################
General Text Formatting
###################################################################*/
.FundIdeas {
	font-size:20px;
	color:#fff;
	}

h1{
	padding-left:3px;
	font-size:22px;
	line-height:1.2em;
}


#centrecontentText li {
	padding-left:3px;
	font-size:14px;
	line-height:1.2em;
	}
	
#table_app{
padding-left:3px;
	font-size:14px;
	line-height:1.2em;
}


a:link{
	font-size:14px;
	text-decoration:none;
	color:#FFFFFF;
}



	
a:visited{
	font-size:14px;
	text-decoration:none;
	color:#FFFFFF;
}

a:hover{
	font-size:14px;
	text-decoration:underline;
	color:#FFFFFF;
}	
