@charset "utf-8";

#TopWrap {
	background:rgba(12, 136, 82,.8);
}
#Footer {
	background: #43A075;
}
a {
	color:#43A075;
}
a:link {
	color:#43A075;
}
a:visited {
	color:#43A075;
}
a:hover {
	color:#888888;
}
a:active {
	color:#888888;
}
.widget-local-navi li.first a {
	background: #43A075;
}
.widget h2 {
	background: #43A075;
}
.widget-blog-calendar td center {
	background: #43A075;
}

#GlobalNavigation ul.dropdown-list a{
	background:rgba(12, 136, 82,.8);
}