.events {
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	padding: 30px;
	margin-top: 30px;
	margin-right: 50px;
	margin-bottom: 10px;
	margin-left: 50px;
}

.events p {
	font-family:Verdana;
	color:#21426B;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
#logos {
	position: relative;
	width: 0px;
	left: 0px;
	margin-top: 0px;
}

.FormHeading {
	color: #666666; /* Accent 10 */
	margin: 0px 0px 10px 0px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

.title_text {
	color: #F47820; /* Accent 10 */
	margin: 0px 0px 10px 0px;
}

div.jm_logo img {
	margin-top: 100px;
	margin-left: 225px;
	margin-right: 25px;
}

div.jm_imgBoxColumn {
	text-align: center;
	float: left;
	width: 50%;
}

div.jm_imgBoxColumn img {
	padding: 14px;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}

div.jm_imgBoxColumn p {
	text-align: center;
	margin-top: 6px;
	margin-left: 25px;
	margin-right: 25px;
}

div.jm_imgBoxTeamLeft {
	float: left;
	font-size: 0px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 0px;
}

div.jm_imgBoxTeamRight {
	float: right;
	font-size: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 15px;
	clear: both;
}

div.contentBannerContainer {
	overflow: hidden;
	height: 99px;
	float: none;
}

div.imgBoxLogoLeft {
	float: left;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 60px;
}

div.ConfirmationBox {
	float: left;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 35px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #FFFFFF;
	padding: 35px;
	width: 270px;
	border: medium double #999999;
}

div.ConfirmationBox .error {
	color: #FF0000;
}

div.BoxTextRight {
	float: right;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 12px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.jmRequiredFormField {
	font-size: 12px;
	font-weight: bolder;
	color: #2170BD;
}
.jmNormalFormField{
	font-size: 12px;
	font-weight: 200;
	color: #666666;
	font-style: normal;
}
.BannerCompanyName {
	font-weight: bold;
	color: #f47820;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
}

.BannerContactInfo {
	color: #2170bd;
	font-size: 12px;
}

.FooterCopyright {
	color: #CCCCCC;
}
/* ol modeled from style.css ul */
ul.morespace  {
	font-size: 12px;
	margin: 20px 10px 20px 20px;
	padding-left: 16px;	
}

ul.morespace li {
	padding-bottom: 6px;
}

ol {
	list-style-type: decimal;
	font-size: 12px;
	margin: 20px 10px 20px 20px;
	padding-left: 16px;	
}

ol li {
	padding-top: 4px;
}

ol.noBullet {
	list-style-type: none; 
	font-weight: bold;
	padding-left: 0px;
}

ol.noBullet li{
	padding-top: 4px;
}