/* ------------------ PRIMARY CONTENT HOLDERS */
body {
	background-color: #ffffff;
}
#picBox{
	float:left;
	top:20px;
	width:118px;
	height:171px;
	padding-right:30px;
	paddint-bottom:10px;
}

.featureTextTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 145%;
	font-weight: bold;
	font-style: normal;
	color: #666666; /* ff591c;  */
	height: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.featureTextTitle a:link{
	color: #666666; /* ff591c; 0033FF;	*/
	text-decoration: none;
}
.featureTextTitle a:hover{
	color: #999999; /*#ff591c 3333ff;*/
	text-decoration: underline;
}
.featureTextTitle a:visited{
	color:#666699; /*#ff591c 0033FF;*/
	text-decoration: none;
}
.featureTextParaHeader{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 115%;
	font-weight: bold;
	font-style: normal;
	color: #666666;
}
.featureTextParaHeader a:link{
	color: #666688;
}
.featureTextParaHeader a:hover{
	color: #999999;
}
.featureTextParaHeader a:visited{
	color: #666666;
}
.featureTextSubPara{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	padding-left:50px; 
	padding-top:10px; 
	padding-bottom:0px; 
	font-weight: bold;
	font-style: normal;
	color: #666666;
}
.featureText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #000000;
	height: auto;
	padding-left: 10px;
	padding-bottom: 10px;
}
.featureTextRoman a:link{
	color: #0000FF;
	text-decoration: underline;	
}
.featureTextRoman a:hover{
	color: #0000FF;	
	text-decoration: underline;	
}
.featureTextRoman a:visited{
	color:#0000ff;
	text-decoration: underline;	
}
.featureTextRoman {
	font-family:Times New Roman, Times, serif
	font-size: 75%;
	color: #000000;
	height: auto;
	padding-left: 10px;
	padding-bottom: 10px;
}
.featureTextRoman a:link{
	color: #0000FF;
	text-decoration: underline;	
}
.featureTextRoman a:hover{
	color: #0000FF;	
	text-decoration: underline;	
}
.featureTextRoman a:visited{
	color:#0000ff;
	text-decoration: underline;	
}
.featureTextRomanHanging{
	font-family:Times New Roman, Times, serif
	font-size: 75%;
	color: #000000;
	height: auto;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-left:50px; 
	padding-top:5px; 
	padding-bottom:5px; 
	text-indent:-3em; 
	margin-left:3em
}

.featureTextBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 115%;
	font-weight: bold;
	font-style: normal;
	color: #ff591c;
	/* 0033cc; */
}
.featureTextBold a:link{
	
	color:#0000FF;
}
.featureTextBold a:hover{
	
	color:#0000ff;
}
.featureTextBold a:visited{
	
	color:#0000ff;
}
/* ------------ DEFAULT SITE-WIDE LINK STYLES --------- */
a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

