/* #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;
} */

#main-content{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#555555;
	line-height: 1.5em;
	margin-bottom:30px;
}

#main-content p {
	padding-right:20px;
	font-size:16px;
	color:#111111;
	margin-bottom:20px;
}

#main-content p strong{
font-weight:bold;
}

#main-content p em{
font-style:italic;
}

#main-content a:link, #main-content a:visited {
	color:#0c4da2;
	text-decoration:none;
}

#main-content a:hover {
	color:#a3238e;
}

#main-content img {
	margin-bottom:10px;
	border: 6px solid #FFF;
}

h1 {
font-family: 'Oxygen', sans-serif;
font-size:36px;
color:#a3238e;
margin-bottom:30px;
}

h2 {
font-family: 'Oxygen', sans-serif;
font-size:31px;
color:#a3238e;
margin-bottom:32px;
}

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


.read-more-button {
float:right;
clear:both;
font-family: 'Oxygen', sans-serif;
font-size:16px;
color:#0c4da2;
background: rgba(255, 255, 255, 1); 
padding-top:10px;
padding-bottom:10px;
padding-left:20px;
padding-right:20px;
margin-bottom:16px;
margin-right:20px;
-moz-border-radius: 18px;
border-radius: 18px;
}

.read-more-button:hover  {
background: rgba(17, 17, 17, 1);
-webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}

.read-more-button a {
color:#0c4da2;
text-decoration:none;
}

.read-more-button a:hover {
color:#FFF;
}

