body {
	margin: 0px;
	background: url('images/background2.jpg') no-repeat top center #FFFFFF;
	color: white;
	font-family: arial;
	font-size: .8em;
}

h1 {
	margin: 0px;
	font-size: 1.4em;
	color: orange;
	font-style: italic;
}

#pageholder {
	width: 991px;
	background: #000000;
	// float: left;
}

#flash {
	height: 564px;
	width:  340px;
	float: left;
}

.largemid {
	width: 370px;
	
	
	float: left;
}

.largemid-text {
	color: white;
	background: black;
	padding: 10px 20px 0px 20px; 
	height: 1000px;
	text-align: justify;
	float: left;
}

.largemid2 {
	width: 500px;
	float: left;
}

.largemid2-text {
	color: white;
	padding: 10px 20px 0px 20px; 
	text-align: justify;
	float: left;
}

.largemid2-text img{
	padding: 5px;
}

#content {	
	float: left;
}

#gallery {
	margin: 10px; 
	float:left; 
	width: 250px;}

#gallery img {
	border: 3px solid white;
}

#gallery2 {
	
	margin: 5px; 
	float:left; 
	width: 250px;}



#buttonbox {  
	margin: 0px 5px;
	float:left;
	width: 249px; 
	height: 500px;
	background: url('images/rightback.jpg') repeat-y;
	padding: 10px;
}
#buttonbox a { color: orange; padding: 2px; display: block;}

#buttonbox a:hover {  
	color: white; 
	display: block;
	background: black;
	opacity: 0.5;
padding: 2px;
}

#verticalbuttonbox { 
	margin: 5px; 
	float:left; 
	width: 250px;
}

#footer {
	width: 990px;
	background: #000;
	color: #00907d;
//	float: left;
	font-weight: bold;
	text-align: center;
	
}

a img{ border: none; }

a {
	color: #00907d;
	text-decoration: none;
}

a:hover { color: white; }

p { margin: 0px; padding: 0px;}

p img {padding: 5px; }

/******************** GenTree ************************************/


#layer{
	width: 700px;
	height: 564px;
	color: white;
	background: black;
}

.tree{
	margin: 20px;
	margin-top: 20px;
	border-collapse: collapse;
	}

.tree td{
	vertical-align: middle;
	padding-left: 5px;
	padding-right: 5px;
	}

.tree input{
	color: black;
	margin: 0px;
	padding: 1px;
	border: 0px;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	}

.tree_button{
	margin: 5px;
	background: url('/gentree/images/bluegradient.jpg');
	font-size: 8pt;
	padding: 0px;
	color: white;
	}

.tree_select{
	margin: 5px;
	padding: 0px;
	font-size: 8pt;
	}

.tree_message{
	position: absolute;
	visibility: hidden;
	top: 75px;
	z-index: 2;
	width: 100%;
	text-align: center;
	}

