a {
  color: #7D7D7D;
}

a:link, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

body {
  margin: 0;
  background-color: white;
  color: #7D7D7D;
  font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: 18px;
}

img {
  border: 0;
}

.clear {
  clear: both;
}

.current_page {
  color: #FF9F49;
}

.outline {
  outline: solid red 1px;
}

/* H E A D E R ========================================== */

#header {
  margin-right: auto;
  margin-left: auto;
  padding: 9px 0;
  width: 968px;
  font-size: 0.75em;
}

#header h1 {
  margin: 0;
  height: 53px;
}

#hdr_user_nav {
  float: right;
  text-align: right;
}

#hdr_nav {
  margin-top: 9px;
  font-weight: bold;
}

/* C O N T E N T ======================================== */

#content_bg {
  width: 100%;
}

#content {
  margin: 0 auto;
  width: 100%;
}

#no_flash_msg {
  margin: 0 auto;
  border: solid #656565 1px;
  padding: 84px 156px 0;
  width: 334px;
  height: 338px;
  background-color: white;
}

/* F O O T E R ========================================== */

#footer {
  position: relative;
  z-index: 1;
  margin: -66px auto 0 auto;
  width: 968px;
}

#ftr_landing_hr {
  width: 100%;
  height: 8px;
  background: url(../imgs/ftr_landing_hr.png) top center no-repeat;
}

#ftr_icons {
  float: left;
  /* height: contingent on max icon height; */
}

#ftr_links {
  float: right;
  margin-top: 6px;
  text-align: right;
}

#floatleft {
  float:left;
}

#floatright {
  float:right;
}

