
body{
	background-color:#FFFFFF;
	background-image:url(images/background.gif);
	background-repeat:repeat-x;
	margin-top: 0px;
	margin-left: 0px;
	
	scrollbar-face-color: #d8cbc3; 
	scrollbar-highlight-color: #ffffff; 
	scrollbar-3Dlight-color: #cab4a2;
	scrollbar-shadow-color: #cab4a2;
	scrollbar-arrow-color: #8b623f; 
	scrollbar-track-color: #f6f2ef; 
	scrollbar-darkshadow-color: #cab4a2;
}
	
#global {
	position:absolute;
	left: 50%;
	width: 1000px;
	margin-left: -500px; half of the width 
	top: 0px;
}

.bodytext{
	position:absolute;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:16px;
	color:#8c6c51;
	text-align:justify;
	line-height:22px;
}

.bodyhead{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:18px;
	color:#8c6c51;
}

.bodybold{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:16px;
	color:#8c6c51;
}

.style1 {
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
}

label{
	padding: 0 0 0 6px;
	float: left;
	width: 200px;
    font-size: 80%;
	margin: 0 0 10px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	}
	
br{
	clear: left;
	}
	
input, textarea{
	width: 234px;
	margin-bottom: 12px;
	border: 1px solid #999;
	padding: 4px;
	}

textarea{
	width: 234px;
	height: 150px;
	}

.submitbutton{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fbf0d4;
	background: #8c6c51;
	padding: 4px;
	margin-left: 345px;
	margin-top: 5px;
	width: 90px;
	}
