﻿/* CSS layout */
#masthead {
	width: 1000px;
}
#top_nav {
	width: 1000px;
	height: 15px;
}
#page_content {
	width: 1000px;
	background-image: url('../conference2012/buttons/HWUSA-Presentations-Testimony/images/bg-slate.gif');
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
#footer {
	width: 1000px;
	height: 30px;
}
.Hyperlink {
	color: #006666;
}


