body {
	background-color: #666666;
	padding: 0px;
	margin: 0px;
	font-family: verdana, arial, sans-serif;
	font-size: small;
}

body a { 
	color: #003300;
	text-decoration: none;
	font-weight: bold;
} 

body a:active, a:visited, a:link { 
	color: #003300;
	text-decoration: none;
	font-weight: bold;
} 

body a:hover { 
	color: #003300;
	text-decoration: underline;
	background-color: transparent;
} 

table{
	border-spacing: 0px;
	border-collapse: collapse;
	width: 100%;
	border: 0px;
	margin: 0px;
	outline: 0px;
	padding: 0px;
}

td{
	vertical-align: top;
	border: 0px;
	border-color: #666666;
	margin: 0px;
	outline: 0px;
	padding: 0px;
	}

div{
	border: 0px;
	margin: 0px;
	outline : 0px;
	padding: 0px;
}

img{
	border: none;
	margin: 0px;
	outline : 0px;
	padding: 0px;
}

hr{
	color: #0033AA;
	background-color: #0033AA;
}

.dCaseStudyContainer{
	padding-top: 10px; 
	padding-bottom: 20px; 
	border-top:#36322E dotted 1px; 
}

.dCaseStudyLibrary{
	padding-bottom: 0px; 
	font-size: 11pt; 
	color: #36322E;
}

.dCaseStudyQuote{
	font-weight: bold;
	padding-top: 3px; 
	padding-bottom: 3px; 
	color: #36322E;
	font-size: 8pt; 
}

.dCaseStudyTitle{
	padding-bottom: 0px; 
	font-size: 11pt; 
	color: #9F592F; 
	font-weight: bold;
}



.dQuote{
	font-size: 11pt; 
	font-weight: bold; 
	color: #9F592F; 
	text-align: left; 
}

.dQuoteName{
	font-size: small; 
	text-align: right; 
	padding-top: 8px; 
	font-weight: bold;
	color: #36322E;
}

#tdFooter{
	background-image: url(images/roots.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 50px;
}

.tdQuote{
	border-bottom: #36322E 1px dotted; 
	padding-bottom: 15px;
	padding-top: 10px;
}

.tdQuoteBottom{
	padding-top: 15px;
	padding-bottom: 15px;
}

.tdQuoteRight{
	padding-bottom: 15px;
	text-align: left; 
	vertical-align: bottom;
	padding-left: 15px;
	
}



/**** Nav Bar ****/

	#uNavBar{
		style: inline;
		margin: 0px;
		padding: 0px;
		background: url("images/navgrad.jpg");
		font-size: 12pt;
	}
	
	ul#uNavBar
	{
	margin-left: 0px;
	padding-left: 0px;
	padding: 0px;
	white-space: nowrap;
	}
	
	#uNavBar li
	{
	display: inline;
	padding-left: 20px;
	padding-right: 20px;
	/*border-left: #949494 solid 2px;*/
	}
	
	#uNavBar #first
	{
	border-left: none;
	}
	
	#uNavBar a { 
		padding-right: 3px; 
	}
	
	#uNavBar a:link, #uNavBar a:visited
	{
	color: #fff;
	text-decoration: none;
	}
	
	#uNavBar a:hover
	{
	text-decoration: none;
	}

/**** Nav Bar ****/


/*** Quick Facts List ***/

#ulQuickFacts{
	color: #36322E;
	font-size: 10.5pt; 
	list-style-image: url(images/list-square.gif);
	font-size: small;
}

#ulQuickFacts li{
	padding: 0px;
	padding-bottom: 10px; 
}

/*** END Quick Facts List  ***/


/*** Quotes List ***/

.ulCaseStudyQuote{
	color: #36322E;
	font-size: 10.5pt; 
	list-style-image: url(images/list-quote.gif);
	font-size: small;
	font-weight: bold;
	padding-left: 20px;
}

.ulCaseStudyQuote li{
	padding: 0px;
	padding-bottom: 5px; 
	padding-top: 5px; 
}

/*** END Quick Facts List  ***/



