body  {
	background: #666666;
	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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #85A5C5;
	font-family: Cambria;
	font-size: 18px;
	font-weight: normal;
}
.twoColFixLtHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	margin-top: 50px;
} 
.twoColFixLtHdr #header {
	background: #DDDDDD;
	padding: 0 40px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	background-color: #FFFFFF;
} 
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 5px 20px 15px;
	font-family: Cambria;
	font-size: 14px;
	font-weight: bold;
	color: #004080;
	font-style: normal;
}
.twoColFixLtHdr #sidebar_left {
	float: left; /* since this element is floated, a width must be given */
	width: 800px;
	font-family: Cambria;
	font-size: 14px;
	font-weight: bold;
	color: #004080;
	font-style: normal;
	margin-top: 0px;
}
.twoColFixLtHdr #sidebar_right{
	float: left; /* since this element is floated, a width must be given */
	width: 350px;
	font-family: Cambria;
	font-size: 14px;
	font-weight: bold;
	color: #004080;
	font-style: normal;
	margin-top: 0px;
	margin-left: 100px;
}

.twoColFixLtHdr #mainContent {
	background-color: #FFFFFF;
	color: #004080;
	margin-left: 185px;
	margin-right: 50px;
} 
.twoColFixLtHdr #mainContent5 {
	background-color: #FFFFFF;
	color: #004080;
	margin-left: 10px;
	margin-right: 50px;
} 
.twoColFixLtHdr #nosidebar_mainContent {
	background-color: #FFFFFF;
	color: #004080;
	margin-left: 50px;
	margin-right: 50px;
	margin-top: 0px;
	padding-top: 0px;
} 

.mainContent_title {
	font-size: 24px;
	color: #004080;
	text-align: left;
}
.mainContent_income_title {
	font-size: 18px;
	color: #004080;
	text-align: left;
}
.mainContent_qtr_title {
	font-size: 24px;
	color: #004080;
	text-align: center;
}
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	background-color: #FFFFFF;
} 
.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 */
}
.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;
}
body,td,th {
	color: #0000A0;
	margin-left: 50px;
}

/* body{ behavior:url("csshover2.htc"); } */
.pd_menu_01 {float:left; padding:0; margin:0;color: #FFFFFF;background: #000066;width:100%; border:solid 1px #000066;clear:both;} /*Color navigation bar normal mode*/
.pd_menu_01  a, .pd_menu_01 a:visited {
font-family:Arial, Helvetica, sans-serif;
font-style:normal;
font-weight:bold;
font-size:12px;
color: #FFFFFF;
background-color: #000066;
text-decoration: none;
}
.pd_menu_01 ul {list-style-type:none;padding:0; margin:0;}
.pd_menu_01 ul li {float:left; position:relative; z-index:auto !important ; z-index:1000 ; border-right:solid 1px #000066; border-left:solid 1px #000066;}
.pd_menu_01 ul li a {color: #FFFFFF;background: #000066;float:none !important ; float:left ; display:block; height:30px; line-height:30px; padding:0 10px 0 10px; text-decoration:none; }
.pd_menu_01 ul li ul {display:none; border:none;color: #FFFFFF;background: #000066; width:1px}
.pd_menu_01 ul li:hover a {background-color:#0062C4; text-decoration:none; color:#FFFFFF;} /*Color main cells hovering mode*/
.pd_menu_01 ul li:hover ul {display:block;  position:absolute; z-index:999; top:29px; margin-top:1px; left:0;}
.pd_menu_01 ul li:hover ul li a {display:block; width:12em; height:auto; line-height:1.3em; margin-left:-1px; padding:5px 10px 5px 10px; border-left:solid 1px #000066; border-bottom: solid 1px #000066; background-color:#000066;  color:#FFFFFF;} /*Color subcells normal mode*/
.pd_menu_01 ul li:hover ul li a:hover {background-color:#0062C4; text-decoration:none;color:#FFFFFF;} /*Color subcells hovering mode*/
.pd_menu_01 ul li a:hover {background-color:#0062C4; text-decoration:none;color:#FFFFFF;} /*Color main cells hovering mode*/
.pd_menu_01 ul li a:hover ul {display:block; width:12em; position:absolute; z-index:999; top:29px; left:0; }
.pd_menu_01 ul li ul li a:visited { background-color:#000066;  color:#FFFFFF;} /*Color subcells normal mode*/
.pd_menu_01 ul li a:hover ul li a {display:block; width:12em; height:1px; line-height:1.3em; padding:4px 16px 4px 16px; border-left:solid 1px #000066; border-bottom: solid 1px #000066; background-color:#000066;  color:#FFFFFF;} 
.pd_menu_01 ul li a:hover ul li a:hover {background-color:#0062C4; text-decoration:none;color:#FFFFFF;} /*Color subcells hovering mode*/
</style>

[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixLtHdr #sidebar1 { width: 230px; }
</style>
<![endif]
[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixLtHdr #sidebar1 { padding-top: 30px; }
.twoColFixLtHdr #mainContent {
	zoom: 1;
	margin-left: 185px;
	margin-right: 50px;
}
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]

<style type="text/css">

.side_bar_link {
	color: #004080;
}
.side_bar_title {
	font-size: 16px;
	color: #004080;
}
.sector_link {
	color: #004080;
	font-size: 14px;
}
.fund_link {
	color: #004080;
	font-size: 12px;
}
.side_bar_current {color: #4D4D4D}

a:link {
	color: #004080;
	text-decoration: none;
	outline: none;
}
a:visited {
	color: #004080;
	text-decoration: none;
	outline: none;
}
.main_text {
	font-size: 14px;
	text-align: justify;
	color: #4d4d4d;
	font-family: Cambria;
}
.main_text_header {
	font-size: 18px;
	text-align: left;
	color: #004080;
	font-family: Cambria;
}
.main_text_read {
	font-size: 14px;
	text-align: left;
	color: #4d4d4d;
	font-family: Cambria;
}
.footer_text {
	color: #4D4D4D;
	text_align: center;
	text-align: left;
}
.tab { margin-left: 10px; }

a:hover {
	text-decoration: none;
	outline: none;
}
a:active {
	text-decoration: none;
	outline: none;
}
</style>
