a, article, body, div, em, figcaption, figure, footer, h1, h2, h3, h4, h5, h6, header, hr, html, img, li, nav, ol, p, span, strong, sub, sup, table, tbody, td, tfoot, th, thead, tr, ul {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
}
html, body {
  height: 100%;
}
body {
  min-width: 960px;
  font-family: 'Cantarell', sans-serif;
  font-size: 16px;
  color: black;
  line-height: 24px;
  background-color: #fafcfc;
  background-image: url('../images/background.png');
  background-repeat: repeat;
}
article, figcaption, figure, footer, header, nav {
  display: block;
}
header {
  padding-top: 48px;
}
header h1 {
  color: black;
  font-weight: normal;
}
header nav {
  margin-top: 24px;
}
header nav a {
  color: #555;
  text-shadow:  1px 1px 1px #ccc;
  margin: 0.5em 0;
  display: block;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
}
header nav a:hover {
  color: black;
}
.body > footer {
  color: #666;
  font-size: 12.8px;
  margin: 1em;
  text-align: right;
}
article {
  font-family: 'PT Serif', serif;
}
article header {
  font-family: 'Cantarell', sans-serif;
  padding-top: 0;
}
article h3, article h4 {
  font-size: 19.2px;
  color: black;
  text-shadow: none;
}
article h4 {
  font-size: 16px;
}
article ul {
  list-style-type: square;
}
article a {
  color: #693;
}
article footer {
  margin: 12px 0 36px;
  color: #666;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Cantarell', sans-serif;
  margin-top: 32px;
  margin-bottom: 12px;
}
h1 {
  font-size: 26px;
}
h2 {
  font-size: 22px;
}
h3 {
  font-size: 20px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 14px;
}
p, hr, ol, ul, figure {
  margin-bottom: 20px;
}
p {
  font-family: 'PT Serif', serif;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  text-decoration: none;
  color: inherit;
  font-family: inherit;
}
a:hover {
  text-decoration: none;
}

hr {
  border: 0 #ccc solid;
  border-top-width: 1px;
  clear: both;
  height: 0;
}
img {
  color: transparent;
  font-size: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th, td {
  font-weight: normal;
  vertical-align: top;
  text-align: left;
}
ol  {
  list-style: decimal;
}
ul {
  list-style: disc;
}
li {
  display: list-item;
  margin-left: 30px;
}

#main {
  background-color: white;
  outline: 1px solid #e5e5e5;
}
#main_inner {
  padding: 0 40px;
}
#main_content {
  padding-top: 48px;
  padding-bottom: 24px;
}

.body {
  margin-left: auto; 
  margin-right: auto;
  width: 960px;
}
.navigation, .main, .footer  {
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}
.navigation{
  width: 220px;
}
.main {
  width: 700px;
}
.footer {
  width: 940px;
}

.bold {
  font-weight: bold;
}
.uppercase {
  text-transform: uppercase;
}
.large {
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 36px;
}
.invisible {
  display: none;
}

.actionItems a {
  padding: 8px 14px;border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 2px 5px rgba(0, 0, 0, 0.2);
  display: inline-block;
  margin-right: 5px;
  color: #555;
}
.actionItems a:hover {
  color: #111;
  box-shadow: inset 0px 2px 5px rgba(0, 0, 0, 0.3);
}