/* #content-page-body {
	position:relative;
	width:100%;
	line-height: 1;
	background-image:url(../images/light_texture.gif);
	padding-top:138px;
} */

/* #content-page-left-column  {
	float:left;
	width: 620px;
	margin-left:10px;
	margin-right:20px;
	background-image:url('../images/Vetical_Dots.png');
	background-position:right;
	background-repeat:repeat-y;
}

#content-page-right-side-bar  {
	float:left;
	width: 290px;
	
} */

/* #page-intro-section {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#555555;
	line-height: 1.5em;
	margin-bottom:30px;
	}
	
	#page-intro-section p {
	padding-right:20px;
	font-size:16px;
	color:#111111;
	}
	
	#page-intro-section p strong{
	font-weight:bold;
	}
	
	#page-intro-section p em{
	font-style:italic;
	}
	
	#page-intro-section a {
		color:#0c4da2;
		text-decoration:none;
	}
	
	#page-intro-section a:hover {
		color:#a3238e;
		text-decoration:none;
	} */

.article-list-item {
	width:600px;
	overflow:hidden;
	margin-bottom:30px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.article-list-item:hover {
	background: rgba(17, 17, 17, 0.05); 
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.article-list-item p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	line-height: 1.5em;
	color:#111111;
}

.article-list-image-continer {
	float:left;
	clear:both;
	margin-left:10px;
	margin-right:20px;
	margin-top:10px;
}
.article-list-text-continer {
	margin-top:10px;
	width:530px;
	display:block;
	float:left;
}


h1 {
	font-family: 'Oxygen', sans-serif;
	font-size:36px;
	color:#a3238e;
	margin-right:20px;
	margin-bottom:10px;
	line-height:0.9em;
}

h2 {
	font-family: 'Oxygen', sans-serif;
	font-size:28px;
	color:#a3238e;
	margin-right:20px;
	margin-bottom:10px;
	line-height:0.9em;
}

h3 {
	font-family: 'Oxygen', sans-serif;
	font-size:14px;
	color:#a3238e;
	margin-bottom:4px;
}

h3 a {
	color:#0c4da2;
	text-decoration:none;
}

p {
	margin-bottom:30px;
}

a{
	color:#0c4da2;
	text-decoration:none;
}

a:hover{
	color:#a3238e;
	text-decoration:none;
}