@import '../style.css';

a, a:visited {
    color: #679f6b;
}

a:hover {
    color: #508d54;
}

.fw-tertiary {
    background: #e6f6e6;
    border-color: #cde8cc;
}

#fw-head {
    background: url('../img/greenheader.jpg') no-repeat top left;
}

#fw-title a:hover {
    border-bottom: 1px dashed #F60;
}

#fw-mainnavwrap {
    background: #8ea686;
}

#fw-mainnavwrap a:hover {
    background: #256F3C;
}

#fw-sidebar .fw-title,
#fw-sidebar .fw-title a,
#fw-sidebar .fw-title a:visited,
#fw-sidebar .fw-title a:hover {
    color: #256F3C;
	text-decoration: none;
}

#fw-bigcontain .fw-title {
    color: #256F3C;
}

.fw-footertext {
    background: #8EA686;
}
