.dev-header {
  background-color: #ff1493;
  color: white;
  font-weight: bold;
  text-align: center;
  padding: 3px;
  text-transform: uppercase; }

/* HTML */
body {
  margin: 0;
  padding: 0;
  font-family: arial,helvetica,sans-serif;
  font-size: 11pt;
  background: white; }

h1 {
  padding: 0 0 20px 0;
  margin: 0;
  font-size: 24pt;
  font-weight: normal;
  text-align: center; }

h2 {
  padding: 0;
  margin: 0;
  color: #555555;
  font-weight: normal; }

div.container {
  width: 954px;
  margin: 0 auto; }

/* HEADER */
div#header {
  background-color: #0066cc;
  padding: 0;
  margin: 0; }

div#header img {
  border: none; }

/* TOPNAV */
div#topnav {
  font-size: 14px;
  background: black;
  /* #01079B; */
  height: 26px;
  padding-top: 8px; }

div#topnav a {
  color: white;
  margin-left: 10px;
  margin-right: 10px;
  text-decoration: none;
  border-bottom: 2px solid black; }

div#topnav a:hover {
  color: #ffffff;
  border-bottom: 2px solid #8cc63f; }

/* CONTENT */
div#content {
  padding: 30px;
  background: white;
  min-height: 450px; }

div#content a {
  color: #639e16;
  text-decoration: none; }

div#content a:hover {
  text-decoration: underline; }

div#promotions {
  margin: 30px 0 60px 0; }

h3 {
  font-size: 12pt;
  color: #333333;
  font-weight: bold;
  margin: 0;
  padding: 3px;
  background: #eeeeee;
  margin-bottom: 5px;
  text-align: center; }

div#gettingstarted {
  margin-top: 20px; }

div#gettingstarted h1 {
  font-size: 14pt;
  color: black;
  margin: 0 0 15px 0;
  padding: 0;
  text-align: left; }

div#gettingstarted ul {
  font-size: 11pt;
  color: #333333; }

div#gettingstarted ul li {
  line-height: 1.2em; }

/* FOOTER */
div#footer {
  clear: both;
  font-size: 9pt;
  background: #444444;
  color: #bbbbbb;
  padding: 20px 30px 30px 30px;
  text-align: center;
  height: 200px; }

div#footer span {
  margin-bottom: 3px;
  font-size: 11px;
  font-family: verdana, sans-serif;
  line-height: 1.5em; }

div#footer a {
  color: #777777; }

div#footer a:hover {
  color: #639e16; }

/*# sourceMappingURL=styles.compiled.css.map */
