* {
	padding:0; 
	margin:0;
}
body {
	font: Cambria, Calibri, Serif; 
	background: url(background_seamless2.jpg);
}
#footer {
	float: left;
	margin: 20px 0px 5px 0px;
	text-align: center;
	clear: both;
	width: 100%;
}
/*-----------------------------------------------------------------Headers------------------------*/
h1 {
	color: rgb(154,0,0);
	font-size: 120%;
	font-weight: bold;
	padding: 0px;
	margin: 15px 0px 15px 0px;
	font-family: 'Copperplate Gothic Bold', Cambria, Calibri, serif;
}
h2 {
	color: rgb(154,0,0);
	font-size: 110%;
	font-weight: bold;
	padding: 0px;
	margin: 10px 0px 0px 0px;
}
h3 {
	color: rgb(154,0,0);
	font-size: 100%;
	padding: 0px;
	margin: 5px 0px 0px 0px;
	font-weight: bold;
}

.history {
	text-indent: -12px;
	padding: 0px 0px 0px 30px;
	margin: 0px 0px 10px 0px;
	color: black;
}
p {
	text-indent: 10px;
}
ul {
	padding: 0px 0px 0px 40px;
}
/*------------------------------------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------Edit width for popout boxes in link document---------------------------------------*/
/*-----------------------------------Here and below is for the links on the left--------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------------------------------*/
#wrapper {
	/*width:800px; */
	padding: 0px 0px 30px 0px; 
	margin: 0px 0px 30px 0px; 
	float: left;
	
}
#leftcolumn {
	float:left;
	text-align: right;
	margin: 70px 35px 0px 0px;
	white-space: nowrap;
}
#rightcolumn {
	float:left;
	width:750px;
}
.dropdown {
	display:block;
	position:relative;
}
.dropdown dt {
	padding:0px;
	font-size: 90%;
	cursor:pointer;
}
.dropdown .upperdd {
	border-bottom:none;
}

.dropdown dd { /* Popout Box */
	position:absolute; 
	top:0; 
	display:none; 
	text-align: left;
	white-space: nowrap;
}
.dropdown ul {
	list-style:none;
}
.dropdown li {
	display:inline;
}
.dropdown a, .dropdown a:active, .dropdown a:visited {
	display: block;
	padding: 0px 5px 0px 7px;
	color: #9A0000; 
	text-decoration: none; 
	background: #E2CDB4; /*Old:   #DEC5A8    */
	border: 1px dotted #9A0000;
	margin: 2px;
}
.dropdown a:hover {
	border: 1px solid #9A0000;
}
.flyouts {
	font-size: 90%;
	padding: 1px 5px 1px 3px;
	margin: 0px;
}


.people {
	padding-left: 15px;
}

.hidden {
	display: none;
	text-align: center;
	/*font-family: serif;*/
	color: rgb(0,0,0);
	font-size: 100%;
}
.quote{
	/*font-family: Georgia, serif;*/
	font-style: italic;
}

#completed{
	background: url(completed.png) no-repeat;
	position: absolute;
	top: 110px;
	left: 430px;
	height: 297px;
	width: 400px;
}
#thousand_hours{
	clear: both; 
	font-style: italic; 
	font-size: 110%;
	color: rgb(154,0,0);
	text-align: center;
	padding: 10px 0px 0px 0px;
	font-weight: bold;
}
#thousand {
	color: rgb(0,0,0);
	text-decoration: underline;
}