/* By default, brand-specific CSS files import the corresponding CSS document
 * from /brands/default/css and then use !important styles to override colors.
 * To maintain styles not related to brand colors, look for the file in
 * /brands/default/css.
 * 6/29/2009 - EAK
 */ 
@import url('/brands/default/css/aboutUs.css');
a								{ color: #002D6A !important; }
.top-headline					{ color: #002D6A !important; }
#timeline li a:hover,
#timeline li a.selected			{ color: #002D6A !important; }
#giving h3						{ color: #002D6A !important; }
#qaLabel_Q						{ background-image: url(/brands/marlette/images/brButtons/qa_q.jpg) !important; }
#qaLabel_A						{ background-image: url(/brands/marlette/images/brButtons/qa_a.jpg) !important; }
#aboutMarlette div,
#aboutMarlette h1,
#aboutMarlette h2,
#aboutMarlette h3,
#aboutMarlette p 					{ margin-bottom: 10px; }
#aboutMarlette h2,
#aboutMarlette h3					{ font-weight: bold; }
#aboutMarlette ul 					{ list-style-type: disc;
									  margin-left: 30px; }
#aboutMarlette td					{ padding-right: 12px; }