html{height: 100%;}

body
{ 
	/*background: #DFF4F2 url(back.png) repeat;*/
	background: #DFF4F2;
  color: #656F57;
}

blockquote
{ background: #FFFFFF;
  color: #656F57;
  border-color: #89D0D4;
}

#main
{ 

background: #FFFFFF url(main.png) repeat-y; 
color: #656F57;
}

#links, #footer
{ background: #89D0D4 url(linkfoot.png);
  color: #656F57;
  border-color: #89D0D4;
}

#links a, #footer a, #links a:hover, #footer a:hover
{ background: transparent;
  color: #656F57;
}

#logo
{ background: #89D0D4 url(bluebrown.png) no-repeat;
  color: #656F57;
  border-top-color: #89D0D4;
  border-bottom-color: #89D0D4;
}

#logo img{
	float:left;
	clear:both;
}

#logo h2
{ background: transparent;
  color: #EEE;
}

h1
{ background: transparent;
  /*color: #89D0D4;*/
  color:#663300;
  border-color: #E1E1E1;
}

h3
{
	color: #89D0D4;
}

#menu
{ background: transparent;
  color: #656F57;
}

#menu li a
{ background: #B8D58F;
  color: #656F57;
}

#menu li a:hover, #menu li a#selected, #menu li a#selected:hover
{ background: #8AAF55;
  color: #FFFFFF;
} 

#content, #column2, #column2 a
{ background: #FFFFFF;
  color: #656F57;
  border-color: #89D0D4;
}

#column2 a:hover
{ background: #FFFFFF;
  color: #89D0D4;
  border-color: #89D0D4;
}

.sidebaritem
{ background: #F9F9F9;
  color: #656F57;
  border-color: #E1E1E1;
}

.sbilinks li a, .sidebaritem a
{ background: transparent url(link_arrow.png) no-repeat left center;
  color: #656F57;
} 

.sbilinks li a:hover, .sidebaritem a:hover
{ background: transparent url(link_arrow_sel.png) no-repeat left center;
  color: #89D0D4;
} 

input, textarea
{ background: #FFFFFF;
  color: #656F57;
  border-color: #666E72;
}

#column1 .simplelink{
  padding: 0px 0px 2px 0px;
  text-decoration: none;
  border-bottom: 1px dashed;
  background: none;
    color:#663300;
}