﻿/* Column 1 */
.standard_content {
	font: 10pt/14pt arial, sans-serif;
	color: #333333;
}

.standard_content h1 {
	padding: 10px 0 16px 0;
	font: bold 16pt arial, sans-serif;
	color: #27542c;
}

.standard_content h2 {
	padding: 0 0 14px 0;
	font: 14pt arial, sans-serif;
	color: #cc6600;
}

.standard_content h3 {
	padding: 0 0 12px 0;
	font: 12pt arial, sans-serif;
}

.standard_content p {
	padding: 0 0 10px 0;
	font: 10pt/14pt arial, sans-serif;
}

.standard_content p.fineprint {
	padding:  0;
	font: 8.5pt/12pt arial, sans-serif;
}

.standard_content b {
	font-weight: bold;
	color: #27542c;
}

.standard_content i {
	font-style: italic;
}

.standard_content a {
	color: #27542c;
	text-decoration: underline;
}

.standard_content a:hover {
	color: #27542c;
	text-decoration: none;
}

.standard_content ul {
	margin: 0 0 20px 0;
}

.standard_content li {
	margin: 0; padding: 0 0 0 15px;
	font: 10pt/14pt arial, sans-serif;
	color: #666666;
	background: center left no-repeat url(/assets/images/framework/li_tan-white.gif);

}

.standard_content dl {
	font: 10pt/14pt arial, sans-serif;
	color: #666666;
}

.standard_content dt {
	font-weight: bold;
}

.standard_content dd {
	margin: 0 0 0 15px;
}

/* Column 2 */
.secondary_content {
	color: #333333;
}

.secondary_content h1 {
	padding: 0 0 16px 0;
	font: bold 16pt arial, sans-serif;
	color: #27542c;
}

.secondary_content h1 img {
	margin: 10px 0 0 0;
}

.secondary_content h2 {
	padding: 0 0 14px 0;
	font: 14pt arial, sans-serif;
	color: #b65000;
}

.secondary_content h3 {
	padding: 0 0 12px 0;
	font: 12pt arial, sans-serif;
	color: #27542c;
}

.secondary_content p {
	padding: 0 0 10px 0;
	font: 10pt/14pt arial, sans-serif;
}

.secondary_content b {
	font-weight: bold;
	color: #27542c;
}

.secondary_content i {
	font-style: italic;
}

.secondary_content a {
	color: #27542c;
	text-decoration: underline;
}

.secondary_content a:hover {
	color: #27542c;
	text-decoration: none;
}

.secondary_content ul {
	padding: 0 0 20px 0;
}

.secondary_content li {
	margin: 0; padding: 0 0 0 15px;
	font: 10pt/14pt arial, sans-serif;
	color: #666666;
	background: center left no-repeat url(/assets/images/framework/li_tan-transparent.gif);
}

.secondary_content dl {
	font: 10pt/14pt arial, sans-serif;
	color: #666666;
}

.secondary_content dt {
	font-weight: bold;
}

.secondary_content dd {
	padding: 0 0 0 15px;
}

/* Footer */
#footer p {
	font: 6pt arial, sans-serif;
	color: #ffffff;
	text-transform: uppercase;
}

#footer p.copyright {
	font: 7pt arial, sans-serif;
	color: #ffffff;
	text-transform: uppercase;
	text-align: right;
}

#footer a {
	color: #ffffff;
}
