/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/bg_top.jpg);
	background-repeat: repeat-x;
	background-color: #e4e4e4;
	margin: 0px;
/* 	opacity:0.1; /* non IE */
/*  filter:alpha(opacity=10); /* IE */
	}

	
h1 {
	color: #666666;
	font-size: 16px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	text-transform: uppercase;
	font-weight: bold;
	}
	
h2 {
	color: #000000;
	font-size: 12px;
	margin-bottom: 0px;
	padding-bottom: 5px;
	text-transform: uppercase;
	font-weight: bold;
	}

p {
	margin-top: 0px;
	padding-top: 0px;
	} 
	
input, textarea, checkbox, select {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #f4f4f4 !important;
	border: solid 1px !important;
	border-color: #666666 !important;
}

input:focus, textarea:focus, select:focus, checkbox:focus {
	font-family: Arial, Helvetica, sans-serif;
	border:1px solid !important;
	border-color: #666666 !important;
	background-color: #666666 !important;
	color: #FFFFFF;
}

	
#stage {
	margin: 0 auto;
	width: 770px;
	background-color: #FFFFFF;
	min-height: 100%;
	border-left: 1px solid #c6c6c6;
	border-right: 1px solid #c6c6c6;
	}
	
* html #stage {
	height: 100%;
	min-height: 100%;
	}
	
#footer {
	margin: 0 auto;
	font-size: 10px;
	padding: 0;
	width: 770px;
	height: 30px;
	margin-top: -30px;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;

}

#sidepanel {
	width: 175px;
	float: left;
	background-image: url(../images/pagecurl.jpg);
	background-repeat: no-repeat;
	padding-top: 70px;
	font-size: 10px;
	}
	
	
#content {
	width: 595px;
	float: left;
	font-size: 11px;
	}

#sidepanel select, #sidepanel input {
	font-size: 9px;
	}


#pageload a:link {
	text-decoration: none;
	color: #990000;
}

#pageload a:visited {
	text-decoration: none;
	color: #990000;
}

#pageload a:hover {
	text-decoration: none;
	color: #999;
}

#pageload a:active {
	text-decoration: none;
	color: #990000;
}

#chart a:link {
	text-decoration: none;
	color: #000000;
}

#chart a:visited {
	text-decoration: none;
	color: #000000;
}

#chart a:hover {
	text-decoration: none;
	color: #990000;
}

#chart a:active {
	text-decoration: none;
	color: #000000;
}


#founderlist a:link {
	text-decoration: none;
	color: #000000;
}

#founderlist a:visited {
	text-decoration: none;
	color: #000000;
}

#founderlist a:hover {
	text-decoration: none;
	color: #CCCCCC;
}

#founderlist a:active {
	text-decoration: none;
	color: #000000;
	}




.clear_floats {
	clear: both;
	padding-top: 2px;
	padding-bottom: 2px;
	visibility: hidden;
}

	
.blackh1 {
	color: #000;
	font-size: 18px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	text-transform: uppercase;
	font-weight: bold;
	}
	
.greyh1 {
	color: #666;
	font-size: 18px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	text-transform: uppercase;

	}
	
.name {
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	}

.position {
	font-size: 12px;
	font-weight: bold;
	font-style:italic;
	color: #666666;
	}
	
.biopic {
	padding-right: 6px;
	padding-bottom: 4px;
	}

.chapterstate {
	color: #666666;
	font-weight: bold;
}

.caption {
	font-size: 10px; 
	color: #666666;
	font-style: italic;
}

.define {
	color: #666666;
	font-weight: bold;
}

.definered {
	color: #990000;
	font-weight: bold;
}

.eventtitle {
	color: #900;
	font-weight: bold;
	font-size: 13px;
}

.eventdate {
	color: #666;
	font-weight: bold;
}

.founderbox {
	float: left;
	width: 90px;
	margin-right: 7px;
}