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

a, a:visited {
  color: #00f;
}

body {
  font-family: Verdana, Arial;
  font-size: 81.25%;
}

h1 {
  color: #2e4b2f;
  font-size: 140%;
  padding: 6px 0 5px 0;
}

h2 {
  color: #000;
  font-size: 120%;
  padding: 10px 0;
}

table {
  font-size: 100%;
}

ol.green {
  color: #3c5c3d;
  font-weight: bold;
}

ol.green li {
  padding-bottom: 5px;
}
 
ol.green li span {
  color: #000;
  font-weight: normal;
}

.after_effect {
  color: #8c966f;
}

/************ Header Styles ****************/

#header {
  height: 130px; /* This is here for an assortment of IE bugs */
  position: relative;
}

#return {
  position: absolute; 
  left: 350px;
  top: 20px;
  width: 275px;
  padding: 5px;
  font-size: 12px;
  color: #000;
  background: #b4bca0;
  text-align: center;
}

#return a, #return2 a:visited, #return a:hover {
  color: #000;
  font-weight: bold;
}

#return .new {
  color: #f00;
  font-style: italic;
  font-weight: bold;
}

#top_nav {
  color: #2e4b2f;
  float: right;
  height: 20px;
  right: 10px;
  top: 3px;
  position: absolute; 
}

#top_nav a, #top_nav a:visited, #top_nav a:hover {
  color: #2e4b2f;
}

#tagline {
  position: absolute;
  right: 10px;
  bottom: 15px;
  text-align: right;
  font-size: 18px;
  color: #2e4b2f;
  font-family: avante garde, sans-serif;
}

/************ Menu Styles ****************/
#menu {
  color: #ffffff;
  background: #3c5b3e;
  height: 5em;
  line-height: 125%;
  font-size: 100%;
  text-align: center;
  font-weight: bold;
  position: relative;
}

#menu a {
  text-decoration: none;
  display: block;
  width: 100%;
}

#menu a, #menu td:hover li a {
  color: #ffffff;
}

#menu a:hover, #menu td:hover a, #menu td:hover li a:hover {
  color: #c0cbb5;
}

#menu table {
  width: 100%;
  height: 100%;
}

#menu td {
  width: 16.667%;
  margin: 0;
  padding: 0;
  position: relative;
}

#menu td.label {
  color: #fff;
  font-weight: bold;
  font-size: 140%;
  padding-left: 10px;
  text-align: left;
}

#menu td ul {
  padding: 0 5px; 
  position: absolute;
  margin-top: 5px;
  background: #3c5b3e;  /* Done for an IE bug */
  visibility: hidden;
}

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

#menu td li {
  position: relative;
  top: -1px;
  list-style: none;
  line-height: 150%;
  padding: 4px 10px;
  font-size: 90%;
  text-align: left;
}

/************ Container Styles ****************/
#container {
  width: 100%;
}

#container td {
  vertical-align: top;
}

/************ Left Bar Nav Styles ****************/
#leftbar {
  font-size: 92%;
  padding-left: 10px;
  width: 16em;
  background: #c0cbb5;
}

#leftbar .lc {
	font-size: 10px;
	color: #E8D9BA;
}

#leftbar a {
	color: #2e4b2f;
    font-weight: bold;
	text-decoration: none;
}

#leftbar a.contact {
  font-weight: normal;
}

#leftbar a:hover {
	color: #fff;
}

#leftbar p {
    color: #2e4b2f;
}

/************ Content Styles **********************/
#content {
  background: #ffffff;
  padding-left: 1em;
  padding-right: 1em;
}

.front_header {
  color: #2e4b2f;
  font-size: 160%;
  font-family: sans-serif;
	margin-bottom: 0px;
}

#how_to_invest {
  font-family: Verdana, Arial;
  margin-bottom: 40px;
  margin-top: 40px;
}

#how_to_invest table {
}

#how_to_invest td {
  padding: 5px 5px;
}

.dark_green_bar {
  background-color:  #2e4b2f;
  color: #fff;
  height: 40px;
  font-size: 115%;
  font-weight: bold;
  padding: 0 2px;
  vertical-align: top;
}

.dark_green_box {
  background-image: url('/images/green_box.gif');
  color: #fff;
  height: 15px;
  line-height: 15px;
  text-align: center;
  vertical-align: top;
  width: 15px;
}

.light_green_bar {
  background-color: #93a985;
  color: #fff;
  font-size: 115%;
  font-weight: bold;
  height: 20px;
  line-height: 20px;
	padding: 0 2px;
}

#address td {
  padding: 0 10px;
}

#nav {
  border-collapse: separate;
}

#nav th {
  background-color: #9ea985;
  border-bottom: 1px solid #666;
  border-left: 1px solid #666;
  border-top: 1px solid #666;
}

#nav th.last {
  border-right: 1px solid #666;
}

#nav td {
  border-bottom: 1px solid #666;
  border-left: 1px solid #666;
}

#nav td.dark {
  background-color: #2e4b2f;
  border-bottom: 0;
  border-left: 1px solid #666;
  border-right: 1px solid #666;
  border-top: 1px solid #666;
  color: #fff;     
}

#nav td.last {
  border-right: 1px solid #666;
}

#nav td.noborder {
  border: 0;
}

#menu a.current {
  color: #c0cbb5;
}

#leftbar a.current {
  color: #fff;
}

.green {
  color: #2e4b2f;
}

.bg_green {
  background: #2e4b2f;
  color: #fff;
  text-align: center;
}

.error {
  color: #f00;
  font-size: 13px;
}

.small {
 font-size: 9px;
}

#public_header {
  background-image: url('/images/hdbg.png');
  background-repeat: repeat-x;
  margin-left: -13px;
  margin-right: -13px;
  margin-top: -12px;
}

#public_header h1 {
  color: #000;
  margin: 0 auto;
  padding: 15px 5px 5px 15px;
}

#public_header h2 {
  color: #fff;
  margin: 0 auto;
  padding: 0 5px 8px 15px;
}

#public_header img {
  float: right;
}

.contact {
  font-weight: bold;
  padding-top: 20px;
  text-align: center;
}

.disclaimer {
  font-size: 90%;
  font-style: italic;
}

.advisor_list {
  font-size: 10px;
}

