body {
 background-color:#fff;
}
#header {
 background-color: #e8eee6;
}
#menu_and_title {
 background-color: #e8eee6;
}
#footer_menu {
 background-color: #e8eee6;
}
/* CAREERS green is #2ED79C */
.colourize {
 color: #2ED79C;
}

.thinbottomline {
 border-bottom: 1px solid #2ED79C;
}
.thickbottomline {
 border-bottom: 10px solid #2ED79C;
}
.thintopline {
 border-top: 1px solid #2ED79C;
}
.thicktopline {
 border-top: 10px solid #2ED79C;
}

/* stick to normal blue for mj??? */
#leftmenu li a.selected {
    color: #2ED79C;
}

/* hovered title links */
a.title:hover {
 color:#2ED79C !important;
}

div.article_text_content IMG {
 border-top: 10px solid #2ED79C; 
}
div.article_text_content div.emphasis {
 border-top: 10px solid #2ED79C; 
 border-bottom: 10px solid #2ED79C; 
}

div.article_text_content div.emphasis h4{
  font-weight: bold; 
  color:#2ED79C;
}

div.article_text_content a,
div.article_text_content a:link,
div.article_text_content a:visited,
div.article_text_content a:hover,
div.article_text_content a:active  {
 color: #2ED79C;
 text-decoration: none;
}

div.article_text_content h2 a{
 color:#5E6667 !important;
}

div.article_text_content h4 a{
 color:#5E6667 !important;
}

div.find_search_form  {
 background-color: #96ebcd;
}

.find_sorted_column, 
.find_sorted_column a:link, 
.find_sorted_column a:active, 
.find_sorted_column a:visited {
  color: #2ED79C;
  font-weight: bold;
}
.find_title, 
.find_title a:link, 
.find_title a:active, 
.find_title a:visited {
  color: #2ED79C;
  font-weight: bold;
  padding-right: 5px;
}
