@charset "utf-8";
/* CSS Document */

#centennial {
	clear:both;
	background: url(graphics/centennial-bg.gif) no-repeat scroll top center;
	padding: .5em 1em;
	margin:1em 0 1em 0;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	border: .2em solid #CCCCCC;
}

#centennial h2 {
	clear: both;
	font-weight:bold;
	font-size:3em;
	text-align:center;
	color:#36C;
	margin:0;
}

#centennial div {
	clear: both;
	height: 175px;
	margin: 0 0 .33em 0;
	border-bottom: .2em solid #CCCCCC;
}

#centennial div img{
	float: left;
	margin: 0 .5em 0 0;
	border-width: 0 .1em .2em 0;
	border-color: #999999 #AAAAAA;
	border-style: solid;
}

#centennial div h3 {
	font-size: 1.5em;
	font-weight: bold;
	margin: 0;
	color: #004500;	
}

#centennial div h4 {
	font-size: 1.25em;
	font-weight: bold;
	margin: 0;	
	color: #000045;
}

#centennial div p {
	font-family:"Times New Roman", Times, serif;
	width: 95%;
	margin-top:.5em;
	margin-bottom:0;	
}

#centennial div p:first-letter {
	font-size:1.15em;
	font-weight:bold;
	width: 95%;	
}

.tempbutton {
	background-color:#666666;
	color:#EEEEFF;
	font-family:Arial, Helvetica, sans-serif;
	border:.1em solid #AAAAAA;
	vertical-align:middle;
	margin: 0 0 0 .5em;
}
.tempbutton a:link {
	color:#EEEEFF;
	background-color:#666666;	
	border:.1em solid #AAAAAA;
}
.tempbutton a:hover {
	color:#333333;
	background-color:#EEEEFF;	
	border:.1em solid #FFFFFF;
}
.tempbutton a:visited {
	color:#EEEEFF;
	background-color:#666666;	
	border:.1em solid #AAAAAA;
}

.transcript {
	font-size:.9em; 
	color:#FFFFFF;
}

.inprogress {

	width: 95%;
	margin:.25em auto 0em auto;
	background-color: #CCCCFF;
	border: .1em solid #000099;
	color: #000066;
	text-align:center;
}

.inprogress a:link {
	color: #000066;
}

.inprogress a:hover {
	color: #0000FF;
}

.inprogress a:visited {
	color: #000066;
}

.inprogress p {
	margin: -.1em 0;
	font-weight: bold;
	font-size: 1 em;
	font-family: "Times New Roman", Times, serif;
}
