.none { }

.headingblue
{
    font-size: 2em !important; 
    font-family: Georgia, "Times New Roman", Times, serif !important;
    color: #038bc3 !important; 
    padding-bottom: 1.0em !important;
}

.subheadingblue
{
    font-size: 1.5em !important; 
    font-family: Georgia, "Times New Roman", Times, serif !important;
    color: #038bc3 !important; 
    padding-bottom: 1.0em !important;
}

.headinggreen
{
    font-size: 2em !important; 
    font-family: Georgia, "Times New Roman", Times, serif !important;
    color: #86C84E !important; 
    padding-bottom: 1.0em !important;
}

.subheadinggreen
{
    font-size: 1.5em !important; 
    font-family: Georgia, "Times New Roman", Times, serif !important;
    color: #86C84E !important; 
    padding-bottom: 1.0em !important;
}

.newsheading
{
    font-size: 1.1em; 
    font-weight: bold;
    padding-bottom: 1.0em
}

.picleft {
	padding-right: 20px;
	padding-bottom: 20px;
	float: left;
}

.picright {
	padding-left: 20px;
	padding-bottom: 20px;
	float: right;
}

.caption
{
    color: #ffffff;
    padding: 20px 20px 20px 20px;
    border-top: solid 2px #038bc3;
    background-color: #65b9db;
    text-align: center;
}

.captionedpicright
{
    margin-left: 40px;
	margin-bottom: 40px;
	float: right;
	background-color: #65b9db;
	border: solid 2px #038bc3;
}

.captionedpicleft
{
    margin-right: 40px;
	margin-bottom: 40px;
	float: left;
	background-color: #65b9db;
	border: solid 2px #038bc3;
}