body {
    font-family: arial;
    font-size: 14px;
    color: #404040;
    /* customize_background */background-color: #fff;/* customize_background */
}
body .container p, body section p,
body .container h1, body section h1,
body .container h2, body section h2,
body .container h3, body section h3,
body .container h4, body section h4,
body .container h5, body section h5{
    margin:15px 0px;
}
body .container p, body section p{
    line-height: 120%;
}
body header .container p,
body #footer .container p{
    margin: 0px;
}
body header .container h1{
	color:#000000;
    margin: 0 0 0 23px;
    font-size: 40px;
	text-shadow: 1px 2px 2px #5E5E5E;;
}
body .container h1, body section h1{
    font-size: 30px;
 /*   color:#000000; */
	text-shadow: 1px 1px 2px #787878;;
}
body .container h2, body section h2,
body .container h3, body section h3,
body .container h4, body section h4,
body .container h5, body section h5,
body .container h6, body section h6{
    font-size: 20px;
  /*  color:#000000;  */
	text-shadow: 1px 1px 2px #787878;;
}
.banner{
    /* customize_banner */color:#0020C2;/* customize_banner */
}
.banner li{
    font-size: 18px;
}
.prefoot{
    /* customize_prefoot */color:#fff;/* customize_prefoot */
}


/* styles for Rich Text Editor */
.imageFloatLeft {
float: left;
margin: 0 14px 8px 0;
 max-width: 50%;
 height: auto;
}
.imageFloatRight {
float: right;
margin: 0 0 8px 14px;
 max-width: 50%;
 height: auto;
}
.imageFloatRight4ExpandCollapse {
float: right;
margin: -50px 0 8px 14px;
 max-width: 50%;
 height: auto;
-webkit-box-shadow: 2px 2px 5px 0 #707070;
box-shadow: 2px 2px 5px 0 #707070;
outline: 1px solid #7A7A7A;
}
.getsiriusSmallerText {
	font-size: 0.8em;
	line-height: 1em;
}
.getsiriusColumns {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-width: 330px;
     -moz-column-width: 330px;
          column-width: 330px;
}
.lessSpaceAboveLine {
margin-top: -14px !important;
}
.bigBlueText {
    font-size: 20px;
    color:#0020C2; 
}
.bigRedText {
    font-size: 20px;
    color:#D2232A; 
}
.floatBlockRight {
float: right;
margin: 0 0 0 10px;
border: 1px solid #0020C2;
}
#sitewidelogo {
max-width: 40%;
}
#sitewidelogo img {
max-width: 100%;
}