body {
    background: #FFF url(../images/green/header_bg.jpg) repeat-x top;
}
#header {
    background: #FFF url(../images/green/header_bg.jpg) repeat-x top;
}
body.width_800 div#outer {
    background: transparent url(../images/green/top_border_800.gif) no-repeat top;
}
body.width_1024 div#outer {
    background: transparent url(../images/green/top_border_1024.gif) no-repeat top;
}
a {
   color: #005E31;
}
.module_menu h3, .module h3, .module_text h3 {
    color: #005E31;
    border-bottom: 1px solid #005E31;
}
#left a:hover {
    background: #f5f5f5  url(../images/green/hover.gif) repeat-y right;
    text-decoration: none;
}
#left ul ul li {
    background: url(../images/green/submenu_bg.gif) left center no-repeat;
}

.componentheading, .contentheading {
    color:      #005E31;
}
#articles span.article_separator, .horiz {
    border-bottom: 1px solid #005E31;
}
.column_separator {
   border-left: 1px solid #005E31;
}
#user1 div.moduletable, #user2 div.moduletable {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background: transparent;
}

#user1 div.moduletable h3, #user2 div.moduletable h3 {
    background: transparent url(../images/green/module_bg.jpg) repeat-x top;
    color: #fff;
}

#user3 a:link, #user3 a:visited {
    background: #29A56B;
    color: #fff;
    border-left: 1px solid #70DEB1;
    border-top: 1px solid #70DEB1;
    border-right: 1px solid #0E5D3D;
    border-bottom: 1px solid #0E5D3D;
}
#user3 a:hover {
    background: #31b579;
}
#user3 a#active_menu-nav, #user3 a:active {
    background: transparent url(../images/green/module_bg.jpg) repeat-x top;
    border-left: 1px solid #0E5D3D;
    border-top: 1px solid #0E5D3D;
    border-right: 1px solid #70DEB1;
    border-bottom: 1px solid #70DEB1;
}

/* slick_rss tooltips */
.tool-tip {
   border: 1px solid #000;
   background: #fff;
}
.tool-title {
    background: #008147;
    color: #fff;
}
.tool-text {
    color: #000;
}

