body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	color: #232323;
	margin: 0px;
	padding: 0px 30px;
}
img {max-width:100%; height:auto;}
.caption {font-size:13px;}
.imageBoxLeft {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-top:1em;
}
.imageBoxRight {
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
	margin-top:1em;
}
.imageLeft {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
.imageRight {
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}
#logos {
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}
h1 {
	font-size: 36px;
	color: #E51B24;
}
h3 {
	font-size: 18px;
	color: #7E8083;
}
ul {
	overflow: hidden;
}
h2 {
	font-size: 22px;
	color: #E51B24;
}h4 {
	color: #E51B24;
}

a:link, a:visited, a:active {color: #DA2128; text-decoration:none;}
a:hover {text-decoration:underline;}

.pageContent {
	clear: both;
	/* [disabled]padding-top: 10px; */
}
.hideMobile{display:inherit;}
.showMobile{display:none;}
.bordered {border: 3px solid #7E8083;}
 
 @media screen and (max-width:1400px) { 
#logos {float:none; max-width:100%; height:auto; display:block; margin:0}
 }
 @media screen and (max-width:1100px) {
	 .imageBoxLeft.topImage {width:45%; margin-right:3%; height:auto;}
	 
 }
 
  @media screen and (max-width:600px) {
.hideMobile{display:none;}
.showMobile{display:inherit;}
	 .imageRight, .imageLeft, .imageBoxLeft, .imageBoxRight {float:none; max-width:100%; height:auto; display:block; margin:0}
	 .imageBoxLeft.topImage {width:auto;}
#p7STT_1.p7STT.right {
	padding: 3px !important;
}
#p7STT_1.p7STT.right span {
	display: none !important;
}	 
	 
 }
