@charset "UTF-8";

@import "general.css";

a:link{color:#03037B;text-decoration:none;}
a:visited{color:#03037B;text-decoration:none;}
a:hover{color:#03037B;text-decoration:underline;}
a:active{color:#03037B;text-decoration:none;}
.sup{font-size:64%;}

/*Image no borders*/
a img { border: 0; }
a:hover img {border: 0; }
a:visited img {border: 0; }
/*Image no borders*/

.grey-bold{font-weight:bold; color:#333333;}
.twoColFixLtHdr #mainContent .quote{font-weight:normal; color:#031062; font-size:12px; line-height:16px;}
.twoColFixLtHdr #mainContent #quote-open{background-image:url(../shared/open-quote.jpg); background-repeat:no-repeat; background-position:top; width:40px; float:left; }
.twoColFixLtHdr #mainContent #quote-close{background-image:url(../shared/close-quote.jpg); background-repeat:no-repeat; background-position:bottom; width:40px; float:left; }




.twoColFixLtHdr #funds-text-links{width:100%; height:22px;float:left; margin-bottom:15px; margin-top:8px;}
.twoColFixLtHdr #funds-text-links a:link{color:#FFFFFF;}
.twoColFixLtHdr #funds-text-links-left{background-image:url(../shared/funds-bgr_01.jpg); background-repeat:no-repeat; width:13px; height:22px;float:left;}
.twoColFixLtHdr #funds-text-links-mid-repeat{background-image:url(../shared/funds-bgr_02.jpg); background-repeat:repeat-x; height:22px;float:left;color:#FFFFFF;font-size:11px; padding-top:4px;}
.twoColFixLtHdr #funds-text-links-mid-repeat a:link{color:#FFFFFF; text-decoration:none;}





body  {
	font: 100% Arial, Helvetica, sans-serif;
	background-image:url(../shared/bgr-repeat2.jpg); background-repeat:repeat-x;
	
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}



.twoColFixLtHdr #container {
	width: 960px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #926621;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #926621;
	border-left-color: #926621;
	background-color: #FFFFFF;
	background-image: url(../shared/body-bgr-repeat.jpg);
	background-repeat: no-repeat;
} 
.twoColFixLtHdr #header {
	background: #DDDDDD;
	margin: 0px;
	padding: 0;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	display:none;

}
.twoColFixLtHdr #mainContent h2 {font-size:16px;font-weightL:bold;margin:0 0 5px 0; padding:0;color:#031062;/*Centaur blue*/}
.twoColFixLtHdr #mainContent h3 {font-size:14px;font-weightL:bold;margin:0 0 5px 0; padding:0;color:#031062;/*Centaur blue*/}
.twoColFixLtHdr #mainContent h4 {font-size:14px;font-weight:bold;margin:5px 0 2px 0; padding:0;color:#031062;/*Centaur blue*/}
.twoColFixLtHdr #mainContent h5 {font-size:14px;font-weight:bold;margin:5px 0 2px 0; padding:0;color:#031062;/*Centaur blue*/}
.twoColFixLtHdr #mainContent h6 {font-size:14px;font-weight:bold;margin:5px 0 2px 0; padding:0;color:#031062;/*Centaur blue*/}
.twoColFixLtHdr #mainContent .h7 {font-size:14px;font-weight:bold;margin:5px 0 2px 0; padding:0;color:#031062;/*Centaur blue*/}

.twoColFixLtHdr #mainContent .funds-heading {font-size:14px;font-weight:bold;margin:5px 0 2px 0; padding:0;color:#031062;/*Centaur blue*/}

.twoColFixLtHdr #mainContent p a:link{color:#000066;}
.twoColFixLtHdr #mainContent p a:visited{color:#000066;}
.twoColFixLtHdr #mainContent p a:hover{color:#000066; text-decoration:underline;}
.twoColFixLtHdr #mainContent p a:active{color:#000066;}

.twoColFixLtHdr #mainContent #boxtop{background-image:url(../shared/box_top.gif); background-repeat:no-repeat; height:12px;}
.twoColFixLtHdr #mainContent #boxbottom{background-image:url(../shared/box_bot.gif); background-repeat:no-repeat; height:14px;}

.twoColFixLtHdr #banner {width:776px; height:142px; float:left; background-image:url(../shared/centaur-banner2.jpg); background-repeat:no-repeat;}


.twoColFixLtHdr #mainContent #divider{background-image:url(../shared/divider.gif); background-repeat:no-repeat;height:3px; width:300px; margin:15px 0  15px 0;}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 184px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	
	/*background-image: url(../shared/nav-bgr.jpg);
	background-repeat: no-repeat;*/
	height: auto;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 214px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	padding-top: 0;
	
} 
.twoColFixLtHdr #mainContent p{
font-size:12px;
line-height:17px;
margin: 0 0 10px 0;
padding:0;
}
.blue{color:##000066;}
.blue-strong{color:##000066;font-weight:bold;} 
.gold{color:#926621;}
.gold-strong{color:#926621;font-weight:bold;} 


 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size:10px;
	color:#333;

}

.twoColFixLtHdr #footer p a:link,a:visited,a:hover,a:active{color:#FFFFFF;text-decoration:none;}

.twoColFixLtHdr #footer p .current{text-decoration:underline;}

.twoColFixLtHdr #centaur-funds-data{width:530px; height:200px; float:left;}
.twoColFixLtHdr #name-of-funds{width:80px; height:180px; float:left; padding:10px;}
.twoColFixLtHdr #type-of-funds{width:200px; height:180px; float:left; padding:10px;}
.twoColFixLtHdr #type-of-funds-growth{width:150px; height:180px; float:left; padding:10px;}

td,th{font-size:12px;}

.source{font-size:10px; line-height:12px;}
.source-asterisk{font-weight:bold; color:#000066;}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

h1{color:#FFFFFF; font-size:28px; line-height:32px;}

h1 a:link{color:#FFFFFF;text-decoration:none;}
h1 a:visited{color:#FFFFFF;text-decoration:none;}
h1 a:hover{color:#FFFFFF;text-decoration:none;}
h1 a:active{color:#FFFFFF;text-decoration:none;}









.twoColFixLtHdr #mainContent ul{
border:0;
margin:0;
list-style:none;/* basically, don't use list style, because you cannot control the position of the list image */
padding:0; /* Make padding 0 so it won't display the extra gap to the left in Firefox*/
font-family: Arial;}
.twoColFixLtHdr #mainContent ul li
{
	display: block; /*The first setting will apply to all browsers*/
#display: inline-block; /*The second setting will only apply to Microsoft IE browsers*/
	_display: inline-block;  /*The third setting will only apply to IE browsers 6.0 and older*/
	border:0; /*adjusts the bullet 3px from top.*/
	padding:0 0 0 20px;/* space for your GIF image */
	font-size:12px;
	line-height:15px;
	margin-top:3px;
	margin-left:15px;
	color:#222222;
	font-family: Arial;
	background-image: url(../shared/bullet.png);
	background-repeat: no-repeat;
	background-position: left top;
} /*display:inline-block;*/



.twoColFixLtHdr #mainContent ol{
border:0;
margin:0;
padding:0 0 0 10px; /* Make padding 0 so it won't display the extra gap to the left in Firefox*/
font-family: Arial;}

.twoColFixLtHdr #mainContent ol li
{

border:0; /*adjusts the bullet 3px from top.*/padding:0 0 0 5px;/* space for your GIF image */font-size:12px;line-height:15px;margin-top:3px;margin-left:15px; color:#222222;font-family: Arial;} /*display:inline-block;*/






.twoColFixLtHdr #mainContent ol li ul{
border:0;
margin:0;
list-style:none;/* basically, don't use list style, because you cannot control the position of the list image */
padding:0; /* Make padding 0 so it won't display the extra gap to the left in Firefox*/
font-family: Arial;}
.twoColFixLtHdr #mainContent ol li ul li
{display: block; /*The first setting will apply to all browsers*/
#display: inline-block; /*The second setting will only apply to Microsoft IE browsers*/
_display: inline-block;  /*The third setting will only apply to IE browsers 6.0 and older*/

border:0; background:url(../shared/bullet.png) no-repeat top left; /*adjusts the bullet 3px from top.*/padding:0 0 0 20px;/* space for your GIF image */font-size:1em;line-height:1.2em;margin-top:3px;margin-left:15px; color:#222222;font-family: Arial;} /*display:inline-block;*/
