body {
	margin: 0;
	padding: 0;
	text-align: center;
	font: 90% Arial, Verdana, Helvetica, sans-serif;
 }
#top-images {
	display: none;
}
#header-top {
	display: none;
}
#header img {
	vertical-align:bottom;
}
#wrapper {
	position: relative;
	text-align: left;
	width: 760px;
	margin: auto;
	padding: 0;
	background-color: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#content {
	padding: 20px;
	width: 720px;
	font-size: 12pt;
	line-height: 1.5;
	color: #333333;
	float: left;
	border-bottom: 2px solid #FFFFFF;
	background-image: none !important;
}
#content a {
	color: #000066;
	text-decoration: underline;
}
#content a:hover {
	color: #990066;
	text-decoration: underline;
}

/* Navigation Styling */

#navigation {
	background-color: #333366;
	border-top: 2px solid #FFFFFF;
	border-bottom: 3px solid #FFFFFF;
	width: 100%;
	height: 26px;
	float: left;
	text-align: center;
	padding-top: 9px;
}
#navigation ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#navigation li {
	display: inline;
	font-size: .9em;
	padding-left: 23px;
	padding-right: 23px;
}
#navigation li a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
#navigation a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#navigation a.highlightednav {
	color: #CCCCCC;
	font-weight: bold;
	text-decoration: underline;
}

/* Footer Styling */

#footer-copyright {
	display: none;
}
#footer {
	display: none;
}

#footer p {
	margin: 0;
}

#footer ul {
	list-style-type: none;
	padding: 5px 0 5px 0;
	margin: 0;
	border: none;
}
#footer li {
	display: inline;
	padding: 0 3px 0 3px;
	vertical-align: bottom;
}
#footer a {
	color: #000066;
	text-decoration: none;
	font-weight: bold;
}
#footer a:hover {
	color: #000066;
	text-decoration: underline;
}

/* General Text Styling */

h1 {
	font-size: 160%;
}
h2 {
	font-size: 120%;
	border-bottom: 2px dashed #66CCFF;
}
a img {
	border: 0;
}
.committee-member {
	border-bottom: 4px solid #CCCCCC;
	padding-top: 15px;
	width: 100%;
}
.committee-member img {
	margin: 5px 15px 15px 0;
	float: left;
}

#LastName{
    position:absolute;
    text-decoration:underline;
    background-color:#CC0000;
    left:0px;
    top:-500px;
    width:1px;
    height:1px;
    overflow:hidden;
}