@charset "utf-8";
/* CSS Document */

/* ****************************************************************************************	*/
				/* TYPOGRAPHY FOR CAMPAIGN/FOUNDATION WEB SITE */
/* ****************************************************************************************	*/

#contentArea p, tr, td {
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:1.1em;
	line-height:1.5em;
	padding: 10px 0;
	}


#contentArea img {
	margin: 5px;
}

#contentArea h1 {
	font-family: Georgia, serif;
	font-size: 2.1em;
	color: #C76525;
	font-weight: normal;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
}
#contentArea h2 {
	font-family:Georgia, serif;
	font-size: 1.7em;
	color: #007799;
	margin-bottom: 10px;
	line-height: 1.2em;
}
#contentArea h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #65574F;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	padding-top: 10px;
	padding-bottom: 5px;
}


#contentArea a {
	color: #C76525;
	font-size: 1.1em;
	text-decoration: underline;
}

#contentArea a:hover {
	color:#005872;
	/*color: #C76525; // the color requested by KWD in their style guide; same color as normal a:link
	background-color: #EBEBD7; // causes entire content area to "shift" to the left in IE7, so it's being deprecated for now
	*/

	
}


#contentMain #contentArea ul {
	list-style-position: outside;
	list-style-type:  square;	
	font-family:inherit;
	font-size: 1.1em;
	padding-top: 2px;
	padding-bottom: 5px;
	padding-left:25px;

}
#contentMain #contentArea ol {
	list-style-position: outside;
	font-family:inherit;
	font-size:inherit;
	list-style-type: decimal;
	/*text-indent: 15px; *** Causes the 2nd line of each item to become indented, throwing off the alignment */
	padding-top: 2px;
	padding-bottom: 5px;
	padding-left:25px;

}


#contentArea li {
	padding-bottom:5px;
	padding-top:5px;
	line-height:normal;
}


#contentArea strong {
	font-weight: bold;
	color: #C86629;
}

#contentArea em {
	font-size:1em;
	}

#contentArea tr, td {
	padding: 5px;
}
