body {
	margin: 0;
  background: #181818;
  color: white;
  font-family: "trebuchet ms", verdana, serif;
  font-size: 10pt;
  width: 700px;
  text-align: left;
}

a {
	color: #FFFF99;
  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;
}

.required {
	color: yellow;
}

.label input {
	border: none;
}

.submit {
	padding: 1em 0 0 0;
}

#header {
	width: 700px;
  height: 125px;
  text-align: right;
  padding-top: .75em;
  padding-right: 1em;
  background: #181818;
  color: white;
}


#header .login {
  width: 200px;
  text-align: center;
}

#header .go {
}

#links {
	width: 700px;
  height: 35px;
  background-image: url(images/line.gif);
  background-repeat: repeat;
  color: white;
  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;
  display: none;
}

#menu {
	float: left;
	clear: none;
  width: 150px;
  background: #181818;
  color: white;
  margin-bottom: 1em;
  margin-top: .5em;
  text-align: center;
}

#menu ul a {
	color: black;
  font-weight: normal;
}

#menu h1 {
	font-size: 10pt;
}

#menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  background: #DDDDDD;
  color: black;
  text-align: left;
}

#menu li {
	padding: .25em;
  font-size: 90%;
  margin-left: .25em;
  
}

#menu .heading {
	background: #6699CC;
  color: black;
  font-weight: bold;
  margin-left: 0;
  padding-left: .5em;
  font-size: 100%;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}

#content {
	padding: 10px;
	float: left;
  margin-top: .5em;
  width: 460px;
  background-image: url(images/earth.jpg);
  background-repeat: no-repeat;
  background-position: top left;
  padding-left: 1em;
}

#content h1 {
	margin-top: 0em;
	font-variant: small-caps;
  font-size: 20pt;
}

#content h1 img {
	vertical-align: middle;
  position: relative;
  top: .05em;
}

#content h2 {
	font-size: 100%;
}

#content h3 {
	margin-bottom: .25em;
  border-bottom: 1px solid white;
  width: 150px;
}

#content .feature {
	float: right;
  margin-left: .75em;
  font-size: 8pt;
  width: 150px;
  color: silver;
  background: none;
}

#content .feature img {
  border: 2px solid silver;
}

#content p {
  margin-top: .75em;
}

#content .dept {
	font-weight: bold;
  margin-top: 1em;
  margin-bottom: 1em;
}

#content .contacts ul {
	list-style-type: none;
  margin: .5em;
}

#content .location ul {
	list-style-type: none;
  margin: .5em;
}

#content .guide table {
	font-size: 10pt;
  border-collapse: collapse;
}

#content .guide th {
	background: silver;
  color: black;
  padding: .25em;
}

#content .guide td {
	border: 1px solid silver;
  padding: .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;
}