/* ---------- Home Page Styles --------- */

/* ---- LEFT ---- */


/* ---- CENTER ---- */
.center a {
	/*color:#531C79;*/
	color:#000000;
	text-decoration:underline;
	}	
	
.center a:hover{
	color:#cc0000;
	text-decoration:underline;
	}
	
.textPicRight {
	float:right;
	padding:3px;
	text-align:center;
	}
	
.textPicLeft {
	float:left;
	padding:3px;
	text-align:center;
	}
	
.textStory {
	padding: 5px 5px 0 5px;
	width: 610px;
	margin-left: 5px;
	letter-spacing: 2px;
	line-height: 20px;
	font-size: 13px;
	}

.textStory p {
	padding-bottom: 10px;
	}
	
.textStory a {
	color:#336699;
	text-decoration:underline;
	}	

.textStory a:hover {
	color:#cc0000;
	text-decoration:underline;
	}

.textStory span a {
	color:#000000;
	font-weight:bold;
	text-decoration:none;
	font-size: 13px;
	}
	
.textStory span a:hover {
	color:#cc0000;
	text-decoration:underline;
	}

.textBullets {
	padding-left:12px;
	margin-left:10px;
	}

.textBullets li {
	padding:2px 0px 2px 0px;
	letter-spacing: 0.5px;
	}

