/* Eric Meyer's reset code */
html, body, div, span, applet, object, iframe,
h1, 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;
}



/* reset code end */

body {
  width: 600px;
  font-size: 11px;
  color: #555;
  font-family: "Trebuchet MS";
}

h1 {
  font-family: "Arial Black";
  font-size: 26px;
  background: #7896c8;
  color: #fff;
  padding: 20px 30px;
}

#content {
  padding: 0 20px;
}

div.col {
  padding: 20px;
  width: 240px;
  float: left;
}

h2 {
  font-family: "Century Schoolbook";
  font-weight: 550;
  font-size: 42px;
  letter-spacing: -2px;
  color: #7896c8;
}

h2 span {
  position: absolute;
  font-size: 14px;
  margin-left: 23px;
  letter-spacing: 0;
}

p {
  line-height: 1.5em;
}

div.box {
  font-size: 9px;
  padding: 10px;
  background: #ddd;
  margin-bottom: 30px;
}

div.box h3 {
  text-transform: uppercase;
  font-family: "Arial Black";
  margin-bottom: 10px;
}

table {
  width: 100%;
  line-height: 1.7em;
}

th {
  text-transform: lowercase;
  margin: 0;
  padding: 0;
  text-align: left;
}

tr td {
  text-align: center;
}
tr td:first-child {
  text-align: left;
}

table + p {
  margin-top: 2em;;
}


div.box p {
  line-height: 1.7em;
  text-indent: 10px;
}

div.box h3 + p {
  text-indent: 0 !important;
}

table.centered td, table.centered th {
  text-align: center;
  padding: 0 1px;
}

table.centered tr td:last-child {
  text-align: right;
}

p.small {
  font-size: 8px;
  margin-top: -20px;
}

/* specific box colours */

div#box_1 {
  background: #e4f0d8;
  border: dashed 1px #96c26d;
}

div#box_1 h3 {
  color: #96c26d;
}

div#box_2 {
  background: #ccecfb;
  border: dashed 1px #00b3f5;
}

div#box_2 h3 {
  color: #00b3f5;
}


div#box_3 {
  background: #cdd8ee;
  border: dashed 1px #417bb4;
}

div#box_3 h3 {
  color: #417bb4;
}


div#box_4 {
  background: #d8eeec;
  border: dashed 1px #00aca7;
}

div#box_4 h3 {
  color: #00aca7;
}

img {
  margin-bottom: 20px;
}

img.pop {
  margin: 0 auto;
  margin-top: -40px;
  display: block;
}