@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;	
}

body{
	background-color:#0079C1;
	font:12px Arial, Helvetica, sans-serif;
	cursor:default;
}

.clear{
	clear:both;	
}

.floatLeft{
	float:left;	
}

.floatRight{
	float:right;	
}

#wrapper{
	width:960px;
	margin:0 auto;	
}

#header{
	padding:10px 20px 5px 0px;
	margin-bottom: 10px;
}

#topHeader{
	float:right;
	width:300px;
	margin-right: 0;
	padding-top:20px;
}

ul#topLinks {
    color: #FFFFFF;
    list-style: none outside none;
	float:right;
}

#etfTitle{
	clear:both;
	padding-top:17px;
}

ul#topLinks li {
    display: block;
    float: left;
}

ul#topLinks li a {
    color: #FFFFFF;
    text-decoration: none;
}

ul#topLinks li a:hover {
    color: #FFFFFF;
    text-decoration: underline;
}
	
#content {
	width: 960px;
}

#footer{
	/*background:url(../images/btmGlow.gif) no-repeat top left;*/
	color:#FFF;
	padding:12px 0;
}

#footer a{
	color:#FFF;
	text-decoration:none;
}

#footer a:hover{
	text-decoration:underline;	
}

.disclaimer {
    font-size: 11px;
	color:#FFF;
}
.box_title{
font-weight:bold; color:#FFF; font-size:15px; padding:12px 0 15px 72px; float:left;
}

.box_subtitle{
font-weight:bold; color:#0079c2; font-size:13px; padding:10px 0 0 75px;
}

.box_content{
font-size:13px; padding:27px 0 0 75px;
}
