html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}

body {
  background-color: #323977;
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  line-height: 1.25em;
  margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  text-align: center; /* Centers the page content container in IE 5 browsers. */
}

/* Commonly used to style page titles. */
h1 {
  color: #FFF;
  font-size: 2em;
  font-weight: bold;
  line-height: 1.5em;
  text-align:center;
  margin-right: 0.5em;
  margin-left: 0.5em;

}
/* Commonly used to style section titles. */
h2 {
  color: #FFF;
  font-size: 1.625em;
  font-weight: bold;
  line-height: 1.154em;
  margin-right: 0.5em;
  margin-left: 0.5em;
}
h3 {
  color: #FFF;
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1.134em;
  margin-right: 0.5em;
  margin-left: 0.5em;
}
h4 {
  color: #FFF;
  font-size: 1.125em;
  font-weight: bold;
  line-height: 1.134em;
  margin-right: 0.5em;
  margin-left: 0.5em;
}
p {
  color: #FFF;
  font-size: 1em;
  font-weight: normal;
  line-height: 1.25em;
  break-inside:auto;
  margin-right: 0.5em;
  margin-left: 0.5em;

}
/* Sets the style for unvisited links. */
a,  a:link {
  color: #FFF;
  font-weight: bold;
  text-decoration: none;
}
/* Sets the style for visited links. */
a:visited {
  color: #FFF;
  font-weight: bold;
  text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
  color: #FFF;
  text-decoration: underline;
}
/* Sets the style for a link that has focus. */
a:focus {
  color: #FFF;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
  color: #FFF;
}
a[href^="tel:"]:before {
    content: "\260E";
    display: block;
    margin-right: 0.5em;
}

#outerWrapper {
	background-color: #666;
	margin: 0 auto 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: left; /* Redefines the text alignment defined by the body element. */
	width: 95%;
}