@charset "UTF-8";

body						{	background: #019b25; margin: 0; padding: 0; font: 14px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
								text-align: center; }
a:hover						{	color: #dc6311; text-decoration: underline; }
table, th, td				{	border-collapse: collapse; border-color: #95a48a; }
  th						{	background: #3c621d; color: #fff; font-weight: normal; font-size: 1.3em; }
								
#mw							{	background: #fff; border: 2px solid #01821f; border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; 
								position: relative; width: 960px; margin: 15px auto; padding: 10px; text-align: left; min-height: 500px; }
#intro						{	font-size: 30px; line-height: 40px; margin: 15px 15px 30px 15px; }
  #intro img				{	margin: 0 20px 0 0; }
#col1						{	float: left; width: 500px; }
  #col1 h3, #more h3		{	font-size: 2em; font-weight: normal; line-height: 1em; }
#col2						{	float: right; width: 440px; }
  #actions1					{	position: relative; top: -8px; left: -8px; }
  #col2 h3					{	font-size: 1.5em; font-weight: normal; line-height: 1em; padding: 0; margin: 10px 0 20px 0; }
  #faq-intro				{	margin-bottom: 20px; }
  #testimonials				{	list-style: none; font-size: 13px; line-height: 16px; margin: 10px 0 0 0; padding: 0; }
    #testimonials li		{	background: url(../../images/2009/quote.gif) no-repeat; padding: 0 15px 15px 35px; color: #666; clear: right; }
    #testimonials img		{	margin: 0 0 20px 15px; }
    #testimonials strong	{	display: block; margin-top: 5px; }
#more						{	clear: left; }
#footer						{	text-align: center; font-size: 11px; color: #fff; }