
* {
  font-family: inherit;
  font-size: 100%;
  text-decoration: none;
  vertical-align: baseline;
  border-width: 0;
  border-style: none;
  border-collapse: collapse;
  outline: 0;
  margin: 0;
  padding: 0;
  color: inherit;
  background: transparent;
}

body {
  font-family: 'Myriad Pro', 'DejaVu Sans', 'Helvetica', 'arial', sans-serif;
  font-size: 95%;
  line-height: 1.5;
}

pre, tt, code, kbd, samp {
  font-family: 'DejaVu Sans Mono', 'Courier New', monospace;
}

h1 {
  font-size: 120%;
}

h2 {
  font-size: 110%;
}

h3 {
  font-size: 100%;
}

h1, h2, h3, fieldset {
  margin-top: 1em;
}

p, li {
  margin-top: 0.5em;
}

ol, ul {
  padding-left: 2em;
}

fieldset {
  border-width: 2px;
  border-style: solid;
  padding: 0.5em;
}

input, select, textarea {
  padding: 0.1em;
  border-width: 1px;
  border-style: inset;
}

button {
  font-weight: bold;
  padding: 0.1em 0.5em;
  border-width: 1px;
  border-style: outset;
}

button:active {
  border-style: inset;
}

hr {
  border-width: 1px;
  border-style: solid none none;
}

sub {
  vertical-align: sub;
  font-size: 80%;
  line-height: normal;
}

sup {
  vertical-align: super;
  font-size: 80%;
  line-height: normal;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

#page {
  margin: 10px auto;
  width: 950px;
}

#header #logo {
  float: left;
  margin-left: 20px;
}

#header #tagline {
  float: left;
  margin: 30px 35px;
}

#header #coming-soon {
  clear: left;
}

#content {
  clear: left;
	padding: 20px 100px;
}

#footer {
  clear: left;
  padding: 10px 10px;
}

body  {
	color: #000000;
	background-color: #BFD1D4;
}

#page {
  border: 1px solid #AAAAAA;
}

#header {
	background-color: #FFFFFF;
	border-bottom: 4px solid #69BE28;
}

#header #tagline {
  color: #6095A2;
  font-size: 140%;
  font-weight: bold;
  line-height: 110%;
}

#header #tagline em {
  font-size: 70%;
}

#content {
  color: #626262;
  background-color: #FFFFFF;
  background-image: url(/img/content-background.png);
  background-repeat: repeat-x;
}

#content h1 {
  color: #69BE28;
}

#content a {
  color: #00338D;
}

#content a:hover {
  color: #69BE28;
}

#footer {
  color: #86989B;
  background-color: #E3EFF1;
  border-top: 1px solid #AAAAAA;
  font-size: 80%;
  text-align: right;
}

#footer a:hover {
  text-decoration: underline;
}

