/*----------[ RESET ]----------
*/
html, body, div, span, applet, object, iframe,
#logo, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, "Sans-serif";
  color: #333;
}
#header {
  background: #024ea1;
  padding: 10px 0;
  border-bottom: 1px solid #012954;
}
.wrapper {
  width: 960px;
  margin: 0 auto;
}
.three-column .span-1 {
  width: ;
}
#title {
  font-size: 1.5em;
  font-weight: bold;
}
#title a:link, #title a:visited {
  color: white;
  text-decoration: none;
}
#title a:link, #title a:visited {
  color: white;
  text-decoration: none;
}
h1 {
  color: #999;
}
h2 {
  margin: 1em 0;
}
h3 {
  margin: 0 0 0.5em;
  font-size: 1.5em;
}
p {
  line-height: 1.66em;
}
a:link, a:visited {
  color: #024ea1;
}
a:hover {
  text-decoration: none;
  color: #999;
}
a:active {
  text-decoration: none;
  color: #000;
}
.blue-stripe {
  background: #024ea1;
  color: #fff;
  margin: 20px 0;
  padding: 20px 0;
  border-top: 1px solid #012954;
  border-bottom: 1px solid #012954;
}