html, body {
  margin: 0;
  padding: 0;
}

body {
  background: #aaacaf;
  font-family: "Trebuchet MS", arial, sans-serif;
  font-size: 90%;
}

a {
  color: #003486;
  text-decoration: none;
}

a.selected {
  color: #556069;
}

img {
  border: 0;
  vertical-align: middle;
}

br.clearer {
  clear: both;
  display: block;
  height: 1px;
}

h1 {
  color: #b32317;
  font-size: 165%;
  font-style: italic;
}

h1.secondary {
  margin: 1em 100px;
  margin-top: 0;
  padding: 0;
}

h2 {
  color: #b32317;
  font-size: 110%;
}

h2.holdings {
  color: #000;
  font-size: 110%;
}

p {
  text-align: justify;
}

#container {
  background: #ffffff;
  border-bottom: 2px solid #999;
  border-left: 2px solid #9a9a9a;
  border-right: 2px solid #9a9a9a;
  margin: 1em auto;
  width: 970px;
}

/********** Header **********/
#header2 {
  background: #9ca0a3;
  height: 246px;
}

#header {
  padding: 25px 20px;
  position: relative;
  height: 95px;
}

#header_menu {
  color: #fff;
  float: right;
  font-family: "arial bold", arial, sans-serif;
  font-size: 110%;
  margin-left: 700px;
  position: absolute;
  text-align: right;
}

#header_menu a {
 color: #fff;
 font-weight: lighter;
}


/********** Menu **********/
#menu {
  background: #6a6d6f;
  border-top: 4px #9ca0a3 solid;
  font-family: arial, sans-serif;
  font-size: 90%;
  height: 2.8em;
  position: relative;
}

#menu table {
  border-collapse: collapse;
}
#menu td {
  border-left: 1px solid #9ca0a3;
  line-height: 2.5em;
  position: relative;
  overflow: visible;
}


#menu td ul {
  display: none;
  background: #6a6d6f;
  list-style: none;
  margin-top: 2px;
  padding: .25em .75em;
  position: absolute;
  top: 1.75em;
  z-index: 5;
  line-height: 130%;
  width: 160px;
  white-space: nowrap;
}

#menu td:hover ul {
  display: block;
}

#menu ul a {
  margin-top: -5px;
  padding-left: .5em;
  padding-top:  .5em;
  text-indent: -.5em;
}

#menu ul a:hover {
  color: black;
}

#menu a {
  padding: 0 .75em;
  color: #ffffff;
  display: block;
  height: 100%;
}

#menu a.selected {
  color: #000000;
}

#menu a:hover {
  color: #000000;
}

/************* Content **********/
#content {
  margin: 10px;
  padding: 10px;
}

.border_black {
  border-collapse: collapse;
  border: 1px solid #000;
  font-family: arial, sans-serif;
  padding-left: 5px;
}

.border_black_left {
  border-left: 1px solid #000;
}

p.front {
  margin: 0 15px 0 30px;
}

#submenu {
  height: 3em;
  line-height: 3em;
}

.daily_nav_container {
  width: 85%;
  margin: 0 auto;
  position: relative;
  background: #9ca0a3;
  color: #ffffff;
}

.daily_nav_container table {
 border-collapse: collapse;
 border: 1px solid #000;
 font-family: arial, sans-serif;
  width: 100%;
}

.daily_nav_container table th {
  color: #bd0000;
  font-weight: normal;
}

#content .daily_nav_container table td {
  text-align: center;
  width: auto;
}

.daily_nav_container table td, .daily_nav_container table th {
  text-align: center;
}

#content .daily_nav_container table td.f_col, .daily_nav_container table th.f_col {
  text-align: left;
}

.content {
  position: relative;
  z-index: 2;
  padding: 0 10px;
}

.daily_nav_header {
  text-align: left;
  padding: 0 8px;
  height: 1.3em;
  line-height: 1.3em;
  background: #6a6d6f;
  color: #ffffff;
}


/*********** Shadows ***************/
#shadow_container {
  background: #777777 repeat-y top left;
  padding-left: 4px;
  
}

#shadow_container2 {
  background: #777777 repeat-y top right;
  padding-right: 4px;
}

#bottom_shadow {
  background: #555555 repeat-x;
  position: relative;
  height: 5px;
  line-height: 5px;
  font-size: 1pt; /* Because IE is a pain in the butt */
}


.corner {
  position: absolute;
}

.bl {
  bottom: 0;
  left: 0;
}

.br {
  bottom: 0;
  right: 0;
}

#maincontent {
  border-bottom: 10px solid #ccc;
  border-left: 10px solid #ccc;
  border-top: 10px solid #ccc;
  overflow: hidden;
  padding: 5px 10px;
  width: 660px;
}

#rightcontent {
  background: #eee;
  border: 10px solid #ccc;
  font-size: 80%;
  padding: 0 0;
  width: 220px;
}

#rightcontent table {
  padding: 5px 5px;
}

#righcontent .photo {
  margin: 0 auto;
  padding: 0 0;
}

.subtitle { 
  color:#b32317;
  font-size: 120%;
  padding: 5px 0;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.white {
  color: #fff;
}

.border_top {
  border-top: 1px solid #000;
}

#right_menu {
background: #c6cbce;
margin-top: -12px;
}

#right_menu ul {
  margin-left: -40px;
  padding-top: 5px;
  text-align: left;
  width: 100%;
}

#right_menu li {
  list-style: none;
  padding: 0 0;
}

#right_menu li a {
  color: #485a62;
  display: block;
  font-size: 110%;
  padding: 3px 10px;
  text-align: left;
  text-decoration: none;

}


#right_menu li a.selected {
  color: #b32317;
}

#right_menu li a:hover {
  background: #d7dade;
}

#footer {
  padding: 10px 0;
}

#footer a {
  color: #99a3b3;
  font-size: 80%;
  text-decoration: underline;
}

#disclaimers {
  color: #fff;
  font-size: 80%;
  margin: 1em auto;
  padding: 0 20px;
  width: 930px;
}

.float-left {
  float: left;
  text-align: left;
}

.float-right {
  float: right;
  text-align: right;
}

.fg_gray {
  color: #666;
  text-decoration: none;
}

.fg_red {
  color: #b32317;
  font-weight: bold;
}

.fg_white {
  color: #fff;
}

#dnav table {
  table_layout: fixed;
}

#dnav th {
  padding: 0 5px 0 5px;
}

#dnav td {
  border-top: 1px solid #000;
  padding: 0 5px 0 5px;
}

#perf table {
  table_layout: fixed;
}

#perf th {
  padding: 0 5px 0 5px;
}

#perf td {
  border-top: 1px solid #000;
  padding: 0 5px 0 5px;
}

.right_button {
  padding-left: 25px;
}

.right_button2 {
  padding-left: 10px;
}

.right_text {
  font-size: 110%;
  padding-left: 50px;
}

#bottom_nav {
  color: #666;
  font-size: 80%;
}

#bottom_nav a {
  color: #666;
  text-decoration: underline;
}

.small {
  font-size: 85%;
}

.align_bottom {
  vertical_align: bottom;
}

h3 {
  font-size: 100%;
  margin-top: -5px;
}

#photo_text {
  float: left;
}

.top {
border: 1px solid black;
clear: right;
float: left;
height: 4px; 
margin-left: 2px;
overflow: hidden;
padding-right: 4px;
width: 4px;
}

.bottom {
border: 1px solid black;
clear: right;
float: left;
height: 4px; 
margin-left: -10px;
margin-top: 6px;
overflow: hidden;
padding-right: 4px;
width: 4px;
}

#label {
float: left;
}

#code {
background-color: #000;
border: 1px solid gray;
height: 12px;
padding: 4px;
width: 74px;
}

#contact {
  width: 660px;
}

.L {
border-left-color: white;
}

.T {
border-top-color: white;
}

.R {
border-right-color: white;
}

.B {
border-bottom-color: white;
}


#daily_nav {
	margin-bottom: 10px;
}

#daily_nav .fund_name {
  color: #b32317;
  font-size: 140%;
  font-weight: bold;
  padding: 5px 0;
}

#daily_nav .fund_class {
  font-size: 120%;
  font-style: italic;
}

#daily_nav .fund_info {
  font-size: 120%;
  font-weight: bold;
}

.underline {
  font-size: 120%;
  text-decoration: underline;
}

.fundfacts {
  background: #eee;
  padding: 0 5px;
}

