body {
	margin: 0;
  background: #181818;
  color: white;
  font-family: "trebuchet ms", verdana, serif;
  font-size: 10pt;
  width: 700px;
  text-align: left;
}

a {
	color: #FFFF99;
  background: none;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

input {
	border: 1px solid white;
  background: black;
  color: white;
}

.label {
	font-weight: bold;
  font-size: 12pt;
  text-align: right;
}

#header {
	width: 700px;
  height: 125px;
  text-align: right;
  padding-top: .75em;
  padding-right: 1em;
  background: #181818;
  color: white;
}

#header .logo {
	position: absolute;
  top: 0;
  left: 0;
}

#header .slogan {
	position: absolute;
  top: 75px;
  left: 265px;
}

#header .login {
	position: absolute;
  top: 65px;
  left: 490px;
  width: 200px;
  text-align: center;
}

#header .go {
	border: none;
  position: absolute;
  top: 97px;
  left: 680px;
}

#links {
	width: 700px;
  height: 35px;
  background-image: url(images/line.gif);
  background-repeat: no-repeat;
  margin: 0;
}

#links ul {
	display: inline;
  position: relative;
  left: 14.5em;
  top: 1.25em;
}

#links li {
	list-style: none;
	display: inline;
  padding-left: .75em; padding-right: .5em;
  border-left: 1px solid silver;
  font-size: 9pt;
}

#links ul .first {
	border-left: none;
}

#sky {
	margin-top: .5em;
  margin-bottom: .5em;
  background: #181818;
  color: white;
  width: 700px;
}

#content {
	padding-top: .5em;
  margin-bottom: 1em;
}

#content ul {
	float: left;
  clear: right;
  width: 150px;
  margin-left: 1.5em;
  margin-top: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}

#content .first {
	float: left;
  clear: right;
  width: 150px;
  margin-top: 0;
  margin-left: 1em;
  list-style: none;
  text-align: left;
}

#content li {
	padding-top: .5em;
  padding-bottom: .25em;
}

#content h1 {
	margin: 0;
  font-size: 14pt;
  font-variant: small-caps;
}

#content .heading {
  padding: 0;
  background: none;
  color: #FFFF99;
  border-bottom: 1px solid #FFFF99;
}

#content .heading img {
	position: relative;
  top: -.1em;
}

#content a {
	font-weight: normal;
}

#content ul a {
  color: white;
  background: none;
}

#content ul a:hover {
}

#content .promotions {
	float: left;
  text-align: center;
  margin-left: 4em;
  position: relative;
  top: -2em;
}

#content .promotions h1 {
	font-size: 10pt;
  font-variant: normal;
}


#content .promotions p {
	margin: .5em;
}

#content .promotions img {
	border: 1px solid white;
  margin-bottom: .25em;
}

.spacer {
	clear: both;
}

#footer {
	clear: both;
  text-align: center;
  width: 700px;
  padding: 1em;
  background-image: url(images/divider.gif);
  background-repeat: no-repeat;
  font-size: 9pt;
}

#footer p {
	margin: 0;
}

ul.events{
	color: #aaaaaa;
}
ul.events li a.email{
	color: #aaaaaa !important;
}
ul.events li.new{
	color: #ffffff;
}