body {
	padding: 0;
	margin: 0px auto;
	background: #000000;
	color: #ffffff;
	width: 700px;
	font-size: normal;
	font-family: "arial";
}

p {
  margin-top: .75em;
	margin-bottom: .75em;
	position: relative;
	left: 1em;
	width: 650px;
}

.header {
	padding-top: .33em;
  padding-bottom: .33em;
	margin-bottom: 1em;
	text-align: center;
  text-decoration: none; 
  font-weight: lighter;
  font-size: normal;
	border-top: 1px solid #c1bead;
  border-bottom: 1px solid #c1bead;
}

.header a {
	text-decoration: none;
  padding-left: .2em;
	padding-right: .2em;
}

.header a, .header a:link {
  color: WHITE;
}

.header a:hover {
  color: BLUE;
}

/* Support Page Form */
.supportForm { 
  text-align: left;
  float: left;
  margin-right: 10px;
  position: relative;
  width: 100px;
}

#supportFormTitle {
  text-decoration: underline;
  font-weight: normal;
  display: block;
  padding-bottom: 10px;
}

/* ID for Eeay DOM Walking */
#landingPageNews {
  margin-top: .75em;
	margin-bottom: .75em;
	position: relative;
	left: 1em;
	width: 500px;
}

.uline {
  text-decoration: underline;
}

#landingPageNewsBody {
  margin-top: .75em;
	margin-bottom: .75em;
	position: relative;
	left: 1em;
	width: 650px;
}

#tagLine {
  margin-top: 2em;
	margin-bottom: 2em;
	text-align: center;
	display: block;
}

.footer {
  /*	border-top: 1px solid #c1bead;
	border-bottom: 1px solid #c1bead; */
	padding-top: 2em; 
	text-align: center;
	font-size: smaller;
	margin-bottom: 1em;
}

.footer a, footer a:link {
	padding-left: 0.1em;
	padding-right: 0.1em;
  color: #666;
}

.copyright {
	padding-top: 1em;
	text-align: center;
	color: #999999;
}

.dataCenter {
	text-align: center;
	color: #999999;
}

.logoBorder {
    background-color: #000000;
    border: 3px solid #000000;
}

.topLogo {
	padding-bottom: .75em;
	padding-top: .75em;
}

.dashedDivider {
	width: 700px;
  border-bottom: 1px dashed #c1bead;
	display: block;
	margin-top: .75em;
	margin-bottom: .75em;
}
