#Header a {
  background: url(/member/img/topbanner.gif) no-repeat;
  height: 154px;
margin-bottom:5px;
}

.Membernav {
  width: 150px;
  padding:  0;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  }

.Membernav ul {
  list-style: none;
  width: 150px;
    }
	
  
.Membernav ul li ul li a {
  font-size: 1.1em;
  font-weight: normal;
  text-decoration: none; 
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 35px;
  text-align: left;
 
  
   } 
   
 .Membernav ul li ul li a:hover, a:active, a:visited  {
  color: #F60;
  text-decoration: none;
  }
  

 
.breadcrumbdark {
  color: #000;
  font-size: 14px;
  font-weight: bold;
}

.breadcrumblight {
  color: #999;
  font-size: 16px;
  font-weight: bold;
  }
  
  
.Content h2 {
  color: #1C6B2C;
  font-size: 14px;
}

.PageHeader {
  margin-bottom: 0px;
}

td.instructions {
 background-color: #c7f09e;
 padding: 5px;
 margin: 5px;
 }
 
.instructions {
 background-color: #c7f09e;
 padding: 5px;
 }
 

.caption {
  margin: 0 0 0 0px;
  padding: 0;
  color: #666;
  font-size: 11px;
}

 a.act:visited {
  padding-left: 10px;
  background: url(/core/img/act-arrow.png) no-repeat 0 50%;
  color: #1b6b2c;
  font-size: 12px;
  font-weight:  bold;
  text-decoration:  none !important;
}

a.act:hover, a.act:active {
  color: #F60;
}

.pagetitle a {
display: none;
position:absolute;
top:70px;
padding-left:25px;
color:#fff;
font-size:13px;
font-weight:bold;
}

#help_container{
  position:absolute;
  right:100px;
  top:95px;
  z-index:200;
  width:250px;
  opacity:1.0;
  /* filter:alpha(opacity:90); */
  background-color: #FFFFCC;
  border: 1px dotted;
  border-color: #666;
  padding: 5px;
}

#show_help, #hide_help {
  width:200px;
  background-color: #9CC;
}

TR.fundodd, TD.fundodd {
  background-color: #FFFFCC;
}

TR.fundeven, TD.fundeven {
  background-color: #FFFF99;
 }
 
td.padded { padding: 4px; } 

.fieldlabel {
  font-weight: bold;
}

.member_nonav {
  margin-left: 120px;
}


/* for login page */
#Nav a {
  text-decoration: none;
}

.login ul li{
	background: url(/core/img/navigation-greenarrow.png) 0% 50% no-repeat;
	list-style-type: none;
	list-style-position: outside;	
		
	
}
/* form formatting  */

fieldset.member {
	width: 550px;

}

fieldset.member legend {
    font-size: 14px;
	
	}

fieldset.member label {
	width: 125px;
}



