﻿div.jcHeading
{
	width:100%; 
	padding:16px; 
	font-size:28px; 
	font-weight:700; 
	font-family:Arial, Helvetica, sans-serif; 
	text-align:center; vertical-align:middle; 
	background-color:#DCE9FC; 
	border-top:10px solid #E8017A; 
	border-bottom: 10px solid #003366
}
div.jcSubHeading
{
	width: 100%;
	padding: 15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border: 6px solid #003366;
	background-color:#DCE9FC; 
}
h3
{
	color:#003366;
}
div.jcContent
{
	width:100%; 
	padding:16px; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	text-align: justify;
	line-height:24px;	
	
}
div.jcLeftColumn
{
	float:left;
	width:50%;
}
div.jcRightColumn
{
	float:left;
	text-align:center;
	width:49%;
}
div.jcPinkBorder
{
	border-left-color: #E8017A; 
	border-left-width: 20px; 
	border-left-style:solid;
}
div.jcNavyBorder
{
	border-left-color: #003366; 
	border-left-width: 20px; 
	border-left-style:solid;
}
div.jcImages
{
	float:left;
}
ul.jcList li
{
	text-indent: 20px;
}
