#header {
	background-color: #4F4634;
	padding: 20px 0px 0px;
	height: 70px;

}
#footer {
	background-color: #999966;
	text-align: center;
	font-size: 12px;
	color: #FFFFCC;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333333;
	border-bottom-color: #333333;
	bottom: 0px;
	padding: 2px;
	clear: both;
}
#content {
	text-align: left;
	background-color: #FFFFFF;
	padding: 10px;
	min-height: 300px;
	margin-right: 195px;
	margin-left: 251px;
}
#left {
	text-align: left;
	padding: 5 0 5 5 px;
	font-size: 12px;
	width: 230px;
	float: left;
	position: absolute;
	left: 0px;
	top: 128px;
}
#container {	
}
body {
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: 22px;
	margin: 0px;
	background-color:#FDFDFD;
}

#headerlinkbar {
	background-color: #FFFF99;
	text-align: center;
	font-size: 12px;
	color: #FFFF00;
	font-weight: bold;
	border-top: 1px solid #333333;
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	height: 25px;
	vertical-align: middle;
}
#right {
	width: 195px;
	text-align: left;
	padding: 5 5 5 0 px;
	font-size: 12px;
	height: 100px;
	position: absolute;
	top: 128px;
	right: 0px;
}
#stretch {
	height: 1000px; /*maximum height of longest left or right bar*/
	width: 2px;
	background:#555634;
	float:left;
	margin-left:-20px;
}
.inlineform {
	display: inline;
}
