body {
	font-family: Arial, Helvetica, sans-serif;
	background: #3CB371;
	width: 770px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	font-size: 12px;
	color: white;
}

li { 
	margin: 0px;
}

ul {
	margin: 0px;
}

img {
	margin: 0px;
	padding: 0px;
}

a {
	font-size: 10pt;
	color: #DDCE8B;
	text-decoration: none;
}

a img {
	border: none;
}

a:hover {
	text-decoration: underline;
}

p {
	color: white;
}

h1 {
	margin-left: 5px;
	margin-bottom: 0px;
	margin-top: 0px;
	font-size: 18pt;
	color: #BFBBB8;
}

h2 {
	margin: 0px;
	font-size: 14px;
	color: #BFBBB8;
}

#wrapper{
	background: url('images/fullcontent-mid.jpg') repeat-y;
	}
	
/*********** Left Side **************/

#leftside {
	float: left;
	width: 608px;
	background: url('images/content-mid.jpg');
}

#buttons {
	width: 608px;
	height: 34px;
}

#leftcontent {
	width: 608px;
}


.leftblock{
	margin: 25px;
}

.leftblock img{
	border: 1px solid white;
	margin: 5px;
	padding: 2px;
}	

/*********** Right Side **************/


#rightside {
	float: left;
	width: 162px;
}

.rightblocktop {
	background: url('images/right-top.jpg') no-repeat; 
	text-align: center;
	font-size: 16px;
	color: #a2a2a2;	
	font-weight: bold;
	padding-top: 12px;
	width: 162px; 
	height: 35px;
}

.rightblockbottom {
	background: url('images/right-bot.jpg') no-repeat; 
	width: 162px; 
	height: 12px;
}

.rightcontent {
	padding-left: 5px;
	padding-right: 5px;
	margin-right: 10px;
	margin-left: 10px;
}

.rightcontent p{
	margin: 0px;
	padding: 0px;
	}

/******************** GenTree ************************************/
.tree{
	margin: auto;
	margin-top: 20px;
	border-collapse: collapse;
	}

.tree td{
	vertical-align: middle;
	padding-left: 5px;
	padding-top: 10px;
	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;
	}
