/*
 Style for Clark Wilson LLP's STRATAgies
 Author: Rob Golbeck | rtg@cwilson.com
 Created: November 2009
 Modified: December 2009
*/


h1, h2, h3 {
 font-family: verdana, arial, helvetica, sans-serif;
 color: #27727f;
}

a, a:visited {
 color: #006d7f;
}

a:hover, a:active {
 color: #9ab8bb;
}

#head {
 background: #fff url(http://www.cwilson.com/images/email/STRATAbannerWeb.gif) no-repeat;
}
  
 #head a, #head a:visited {
 color: #a3c4c7;
}

#head a:hover, #head a:active {
 color: #fff;
}

#sideBar {
 background-color: #deefef;
}

#sideBar h3 {
 color: #27727f;
}


.highlightedSection { /* highlighted box for announcements, etc. */
 border: 2px solid #27727f;
}
  

#foot {
 border-top: 1px solid #27727f;
}