@charset "utf-8";
/* CSS Document */
/* --Forms styles-- */
/* uncomment these out for form structuring exercise */
/* fieldset {
	margin-top: 30px;
	margin-bottom: 25px;
	margin-left: 10px;
	display: block;
	padding-left: 15px;
}

legend [
	font: bold 16px Geogia, "Times New Roman", Times, serif;
	text-transform: lowercase;
	padding: 2px 5px;
	color: #663300;
	margin-bottom: 20px;
	margin-left: -18px;
	margin-top: -2px;
	display: inline;
	}*/

.submit {
	float:left;
	width:auto;
	}
.clear {
	clear:both;
	}
input {
	width: 200px;
	}
/*reset width for non-text inputs*/
input.radio, input.checkbox {
	width:	auto;
	}
input.submit {
	width: 100px;
	align="center";
	}
/*display lables next to form elements, add a class for when you want them to stack*/
label {
	float:left;
	/*align:right;
	margin-right: 2em;*/
	}
label.top {
	display:block;
	float:none;
	}
table#frametbl {
	width: 100%;
	height: 100%;
	}
table#wtmain {
	width: 895px;
	height: 508px;
	margin-left:auto;
	margin-right:auto;
	margin-top:auto;
	border-width: 10px;
	border-color: #990000;
	background-color: #FFFFFF;
	background-image:url(images/logotreebak.gif);
	background-repeat:no-repeat;
	background-position:center center;

	}
#container #wtmain #menu1 #PLHIMKKGcZdDDiv #PLHIMKKGcZdDMain li {
	float: none;
	left: auto;
	right: auto;
	margin-top: 0px;
}
