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

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

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

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

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

div.article_text_content div.emphasis h4{
  font-weight: bold; 
  color: #EE2778;
}
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: #EE2778;
 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: #f693bb;
}

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