

body {
	font-family: sans-serif	;
	color: #142986;
	font-size: 100%;

}


p, li {

	paddding-top:15px;
	font-size: 1em;
	text-align:left;
}

.infoB {
border-radius: 3px;
padding: 1px 3px 1px;
display: inline-block;
background-color: #36c;
color: #fff;
font-size:.9em;
border-left-color: #7c7cae;
border-top-color: #7c7cae;
border-right-color: #161637;
border-bottom-color: #161637;
border-width: 1px;
border-style: solid;
box-shadow: 1px 1px 1px #555;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:active {
    text-decoration: underline;
}

.tacenter
{
    grad2
}

.img {
	text-align: center;
	border: none;
	font-size: 0.75em;
	color: #666666;
	margin-left: auto;
 	margin-right: auto;
}

.content{
	width:95%;
	max-width:999px; 
	margin-left:auto;
	margin-right:auto
	
}

.whitebubble
{
    background:             #FFFFFF;
    padding:                3px;
    border:                 1px solid #DCDCDC;
    border-radius:          5px;
    -moz-border-radius:     5px;
    -webkit-border-radius:  5px;
}

h1 {
    font-size: 1.5em;
}

h2 {
    font-size: 1.1em;
}

.title {
    font-size: 1.1em;
	text-shadow: 2px 2px 2px #000;
	text-align:left;
	font-weight:bold;
}
.titleL {
    font-size: 1em;
	font-weight:bold;
	text-align:center;
}
.title2 {
    font-size: 1.1em;
	color:#142986;
	text-align:left;
	font-weight:bold;
}

.lrgTxt {
    font-size: 1.1em;
	font-weight:bold;
}

.anstext {
	color: #767676 ;
}

.bdytextLeft {
	font-size: 0.75em;
	padding-left: 3px;
	padding-right: 3px;
}

.bdytextLeftW {
	font-size: 0.75em;
	padding-left: 3px;
	padding-right: 3px;
	color:white;
	text-align: justify;
    text-justify: auto;
		
}

.eventPad {
	padding-top:5px;
	padding-bottom:5px;
	width:100%;
}

.eventText {
	font-size: 0.75em;
	padding: 3px;


}

.eventDay {
	font-size: 1.2em;
	font-weight:bold;
	padding-top: 3px;

}

.eventMon {
	font-size: .75em;
	font-weight:bold;
	color: gray;
	padding-bottom: 3px;
}


.floatIMGbox {
    display: inline-block;
    width: 100px;
    /*height: 75px;*/
    margin: 10px;
    border: none; 
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}



.smalltext {
	font-size: 0.75em;
	font-style: italic;
}

.copyright { 
 font-size: 0.5625em;
 color: #ececec}

.tableRound {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #DCDCDC;
}
.tableRoundMenu {
	background-image: url(/Newsletter/images/topBGraYellow.gif);
	background-repeat: repeat-x;
}


.shortspace {
	padding: 20px;

}

.shortspace10 {
	padding: 10px;

}
.bottomspace {
	padding: 75px;

}

.spaceW {
	 border: 0;
	 height: 1px;
	 background: #333;
	 background-image: linear-gradient(to right, white, white, silver);
	 width:90%;
	float:left;



}
.spaceW2 {
	border: 0;
	height: 1px;
	background: #333;
	background-image: linear-gradient(to right,gray, silver);
	width: 63%;
	float: left;
}

.titleBar {
	border-bottom: 2px solid #666699;
	font-size: 1.1em;
	color:#142986;
	text-align:left;
	font-weight:bold;
	padding-bottom:1px;
	padding-left:10px;
	

}
.btmspace {
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 150px;
	padding-bottom: 150px;

}

.bg {
	background-image: url(/Newsletter/images/bgNwsLtr.jpg);
	background-repeat: repeat-x;
}
.bg2 {
	background-image: url(/Newsletter/images/topBGraYellow.gif);
	background-repeat: repeat-x;
}
.bg4 {
	background-image: url(/Newsletter/images/boxBGylw.jpg);
	background-repeat: repeat-x;
	
}

.grad {
	background: #dcdcdc; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#F5F5F5, white); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#F5F5F5, white); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#F5F5F5, white); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#F5F5F5, white); /* Standard syntax */
	
}

.headerGrad {
 background: #666699; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, #666699,#52527a); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #666699,#52527a); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #666699,#52527a); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #666699,#52527a); /* Standard syntax #52527a */
}
	


.grad2 {

	background: #ffffbe; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(ivory,#ffffbe, ivory); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(ivory,#ffffbe, ivory); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(ivory,#ffffbe, ivory); /* For Firefox 3.6 to 15 */
    background: linear-gradient(ivory,#ffffbe, ivory); /* Standard syntax */
		border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #DCDCDC;
	
}

.grad3 {

	background: #666699; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(to bottom right,#333399,#333399,#666699,#333399,#333399,); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(to bottom right,#333399,#333399,#666699,#333399,#333399,); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(to bottom right,#333399,#333399,#666699,#333399,#333399,); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom right,#7C7CBA,#7C7CBA,#8181C2,#8181C2,#7C7CBA,#7C7CBA); /* Standard syntax */
	border: 1px solid black;
	
}

.grad4 {

	background: #666699; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(to right,#ffffbe,#ffffbe,ivory,#ffffbe); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(to right,#ffffbe,#ffffbe,ivory,#ffffbe); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(to right,#ffffbe,#ffffbe,ivory,#ffffbe); /* For Firefox 3.6 to 15 */
    background: linear-gradient(white,ivory); /* Standard syntax */

}

.bg5 {
	background-image: url(/Newsletter/images/chromeBar.jpg);
	background-repeat: no-repeat;
}
.bborder {border-bottom: 1px solid #DCDCDC;}

.rapurp
{
    background: #51548a;
}


.nobmp
{
    border: none;
    margin: 0px;
    padding: 0px;

}


.rayellow
{
    background: #FFFFBE;
}

.sandwich
{
    border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
	
}

.testimonialimage {
    padding: 0;
    margin: 0;
    border: none;
    max-width: 53px;
}
.btmtext {
	font-size: 0.75em;
	color: #333;
}

.vertLine {
padding:5px;
border-left:2px solid;
border-color: silver;

}

.vertLine:hover {
border-color:#339;
}

.sep {
	padding:5px;
	font-weight:lighter; 
	color:rgba(102,102,102,0.5);
 }
 
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 1px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

  tr.border-bottom td {
        border-bottom: 1pt solid #999999;
      }
	  
	  
	  .flex-container {
  display: flex;
  flex-wrap: wrap;
 
}

.flex-item-left {

  padding: 0px;
  flex: 45%;
}

.flex-item-right {
 
  padding: 10px;
  flex: 45%;
  text-align:center;
}

/* Responsive layout - makes a one column-layout instead of a two-column layout */
@media (max-width: 999px) {
  .flex-item-right, .flex-item-left {
    flex: 100%;
  }