body {
  background: #aaacaf;
  font-family: Georgia;
  font-size: 12px;
  line-height: 1.4em;
  margin: 0 auto;
}

a, a:visited, a:hover {
  color: #003d79;
}

a:hover {
  color: #fdb913;
}

p {
  padding: 5px 0;
}

#container {
  border-bottom: 2px solid #a3a5a9;
  border-left: 2px solid #a3a5a9;
  border-right: 2px solid #a3a5a9;
  margin: 0 auto;
  width: 980px
}

#header {
  background: #003d79;
  height: 140px;
  overflow: hidden;
  width: 100%;
}

#nav {
  background: #003d79;
  border-bottom: 1px solid #333;
  height: 30px;
  width: 100%;
}

#nav ul {
  padding-top: 1px;
}

#nav li {
  display: block;
  float: left;
  padding: 0;
}

#nav li a, #nav li a:visited {
  color: #fff;
  display: block;
  font-size: 16px;
  padding: 6px 26px 6px 28px;
  text-decoration: none;
}

#nav li a:hover {
  color: #fdb913;
}

#nav li ul {
  background: #003d79;
  border-bottom: 1px solid #333;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
  margin-left: 7px;
  padding: 0;
  position: absolute;
  visibility: hidden;
  width: 240px;
}

#nav li ul.last {
  border-bottom: 1px solid #333;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
  margin-left: -50px;
  width: 150px;
}

#nav li ul li {
  display: inline;
  float: none;
  padding: 0;
}

#nav li ul li a, #nav li ul li a:visited {
  background: #003d79;
  color: #fff;
  display: block;
  padding: 5px 20px;
  text-align: left;
}

#nav li ul li a:hover {
  color: #fdb913;
}


#container2 {
  background: #cacbcd url(/images/sb01.gif);
  background-position: bottom left;
  background-repeat: no-repeat;
  clear: both;
  height: 100%;
  margin: -5px 0 0 0;
  overflow: hidden;
  padding: 0;
}

#container_error {
  background: #fff;
  clear: both;
  height: 100%;
  margin: -5px 0 0 0;
  overflow: hidden;
  padding: 0 25px 25px 25px;
}

#sidebar {
  background: #cacbcd url(/images/sbbg.gif);
  float: left;
  height: 100%;
  overflow: hidden;
  margin-top: -5px;
  padding: 0;
  width: 190px;
}

#left_nav {
  color: #003d79;
  font-size: 14px;
  font-style: italic;
  padding: 0 15px 15px 15px;
}

#left_nav h1 {
  font-size: 18px;
  font-style: normal;
  padding: 10px 0; 
}

#left_nav ul li {
  padding: 5px 0;
}

#left_nav ul li a, #left_nav ul li a:visited {
  color: #003d79;
  font-size: 14px;
  font-style: italic;
  font-weight: bold;
  text-decoration: none;
  white-space: nowrap;
}

#left_nav ul li a:hover {
  color: #fff;
}

#contact_box {
  background: #ffdc8f;
  border-top: 5px solid #003d79;
  color: #003d79;
  font-size: 12px;
  padding: 10px 0 0 10px;
  width: 180px;
}

#contact_box a, #contact_box a:visited {
  color: #003d79;
}

#contact_box a:hover {
  text-decoration: underline;
}

#home_content {
  background: #fff url(/images/contentbg.gif);
  background-position: 395px 0px;
  background-repeat: repeat-y;
  border-left: 1px solid #003d79;
  color: #003d79;
  float: left;
  font-size: 14px;
  height: 100%;
  margin-top: -5px;
  overflow: hidden;
  padding: 0 15px 25px 15px;
  width: 759px;
}

#home_content a, #home_content a:visited, #home_content a:hover {
  color: #003d79;
  font-weight: bold;
}

#home_content a:hover {
  color: #fdb913;
}

#home_content h1 {
  color: #003d79;
  font-size: 18px;
  padding: 10px 0;
}

#home_content h2 {
  color: #fdb913;
  font-size: 14px;
  padding: 10px 0;
}

#home_content ul {
  padding: 5px 15px;
}

#home_content li {
  list-style-type: disc;
  padding: 4px 5px;
}

#home_left_column {
  float: left;
  width: 364px;
}

#home_right_column {
  float: right;
  width: 364px;
}

#content {
  background: #fff;
  color: #003d79;
  height: 100%;
  overflow: hidden;
  padding: 0 25px 25px 25px;
}

#content a, #content a:visited, #content a:hover {
  color: #003d79;
  font-weight: bold;
}

#content a:hover {
  color: #fdb913;
}

#content form {
  margin-left: 12px;
}

#content h1 {
  color: #003d79;
  font-size: 24px;
  padding: 10px 0;
}

#content h2 {
  color: #fdb913;
  font-size: 16px;
  padding: 10px 0;
}

#content h2.no_indent {
  color: #fdb913;
  font-size: 16px;
  padding: 10px 0;
}

#content h2.employee_title {
  color: #fdb913;
  font-size: 16px;
  font-style: italic;
  font-weight: normal;
  padding: 0;
}

#content h3 {
  color: #003d79;
  font-size: 14px;
  padding: 10px 0;
}

#content h3.no_indent {
  color: #003d79;
  font-size: 14px;
  padding: 10px 0;
}

#content h3.indent {
  color: #003d79;
  font-size: 14px;
  padding: 10px 15px;
}

#content h3.data_as_of {
  color: #003d79;
  font-size: 14px;
  font-style: italic;
  font-weight: normal;
  padding: 10px 0 2px 0;
}

#content h3.performance_as_of {
  color: #003d79;
  font-size: 14px;
  font-style: italic;
  font-weight: normal;
  padding: 2px 0 2px 5px;
}

#content h3.disclosure_performance_as_of {
  color: #003d79;
  font-size: 14px;
  font-style: italic;
  font-weight: normal;
  padding: 2px 0;
}

#content h4 {
  color: #003d79;
  font-size: 12px;
  padding: 25px 0 10px 0;
}

#content p {
  padding: 5px 0;
}

#content ul {
  padding: 5px 15px;
}

#content li {
  list-style-type: disc;
  padding: 4px 5px;
}

#content ul.characteristics {
  padding: 5px 0;
}

#content ul.characteristics li {
  background-image: url('/images/buffalo-bullet.gif');
  background-position: 0 5px;
  background-repeat: no-repeat;
  list-style-type: none;
  padding: 4px 30px;
}

#content li.no_bullet {
  list-style-type: none;
  padding: 4px 15px;
}

#content table {
  border-collapse: collapse;
}

#content table tr.odd td {
  background: #ffdc8f;
}

#content table.commentary {
  margin-left: -15px;
}

#content table.data.odd td a, #content table.data tr.odd td a:visited  {
  color: #003d79;
}

#content table.data tr.odd td a:hover {
  text-decoration: underline;
}

#content table.data tr.even td a, #content table.data tr.even td a:visited  {
  color: #003d79;
}

#content table.data tr.even td a:hover {
  text-decoration: underline;
}

#content table.distributions  {
  border: 1px solid #003d79;
  margin-left: 0;
}

#content table.distributions th {
  border: 1px solid #003d79;
  color: #003d79;
  text-align: center;
}

#content table.distributions th.dropdown {
  text-align: right;
}

#content table.distributions th.section {
  text-align: left;
}

#content table.distributions tr.odd td {
  background: #ffdc8f;
}

#content table.distributions tr.odd td a, #content table.distributions tr.odd td a:visited  {
  color: #003d79;
}

#content table.distributions tr.odd td a:hover {
  text-decoration: underline;
}

#content table.distributions tr.even td a, #content table.distributions tr.even td a:visited  {
  color: #003d79;
}

#content table.distributions tr.even td a:hover {
  text-decoration: underline;
}

#content table.investment_team {
  margin-left: 0;
}

#content table.investment_team img {
  padding: 5px 0 10px 0;
}

#content table.invest_with_us {
  margin-left: -15px;
}

#content table.login {
  margin-left: 5px;
}

#content table.login td {
  padding: 4px 0;
  vertical-align: baseline;
}

#content table.our_history  {
  border: 1px solid #003d79;
  margin-left: 0;
}

#content table.our_history td {
  border: 1px solid #003d79;
}

#content table.our_people {
  margin-left: 0;
}

#content table.our_people td {
 vertical-align: top;
}

#content table.profile {
  border-collapse: separate;
  margin-left: -15px;
}

#content table.profile td h3 {
  margin-left: -12px;
}

#content table.register {
  margin-left: -15px;
}

#content table.retirement_plans {
  margin-left: -15px;
}

#content hr {
  border-top: none;
  border-bottom: 1px solid #fdb913; 
  height: 0;
}

#content hr.data {
  border-top: none;
  border-bottom: 1px dashed #fdb913; 
  height: 0;
}

#content hr.section {
  margin-top: 0px;
}

#content hr.our_people {
  border-top: none;
  border-bottom: 2px solid #003d79; 
  height: 0;
  margin-left: 0;
  text-align: left;
  width: 350px;
}
  
#content table td {
  padding: 2px 5px;
  vertical-align: top;
}

#content table td h3 {
  padding: 10px 10px;
}

#content table td p {
  padding: 5px 10px;
}

#content table td.description {
  padding-left: 30px;
}

#content table td.info {
  font-weight: bold;
}

#content table td.label {
  text-align: center;
}

#content table td.section {
  background: #003d79;
  color: #fff;
}

#content table th {
  color: #000;
  padding: 2px 5px;
  text-align: left;
}

#content_nav {
  color: #fdb913;
  float: right;
  font-size: 14px;
  font-style: italic;
  font-weight: bold;
  margin-top: -23px;
  padding-right: 10px;
}

#content_nav a, #content_nav a:visited {
  color: #003d79;
  font-size: 14px;
  font-style: italic;
  text-decoration: none;
}

#content_nav a:hover {
  color: #fdb913;
}

#content_nav a.current, #content_nav a:visited.current, #content_nav a:hover.current {
  color: #fdb913;
  font-style: normal;
}

#footer {
  background: #003d79;
  border-top: 1px solid #333;
  height: 240px;
  padding: 10px 0;
}

#footer a, #footer a:visited {
	color: #fdb913;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer hr {
  border-top: none;
  border-bottom: 1px dashed #fdb913; 
  height: 0;
}

#signup {
  color: #fdb913;
  float: left;
  font-size: 14px;
  margin-left: 10px;
  margin-top: 5px;
  text-align: center;
}

#signup input {
  border: none;
  height: 20px;
  padding: 0 5px;
}

#signup label {
  color: #fff;
  padding: 10px 5px;
}

#signup p {
  font-size: 20px;
}

#bottom_nav {
  color: #fdb913;
  font-size: 20px;
  float: right;
  margin-top: 10px;
}

#bottom_nav a, #bottom_nav a:visited {
  color: #fff;
  text-decoration: none;
}

#bottom_nav a:hover {
  color: #fdb913;
}

.disclaimer {
  color: #fff;
  float: right;
  font-size: 11px;
  margin-right: 10px;
  margin-top: 10px;
  width: 635px;
}

.bg_blue {
  background: #003d79;
}

.bg_gold {
  background: #ffdc8f;
}

.center {
  text-align: center;
}

.error {
  color: #f00;
}

.expense_ratio {
  margin-top: -5px;
  padding: 0 0 10px 0;
}

.fg_white {
  color: #fff;
}

.float_img {
  float: left;
  padding-right: 5px;
}

.float_left {
  float: left;
}

.float_right {
  float: right;
}

.freeze2 {
  position: absolute;
  z-index: 10;
}

.highlight_link {
  color: #fdb913;
}

.news_nav {
  float: right;
  margin-right: 10px;
  margin-top: 12px;
}

.nowrap {
  white-space: nowrap;
}

.quote {
  background: #ffdc8f;
  font-style: italic;
  text-align: justify;
  width: 240px;
}

.vertical_dash {
 background: url(/images/vertical_dash.gif);
 background-position: top left;
 background-repeat: repeat-y;
}
