﻿.Left {
	/*border : 1px solid #c2d4eb;*/
	float : left;
	margin-right : 5%;
	margin-bottom : 30px;
	width : 47%;
}
.Right {
	float : left;
	margin-bottom : 30px;
	width : 47%;
}
.Hdr {
	border-bottom : 1px solid #c2d4eb;
	font-size : 32px;
	font-style : italic;
	font-weight : bold;
	line-height : 42px;
	margin-bottom : 20px;
	padding-bottom : 5px;
	text-align : center;
}
.SubMenu {
	font-size : 16px;
	height : 50px;
}
.SubMenu div {
	float : right;
	margin-right : 20px;
	padding-right : 20px;
	padding-bottom : 5px;
	text-align : left;
}
.SubMenu .Selected {
	border-bottom : 3px solid #ffffff; /*#f9c658;*/
}
.SubMenu .Selected a, .SubMenu a:hover {
	border-bottom-width : 0px;
	color : #ffffff; /*#f9c658;*/
}
.Txt {
	padding-left : 20px;
	padding-right : 20px;
	padding-bottom : 20px;
	text-align : justify;
}
/* From the PublishPath reseller settings */
#featuresColOne { float: left; margin-right: 5%; width: 47%; }
#featuresColTwo { float: right; width: 47%; }
/* From the PublishPath reseller settings */
