/* The basic page styles */

body {
  margin: 0;
  padding: 0;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 76%;
  color: #000;
  background: #eee url("bg.jpg") no-repeat center 25px;
  text-align: center;
  height: 850px;
}
#header {
  position: absolute;
  top: -1000px;
  left: -1000px;
}
#menu {
  margin: 0;
  padding: 10px 0 0 0;
  line-height: 15px;
  color: #eee;
  background: #000;
  list-style: none;
}
#menu li {
  display: inline;
  margin: 0;
  padding: 0 10px;
  border-left: 1px solid #ccc;
}
#menu li#first {
  border: none;
}
#menu a {
  color: #eee;
}
#wrapper {
  width: 640px;
  margin: 250px auto 320px auto;
  padding: 0 65px 0 0;
  text-align: left;
  font-size: 1em;
  line-height: 1.4em;
  background: transparent;
}
h1 {
  font-size: 2em;
  font-weight: bold;
  line-height: 1em;
  margin: 0 0 1em 0;
}
h2 {
  font-size: 1.4em;
  font-weight: bold;
}
a {
  color: #000;
  font-weight: bold;
  text-decoration: underline;
}
a:hover, a:focus {
  text-decoration: none;
}

#committee {
  margin: 1em 0 0 0;
  padding: 1em 0 0 0;
  list-style: none;
}
#committee a {
  /*text-decoration: none;*/
  font-weight: normal;
}
/*#committee a strong {
  text-decoration: underline;
}
#committee a:hover strong, #committee a:focus strong {
  text-decoration: none;
}*/

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
	line-height: 1.8em;
	margin: 0 0 -0.6em 0;
}

