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

a, a:visited, a:hover {
  text-decoration: underline;
}

p {
  padding: 5px 0;
}

sup {
  height: 0;
	font-size: 80%;
  position: relative;
  top: -6px;
  vertical-align: baseline !important;
  vertical-align: bottom;
}

#container {
  background: #fff url(/images/shadow.gif);
  background-repeat: repeat-y;
  border-bottom: 2px solid #999;
  margin: 0 auto;
  padding: 15px 17px;
  width: 950px
}

#top_nav {
  color: #d69828;
  float: right;
  font-size: 13px;
  font-family: Tahoma, FreeSans, sans-serif;
  height: 25px;
}

#top_nav a, #top_nav a:visited {
  color: #005688;
  font-size: 13px;
  font-family: Tahoma, FreeSans,  sans-serif;
  text-decoration: none;
}

#top_nav a:hover {
  color: #d69828;
}

#header {
  background: #005288 url(/images/logo.gif);
  background-position: 25px 0px;
  background-repeat: no-repeat;
  border-top: 4px solid #cdcdce;
  clear: both;
  color: #fff;
  height: 100px;
  width: 100%;
}

#nav {
  background: #b6c7d7;
  border-bottom: 4px solid #cdcdce;
  border-top: 4px solid #cdcdce;
  height: 26px;
  width: 100%;
}

#nav ul {
  margin-left: 20px;
}

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

#nav li a, #nav li a:visited {
  color: #005288;
  display: block;
  font-family: Tahoma, FreeSans, sans-serif;
  font-size: 14px;
  padding: 3px 22px 3px 15px;
  text-decoration: none;
}

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

#nav li ul {
  background: #b6c7d7;
  margin-left: 5px;
  padding-top: 2px;
  position: absolute;
  visibility: hidden;
  width: 175px;
}

#nav li ul.last {
  width: 165px;
}

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

#nav li ul li a, #nav li ul li a:visited {
  background: #b6c7d7;
  color: #005288;
  display: block;
  padding: 5px 10px;
  text-align: left;
	z-index: 5;
}

#nav li ul li a:hover {
  color: #fff;
	z-index: 5;
}

#container2 {
  background: #fff;
  clear: both;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
  padding: 10px 0 25px 0;
}

#sidebar {
  background: #fff;
  color: #000;
  float: left;
  height: 100%;
  overflow: hidden;
  padding: 0;
  width: 190px;
}

#sidebar h1 {
	color: #005288;
  font-family: Tahoma, FreeSans, sans-serif;
  font-size: 16px;
  font-style: normal;
  padding: 10px 0;
  text-align: center;
}

#left_nav {
  border-left: 2px solid #005288; 
  color: #000;
  font-size: 14px;
  font-style: italic;
  padding: 0 15px 15px 15px;
}

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

#left_nav ul li a, #left_nav ul li a:visited {
  color: #d69828;
  font-size: 14px;
  font-style: italic;
  text-decoration: none;
}

#left_nav ul li a:hover {
  text-decoration: underline;
}

#home_content {
  background: #fff;
  color: #000;
  float: left;
  font-size: 14px;
  height: 100%;
  overflow: hidden;
  padding: 0 25px 0 35px;
  width: 700px;
}

#home_content a, #home_content a:visited {
  color: #d69828;
  text-decoration: none;
}

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

#home_content h1 {
  color: #005288;
  font-family: Tahoma, FreeSans, sans-serif;
  font-size: 16px;
  padding: 10px 0;
}

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

#home_content p {
  font-style: italic;
  margin-left: 35px;
}

#home_content table {
  border-collapse: separate;
  table-layout: fixed;
  width: 450px;
}

#home_content table td {
  color: #000;
  padding: 2px 5px;
}

#home_content table td.border_bottom {
  border-bottom: 2px solid #d69828;
}

#home_content table td.border_left {
  border-left: 2px solid #d69828;
  padding-left: 15px;
  padding-right: 10px;
}

#home_content table td.border_top {
  border-top: 2px solid #d69828;
}

#home_content table td.date {
  font-style: italic;
}

#home_content table td h1 {
  padding: 0;
}

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

#content a, #content a:visited {
  color: #d69828;
  text-decoration: none;
}

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

#content h1 {
  color: #005288;
  font-family: Tahoma, FreeSans, sans-serif;
  font-size: 16px;
  padding: 10px 0;
}

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

#content p {
  padding: 10px 15px;
}

#content ol, #content ul {
  margin-left: 30px;
  padding: 10px 0px;
}

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

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

#content table {
  border-collapse: separate;
  font-size: 12px;
  margin-left: 15px;
  table-layout: fixed;
  width: 850px;
}

#content table th {
  text-decoration: underline;
}

#content table th.blank {
  text-decoration: none;
}

#content table th.column_label {
  border-bottom: 2px solid #d69828;
  text-decoration: none;
}

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

#content table td.blank {
  padding: 0;
}

#content table td.fund {
  padding: 0;
}

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

#content_nav a, #content_nav a:visited {
  color: #005288;
  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 {
}

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

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

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

.contact_info {
  color: #fff;
  float: right;
  font-family: Tahoma, FreeSans, sans-serif;
  font-size: 12px;
  line-height: 1.2em;
  margin-right: 20px;
  margin-top: 15px;
}

.fg_white {
  color: #fff;
}

.float_left {
  float: left;
}

.float_right {
  float: right;
}

.highlight_link {
  color: #fdb913;
}

.table_label {
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}
