/* And Take Names formatting styles  */


/* Link styles  */

a {
	line-height: 15px;
	color: #003366;
	text-decoration: none;
	}

a:visited, 
a:active {
	color: #003366;
	text-decoration: none;
	}

a:hover {
	color:#336699;
	text-decoration: underline;
}

 a.more, 
 a.more:visited {
	font-weight: bold;
	color: #7C3302;
	text-decoration: none;
	}

 a.more:active,
 a.more:hover  {
	font-weight: normal;
	color: #7C3302;
	text-decoration: underline;

	}





#footerRight a, #footerRight a:visited, 
#footerLeft a, #footerLeft a:visited {
	line-height: 15px;
	color: #ffffff;
	text-decoration: none;
	}


#footerRight a:hover, #footerRight a:active,
#footerLeft a:hover, #footerLeft a:active  {
	text-decoration: underline;
	}



/* List styles  */

li {
	margin: 0;
	line-height: 20px;
}


/* Content styles  */
.pageTitle {
	margin: 0 0 15px 0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #756B02;
	font-size: 18px;
	line-height: 24px;
}

.quote {
	margin: 0 0 15px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #7C3302;
	font-size: 18px;
	line-height: 28px;
	font-style: italic;
	
}

.subhead {
	padding: 0 0 3px 0;
	font-family: verdana, sans; 
	font-weight: bold;
	color: #333333;
	font-size: 12px;
	line-height: 20px;
}

.casestudy_head {
	padding: 0 0 3px 0;
	font-family: verdana, sans;
	font-weight: normal;
	color: #333333;
	font-size: 11px;
	line-height: 14px;
	font-style: italic;
}

.headline {
	padding: 0 0 3px 0;
	font-family: verdana, sans;
	font-weight: normal;
	color: #333333;
	font-size: 10px;
	line-height: 14px;
}




hr {
	border: none 0; 
	border-top: 2px solid #FEBA2F;
	height: 2px;
	margin: 5px 0 5px 0;
	text-align: left;
	}

.alert {color: #FF0000}

