html { min-height:100%; margin-bottom:1px; } /* add scrollbar to short pages */ 

body 
{
	
	background-color: #eef7ef;
	margin: 0;
	padding: 0;
	text-align:center;/* center layout in ie5 and 5.5. */
	font-family: Arial, Helvetica, sans-serif;
	color: #1d1653; /* default font color*/
	font-size: 12px;
}
#container
{position: relative;
background-image :url(images/container_nehca.jpg);
width: 800px;
margin: 0px auto;
text-align: left;
background-color: transparent;
border: 1px solid #1d1653;
}

#header{ 
 height:95px; 
 width:800px; 
 margin:0 auto; 
 padding:0;
 background-color: #eef7ef; 
 text-align: left;
 font-family: "Times New Roman", Times, serif;
 border: 1px solid #1d1653;
  } 
  
#header h1
{
font-size: 22px;
color: #044C0C;
}
 
#leftcol
{
	background-image :url(images/bk_body.jpg);
	background-repeat:no-repeat;
	float: left;
	width: 160px;
	margin: 0px 0px -1px 0px;
	padding: 0px;
	background-color: transparent;

	}
#centercol
{
	float: left;
	width: 590px;
	margin: 0px 20px 0px 0px;
	padding: 0px 0px 0px 20px;
	background-color: transparent;
		}
#fyi
{
float: right;
border: 1px solid #598E7C;
width: 210px;
}
.fyihead
{
background-color: #598E7C;
color: #ffffff;
margin-top: 0px;
}
#fyi p
{
padding: 0px 4px;
}
#footer
{
clear:both; 
background-image :url(images/footer_nehca.jpg);
	background-repeat:no-repeat;
	background-color: transparent;
	padding-top: 26px;
	height: 25px;
	text-align: center;
	
}
#footer a
{
color: #FBFCE7;
}
div.fix {
        clear: both;
        height: 1px;
        overflow: hidden;
		}
		
/*navigation*/

#navcontainer 
{ width: 140px;
  height: 600px;
 }

#navcontainer ul
{
background-color: transparent;
margin-top: 20px;
margin-left: 0;
padding-left: 0;
width: 140px;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
}

#navcontainer a
{
	display: block;
	padding-left: 10px;
	width: 155px;
	height: 24px;
	background-color: transparent;
	padding-top: 5px;
        font-weight: bold;
}

#navcontainer a:link, #navlist a:visited
{
width: 150px;
color: #ffffff;
text-decoration: none;
}

#navcontainer a:hover
{
width: 150px;
background-color: #bfd595;
color: #58270b;

}

/*end navigation*/

/* paragraph, heading and image styles */

h1
{
margin-top: 20px;
font-size: 18px;
}

h2
{
font-size: 15px;
}

h3
{
font-size: 14px;
}

p
{
font-size: 12px;
padding-left: 5px;
}
p.caption
{
color: #a18470;
font-family: "Times New Roman", Times, serif;
font-size: 13px;
}
img.right{
	float: right;
	padding: 0px;
	margin: 10px;
}
.left
{
float: left;
padding: 0px 10px 0px 10px;
}
.leftheader
{
float: left;
padding: 0px;
}
a img {
border: none;
}
ul.none
{
list-style-type: none;
}
li.centercol
{
font-size: 12px;
}
a.centercol
{
font-size: 12px;
text-decoration: none;
}
a.centercol:hover
{
font-size: 12px;
text-decoration: underline;
}
#centercol li
{
padding-bottom: 9px;
}
table.membership {
	border-collapse: separate; background-color: #eef7ef; border:  caption-side: bottom;
}
td.membership { border:1px solid #598E7C; margin: 3px; padding: 3px; vertical-align: top; background: #eef7ef; color: #000;
}
th { background-color: #598E7C; color: #d8ecd8;}